A sample Python project
Project description
打包库模块并发布到PyPI
区别pyinstaller的打包成可执行文件!!!
Markdown是一种可以使用普通文本编辑器编写的标记语言,通过简单的标记语法,它可以使普通文本内容具有一定的格式。它允许人们使用易读易写的纯文本格式编写文档,然后转换成格式丰富的HTML页面,Markdown文件的后缀名便是“.md”, 你可以使用MdEditor在线编辑Markdown文档。包使用过程中如有任何疑问请联系Cynthia(bbliu666@126.com)。
环境准备
- conda install setuptools
- conda install wheel
- conda install twine
- 新建twine配置文件.pypirc
[distutils]
index-servers=pypi
[pypi]
repository = https://upload.pypi.org/legacy/
username: PyPI用户名
password: PyPI密码
操作步骤
- python setup.py check
- python setup.py sdist bdist_wheel
- twine upload dist/*
- 指定版本: twine upload dist/*1.0.5*
使用说明
import hellopy.hello as hh
import hellopy.opts.const as hoc
import hellopy.utils.tool as hut
版本更新历史
V-1.0.1 版本
- 基础版本
- 支持打包和发布
V-1.0.2 版本
- 细化配置文件
- 增加自定义包层级
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Cynthia-1.0.5.tar.gz
(18.8 kB
view hashes)
Built Distribution
Cynthia-1.0.5-py3-none-any.whl
(17.0 kB
view hashes)