Skip to main content

Pypi upload tool.

Project description

PySetup

Pypi upload tool.

Install

pip3 install pysetup --upgrade

Usage

  1. enter the project directory and open the command line interface.
  2. input pysetup create_setup command to create a setup.py file.
  3. modify the setup.py file information.
  4. input pysetup upload <username> <password> to package the project and upload to pypi.

Commands

  • pysetup help: view command list.
  • pysetup create_setup: create a setup.py file.
  • pysetup upload <username> <password>: package the project and upload it to pypi (https://upload.pypi.org/legacy). note: please clear the old version packaged files before uploading.
  • pysetup upload_test <username> <password>: package the project and upload it to testpypi (https://test.pypi.org/legacy). note: please clear the old version packaged files before uploading.
  • pysetup package: package the project.
  • pysetup clear: clear packaged files (build/dist/*.egg-info).

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.5.13.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

pysetup-2019.5.13-py3-none-any.whl (4.4 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