File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " whispercpppy"
33version = " 0.1.1"
4- description = " "
4+ description = " Python wrapper around whisper.cpp server "
55authors = [{ name = " zigai" , email = " ziga.ivansek@gmail.com" }]
66readme = " README.md"
77requires-python = " >=3.12"
88dependencies = [" pydantic>=2.11.9" , " requests>=2.32.5" ]
9- classifiers = []
10- keywords = []
9+ classifiers = [
10+ " Intended Audience :: Developers" ,
11+ " License :: OSI Approved :: MIT License" ,
12+ " Operating System :: OS Independent" ,
13+ " Programming Language :: Python" ,
14+ " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3 :: Only" ,
16+ " Programming Language :: Python :: 3.10" ,
17+ " Programming Language :: Python :: 3.11" ,
18+ " Programming Language :: Python :: 3.12" ,
19+ " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
21+ " Topic :: Software Development :: Libraries :: Python Modules" ,
22+ " Typing :: Typed" ,
23+ ]
24+ keywords = [" whisper" , " whisper-server" , " whisper-cpp" , " whisper-cpp-python" ]
1125
1226[project .scripts ]
1327whisper-cpp-download = " whispercpppy.cli:cli"
You can’t perform that action at this time.
0 commit comments