Skip to content

rhn/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.

Contact

For support and development inquiries a mailing list is available or you can join #pkgcore on Freenode.

For bugs and feature requests please create an issue in the issue tracker.

Tests

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

python setup.py test

In addition, a tox config is provided so the testsuite can be run in a virtualenv setup against all supported python versions. To run tests for all environments just execute tox in the root directory of a repo or unpacked tarball. Otherwise, for a specific python version execute something similar to the following:

tox -e py27

Note that mock is required for tests if you're using anything less than python 3.3.

Installing

Installing latest pypi release in a virtualenv:

pip install snakeoil

Installing from git in a virtualenv (note that snakeoil should be used from git):

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

Installing from a tarball or git repo:

python setup.py install

About

a python library that implements optimized versions of common python functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.3%
  • C 19.7%