Personal tools
Skip to content. | Skip to navigation
This package contains a Python 2 library to parse and generate RFC 3339-compliant timestamps using Python datetime.datetime objects.
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well a Python project complies with the best practices of the Python packaging ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that could be improved.The aim of this is both to help people make a project that is nice and usable, but also to improve the quality of Python thirdparty software, ...
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well a Python project complies with the best practices of the Python packaging ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that could be improved.The aim of this is both to help people make a project that is nice and usable, but also to improve the quality of Python third-party software,...
PyRoute2 provides several levels of API to work with Netlink protocols, such as Generic Netlink, RTNL, TaskStats, NFNetlink, IPQ.
Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched.
PySAML2 implementation of SAML Version 2 to be used in a WSGI environment.
pyScss, a Scss compiler for Python |build-status| |coverage|.. |build-statu .. |coverag pyScss is a compiler for the Sass_ language, a superset of CSS3 that adds programming capabilities and some other syntactic sugar... _Sass: -You need Python 2.6+ or 3.3+. PyPy is also supported.Installation:: pip install pyScssUsage::