Skip to main content

Prepare, build and upload Python packages

Project description

PreparePack

Repository that prepares directories and files for programming and uploading Python packages.

Installation:

$ pip install preparepack

Usage:

$ prepack packageName

Replace packageName with the name of your package. It will create the package directory named "packageName_package", the "setup.py" file, a subdirectory named "packageName" containing the __init __.py file and the package file named "packageName.py" .

$ buildpack 

Using this command you build the needed files before uploading your repository, such as .tar.gz and .whl . When you use this command, you must be in the same directory where the setup.py file is located.

$ uploadpypi

Calling this command, you start the procedure for uploading a package on Pypi. Make sure to be in the the directory which contains the dist folder. Make also sure to have a valid Pypi account, to remember the credentials and that your package has a valid name (not taken yet) and a valid version (not uploaded yet).

All commands have "--help" option.

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

preparepack-1.4.0.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

preparepack-1.4.0-py3-none-any.whl (2.7 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