jmrf / template-python-repo

Template of a python repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dummy README

This is a dummy readme for the python repo template.

How To

To create a new repository using this one as a template, in github find and click on the Use this template green button on the top right corner.

Fill up the details and then clone it locally.

note: Once cloned you'll need to Rename your package:

  1. Rename the my_package python module directory and all reference to it

  2. Replace my_package for your package name in the following files:

  • Makefile
  • setup.py
  • scripts/build_docker.sh
  • my_package/init.py

About

Template of a python repository


Languages

Language:Python 58.3%Language:Makefile 23.4%Language:Shell 18.3%