Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.51 KB

README.rst

File metadata and controls

56 lines (40 loc) · 1.51 KB
https://travis-ci.com/datasnakes/snakeutils.svg?branch=master

snakeutils

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 snakeutils

GitHub
  1. Download the zip file and unzip it or git clone https://github.com/sdhutchins/snakeutils.git
  2. cd snakeutils
  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/snakeutils.git
  2. cd snakeutils
  3. pip install .

Examples

import snakeutils

Tests

To run tests, type nosetests Tests/ in the snakeutils 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