Skip to content

oz123/snakeoil

 
 

Repository files navigation

pypi test coverage Documentation Status

snakeoil

snakeoil is a python library that implements optimized versions of common python functionality. Some classes and functions have cpython equivalents, but they all have native python implementations too.

Installing

Installing latest pypi release in a virtualenv:

pip install snakeoil

Installing from git in a virtualenv:

pip install https://github.com/pkgcore/snakeoil/archive/master.tar.gz

Installing from a tarball or git repo:

python setup.py install

Tests

A standalone test runner is integrated in setup.py; to run, just execute:

python setup.py test

Using tox for all supported python versions:

tox

Using tox for a specific python version:

tox -e py36

Contact

For support and development inquiries join #pkgcore on Freenode.

For bugs and feature requests please create an issue on Github.

About

a python library that implements optimized versions of common python functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.1%
  • C 18.0%
  • Other 0.9%