long_description_content_type="text/markdown",url="https://github.com/Lvan826199/mwjApiTest",# 自己项目地址,比如github的项目地址 packages=setuptools.find_packages(),entry_points={"console_scripts":['mwjApiTest = mwjApiT
Markdown==3.4.1 markdown-it-py==2.2.0 mdurl==0.1.2 more-itertools==9.1.0 pipreqs==0.4.13 pkginfo==1.9.6 pyasn1==0.4.8 Pygments==2.15.1 PyMySQL==1.0.2 python-dateutil==2.8.2 pywin32-ctypes==0.2.0 readme-renderer==37.3 requests==2.30.0 requests-toolbelt==1.0.0 rfc3986==2...
运行setup.py程序打包的时候会用到里面的配置,作为setup.py的命令行参数。
EN发布PyPI(简单) #0 GitHub https://github.com/Coxhuang/get_time #1 环境 Python3.6 twine==1...
long_description_content_type="text/markdown", # 项目开源地址 url="https://dashen.tech", # 如果项目由多个文件组成,我们可以使用find_packages()自动发现所有包和子包,而不是手动列出每个包,在这种情况下,包列表将是example_pkg packages=setuptools.find_packages(), ...
gradio app.py Note: you can also do python app.py, but it won't provide the automatic reload mechanism. The Interface Class You'll notice that in order to make the demo, we created a gradio.Interface. This Interface class can wrap any Python function with a user interface. In the exam...
├── __init__.py └── app.py 接下来我们来逐一编写除了代码以外的文件。 README.md 是关于项目的描述文件,一般包含怎样安装项目,怎样使用项目等。markdown 语法可以参考adam-p/markdown-here。 LICENSE.txt 开源License,如MIT,Apache license 2.0等。关于项目用什么License,可参考Choose an open source li...
What is Markdown? Lightweight text formatting for human beings May 21, 20258 mins analysis Programmers dig Python and Zig May 16, 20252 mins how-to How to use template strings in Python 3.14 May 14, 20256 mins feature The best new features and fixes in Python 3.14 ...
# easy_install ElementTree Markdown html5lib python-openid 1. 安装Django 注:Django 1.4版本无法运行,出现的错误暂未找到解决方法,google之说是要修改网站程序文件。 # wget http://www.djangoproject.com/download/1.3.1/tarball/ # tar zxvf Django-1.3.1.tar.gz ...
Requirement already satisfied: mdurl~=0.1 in /opt/open-webui/venv/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->chromadb==0.6.3->open-webui) (0.1.2) Requirement already satisfied: wsproto in /opt/open-webui/venv/lib/python3.12/site-packages (from simple-...