1 Star 1 Fork 0

breath57/VSearcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
breath57 提交于 2年前 . 增加日志模块
"""
vsearcher
------------------
"""
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="vsearcher",
version="0.2.17",
author="breath",
author_email="1498408920@qq.com",
maintainer="breath",
description="支持视频内容检索和课件自动生成的库",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitee.com/breath57/vsearch/",
keywords=["video", "search","video search", "courseware", "ocr"],
project_urls={
# "Bug Tracker": "bug连接",
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.8",
install_requires=[
"filetype>=1.0.13",
"img2pdf>=0.4.4",
"jieba>=0.42.1",
"numpy>=1.22.4",
"opencv_python>=4.5.5.64",
"paddleocr>=2.5",
"Pillow>=9.1.1",
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/breath57/vsearch.git
git@gitee.com:breath57/vsearch.git
breath57
vsearch
VSearcher
master

搜索帮助