Skip to main content

a model project for a Python command-line script

Project description

Pizza

python eating pizza
Build Status

This is the working skeleton project you get when you render the Groome template groome-python with its sample configuration file.

[This project and groome-python are still being worked on and are not yet usable.]

Install It

TODO

Test it

TODO

Try it

TODO

Hack it

This section describes how to modify and contribute to Pizza. In particular, it shows you the way around and how to interact with Pizza from a source checkout.

To run the main pizza script from source:

$ python runpizza.py tomatoes garlic
input: tomatoes, garlic

This script is essentially a development convenience for running:

$ python -m pizza.scripts.pizza ...

which is in turn equivalent to the command above that To get help and see all options:

$ python runpizza.py --help

To run project tests (which are already stubbed out):

$ python runpizza.py --run-tests

For Maintainers

See the module docstring of setup.py for instructions on preparing and pushing new versions to PyPI.

Author

Pizza is authored by Chris Jerdonek.

History

0.1.0 (TBD)

  • Initial release.

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