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:
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
Copyright
package-maker is Copyright (c) 2011, Ingy dot Net
package-maker is licensed under the New BSD License. See the LICENSE file.