Skip to main content

Make a new Python package

Project description

package-maker - Make a Python Package

The package package package package is a framework for building and maintaining Python packages, like those bound for PyPI:

http://pypi.python.org/pypi/package/

This package, package-maker, installs a command line utility called python-package-maker that creates a new package for you.

All you need to do is:

> python-package-maker newthing

The package-maker will generate a new package directory (called newthing) for you and configure it completely, based on your package-py default settings.

This utility assumes that you have already installed and configured the package package package package from PyPI, and that you are somewhat familiar with it.

Once you get used to the power of package, this little utility will just get you started on a new package, a little faster.

Installation

Use:

> sudo pip install package-maker

or:

> sudo easy install package-maker

or:

> git clone git://github.com/ingydotnet/package-maker-py.git
> cd package-maker-py
> sudo make install

Usage

From the command line run:

> cd ~/src > python-package-maker newthing > cd newthing > make help > make test # etc…

Development Status

Alpha

Authors

Project details


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