Skip to content

datasnakes/snakemold

Repository files navigation

image

snakemold

A collection of tools used by the Datasnakes in their various github projects.

Overview

Installation

View the below methods for installing this package.

PyPi

pip install snakemold

GitHub

  1. Download the zip file and unzip it or git clone https://github.com/sdhutchins/snakemold.git
  2. cd snakemold
  3. pip install .

Development Code

WARNING : This code is actively under development and may not be reliable. Please create an issue for questions about development.

  1. Download the zip file and unzip it or git clone -b dev-master https://github.com/sdhutchins/snakemold.git
  2. cd snakemold
  3. pip install .

Examples

import snakemold

Tests

To run tests, type nosetests Tests/ in the snakemold directory.

Author

If you would like to contribute to this package, install the package in development mode, and check out our contributing guidelines.

License

MIT

Releases

No releases published

Packages

No packages published

Languages