A skeleton of a Python package with CLI and test suite included.
To use this SDK as the start of a new project, do the following, preferably in a virtual environment. Clone the repo.
git clone https://github.com/gosizzle/sizzle-python-sdk
cd sizzle-python-sdk
To run the tests,
pip install -e .[test]
py.test
This project was built using pyskel.