timotheus / python-patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Patterns

This is is a repo of python patterns.

Running the development server

> cd python-patterns
> virtualenv venv36 -p <path to python36>
> source venv36/bin/activate
> pip install -r requirements.txt

Running the tests

> tox

Authors

About

License:The Unlicense


Languages

Language:Python 100.0%