Python Framework

Tests Documentation Release PyPi Version

Cookiecutter template for Python Framework.

Features

Quickstart

  1. Install the latest framework for Python if you haven’t installed it yet

    $ pip install -U python-framework
    
  2. Initialize your project

    $ shanx-py init
    
  3. Create a repo and put it there.

  4. Generate the docs by pushing your first commit to master.

  5. Deploy your package to PyPi by pushing a tag and creating a release.

For more details, see the python-framework tutorial.

Acknowledgment

This package is a modified duplicate of the audreyr/cookiecutter-pypackage project template