misc common functionality and useful optimizations
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for snakeoil-0.8.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 406bcc0224102d3f0540c1881319930087820d419de00d123361bef2e460cb34 |
|
MD5 | ffffbbad33f9276c4c3f0eb5953b572b |
|
BLAKE2b-256 | 6f4f87f32e9bdf7b2b89151d3134d963237ea5f5689e858053c29b602d3be2c1 |
Hashes for snakeoil-0.8.0-cp37-cp37m-manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cce9619a6f92a47f48d56bf82c78bd6bee42d579d758abca3d4947e09d70ae48 |
|
MD5 | 88ca75302a52393f8bf8378a9d5eed33 |
|
BLAKE2b-256 | 381c3cf3ccb2079f9b9bef4ecd49d19702638050d9a3028a57200baea8308484 |
Hashes for snakeoil-0.8.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4bfc2b23f95c8bcc09c022a4411d560b2c54b33d4b3247a34734eb5d877f4d7 |
|
MD5 | b8032ebc036779973a6a5acad34665f0 |
|
BLAKE2b-256 | 25688d8e90c0e2f608c5d9da7621b9b6cf4d5ea971532b6077ad2dde1cd31c32 |
Hashes for snakeoil-0.8.0-cp36-cp36m-manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bda7104532be01769886a96cb0f493466fcc2fd624cb48bd35333dcb132a1f76 |
|
MD5 | c2528b4400701b4e86a9f369fa3abbc9 |
|
BLAKE2b-256 | 4fd0804a925386550906e2d3067b65c8de32e7bb403d8d9f4c816284ed37d9a2 |