https://github.com/ratson/cookiecutter-pypackage
A cookiecutter for writing Python package.
https://github.com/ratson/cookiecutter-pypackage
Last synced: 11 months ago
JSON representation
A cookiecutter for writing Python package.
- Host: GitHub
- URL: https://github.com/ratson/cookiecutter-pypackage
- Owner: ratson
- License: mit
- Created: 2017-10-29T14:58:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T14:58:42.000Z (over 8 years ago)
- Last Synced: 2025-03-26T01:33:36.407Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
cookiecutter-pypackage
======================
A cookiecutter for writing Python package.
Quickstart
----------
Install cookiecutter_::
pip install cookiecutter
Generate a Node package project::
cookiecutter https://github.com/ratson/cookiecutter-pypackage.git
Remove the non-applicable classifiers_ in ``{{ package_name }}/setup.py``.
.. _classifiers: https://pypi.python.org/pypi?:action=list_classifiers
.. _cookiecutter: https://github.com/audreyr/cookiecutter
Not Exactly What You Want?
--------------------------
Fork This / Create Your Own
~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have differences in your preferred setup, I encourage you to fork this
to create your own version. Or create your own; it doesn't strictly have to
be a fork.
Or Submit a Pull Request
~~~~~~~~~~~~~~~~~~~~~~~~
I also accept pull requests on this, if they're small, atomic, and if they
make my own packaging experience better.