A collection of tools used by the Datasnakes in their various github projects.
View the below methods for installing this package.
pip install snakeutils
- Download the zip file and unzip it or
git clone https://github.com/sdhutchins/snakeutils.git
cd snakeutils
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/snakeutils.git
cd snakeutils
pip install .
import snakeutils
To run tests, type nosetests Tests/
in the snakeutils directory.
If you would like to contribute to this package, install the package in development mode, and check out our contributing guidelines.