Skip to main content

A package for easily creating and distributing pip packages.

Project description

pip-package-generator

Installation:

  1. Install Python 3 and pip3.
  2. Run pip install pipgen.

To create a new Python project with the pip package structure:

  1. Launch the Python3 interpreter with the command Python or Python3.
  2. Run import pipgen.
  3. Run pipgen.pipify('< projectname >').

To convert a Python project into a pip package:

  1. Launch the Python3 interpreter with the command Python or Python3.
  2. Run import pipgen.
  3. Run pipgen.pipify('< path/to/project >').

To update a pip package distribution:

  1. Launch the Python3 interpreter with the command Python or Python3.
  2. Run import pipgen.
  3. Run pipgen.update('< path/to/project >', < 'local' | 'test' | 'prod' >).

To convert a pip package back into a Python project (for testing only):

  1. Launch the Python3 interpreter with the command Python or Python3.
  2. Run import pipgen
  3. Run pipgen.depipify('< path/to/project >')

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

pipgen-0.0.6.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

pipgen-0.0.6-py3-none-any.whl (5.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