A collection of tools used by the Datasnakes in their various github projects.
View the below methods for installing this package.
pip install snakemold
- Download the zip file and unzip it or
git clone https://github.com/sdhutchins/snakemold.git
cd snakemold
pip install .
WARNING : This code is actively under development and may not be reliable. Please create an issue for questions about development.
- Download the zip file and unzip it or
git clone -b dev-master https://github.com/sdhutchins/snakemold.git
cd snakemold
pip install .
import snakemold
To run tests, type nosetests Tests/
in the snakemold directory.
If you would like to contribute to this package, install the package in development mode, and check out our contributing guidelines.