Skip to main content

Pypi upload tool.

Project description

PySetup

Pypi 上传工具, 使用流程: 进入项目目录 -> 创建 setup.py 文件 -> 修改 setup.py 文件信息 -> 上传

安装

pip3 install pysetup --upgrade

使用

查看命令列表

>>> pysetup help

创建 setup.py 文件

>>> pysetup create_setup

打包项目上传到 https://upload.pypi.org/legacy/

>>> pysetup upload <username> <password>

打包项目上传到 https://test.pypi.org/legacy/ (测试发布平台)

>>> pysetup upload_test <username> <password>
  • TestPyPI 和 PyPI 是两个不同的账号

打包项目

>>> pysetup package

删除打包文件

>>> pysetup remove_packaged

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysetup-2019.4.23.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

pysetup-2019.4.23-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page