misc common functionality and useful optimizations


Keywords
python
License
BSD-3-Clause
Install
pip install snakeoil==0.10.8

Documentation

pypi test coverage

snakeoil

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

Installing

Installing latest pypi release:

pip install snakeoil

Installing from git:

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

Installing from a tarball:

pip install .

Tests

Normal pytest is used, just execute:

pytest

Using tox for all supported python versions:

tox

Using tox for a specific python version:

tox -e py310

Contact

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