
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
|pypi| |test| |coverage|
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 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 .
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
For bugs and feature requests please create an issue on Github_.
.. _Github: https://github.com/pkgcore/snakeoil/issues
.. |pypi| image:: https://img.shields.io/pypi/v/snakeoil.svg :target: https://pypi.python.org/pypi/snakeoil .. |test| image:: https://github.com/pkgcore/snakeoil/workflows/test/badge.svg :target: https://github.com/pkgcore/snakeoil/actions?query=workflow%3A%22test%22 .. |coverage| image:: https://codecov.io/gh/pkgcore/snakeoil/branch/master/graph/badge.svg :target: https://codecov.io/gh/pkgcore/snakeoil
FAQs
misc common functionality and useful optimizations
We found that snakeoil demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.