All Projects → sloria → cookiecutter-docopt

sloria / cookiecutter-docopt

Licence: other
A Python command-line script template that uses docopt for arguments parsing

Programming Languages

python
139335 projects - #7 most used programming language

cookiecutter-docopt

https://travis-ci.org/sloria/cookiecutter-docopt.svg?branch=master

A python command-line script template, for use with cookiecutter.

Features

  • docopt for command-line arguments parsing
  • pytest for testing.
  • The bundle branch has a vendorized version of docopt.

To use this template

$ pip install cookiecutter
$ cookiecutter https://github.com/sloria/cookiecutter-docopt.git

You will be prompted for basic info (your name, script name, etc.) which will be used in the template.

That's all you need to get started.

Don't want to use docopt?

If you prefer not to use docopt for arguments parsing, simply remove the line install_requires=['docopt'] from setup.py and remove the docopt code in your script.

Next steps

License

MIT Licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].