Skip to content

boilerjake/python-module

Repository files navigation

Python module template repository

This repo helps take care of the boilerplate in creating a new Python module. Based on Richard Clatyon's wonderful blog post.

Setup

  1. Create a repo using this as a template.
  • In the command line:
fox@arwing:~$ mkdir sample-project
fox@arwing:~$ cd sample-project
fox@arwing:~/sample-project$ gh repo create -p boilerjake/python-module sample-project
fox@arwing:~/sample-project$ git pull
  • In the browser
    • Scroll up and click "Use this template"
  1. Edit the template variables
fox@arwing:~/sample-project$ vim customize.json
  1. Apply the template customization
fox@arwing:~/sample-project$ ./customize

Done. Now get back to work!

About

Dynamic template repo for Python modules.

Topics

Resources

License

Stars

Watchers

Forks