dgisolfi / pytemplate

My defacto python package - quick and clean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyTemplate WTFPL Package Pypi

My defacto python package - quick and clean. Used to create a new general python package.

Install

PyPi (Preferred Method)

Run the following to install the latest version

python3 -m pip install pytemplate

If the repo is cloned to the host, run:

make nexus3-install

From Source

Clone the repository and run:

make install

Usage

python3 -m pytemplate

Test

Install Dependencies

pipenv shell

note: for dev dependencies add --dev

Run the Tests

make test

Found a bug?

Please let us know! Submit an issue here.

About

My defacto python package - quick and clean

License:Do What The F*ck You Want To Public License


Languages

Language:Python 85.5%Language:Makefile 14.5%