You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-debug-3.7.7-1.lbn25.x86_64
python3-debug provides a version of the Python runtime with numerous debugging features enabled, aimed at advanced Python users such as developers of Python extension modules. This version uses more memory and will be slower than the regular Python build, but is useful for tracking down reference-counting issues and other bugs. The bytecode format is unchanged, so that .pyc files are compatible between this and the standard version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible and must be built for each version separately. The debug build shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. Compiled extension modules use a special ABI flag ("d") in the filename, so extensions for both versions can co-exist in the same directory.
RPMPackage python3-dbus-1.2.8-8.lbn25.x86_64
D-Bus bindings for python3.
RPMPackage python3-dateutil-2.8.2-2.lbn25.noarch
The dateutil module provides powerful extensions to the standard datetime module available in Python.
RPMPackage python3-cups-2.0.1-1.lbn25.x86_64
This package provides Python 3 bindings for CUPS API, known as pycups. It was written for use with system-config-printer, but can be put to other uses as well.
RPMPackage python3-cssselect-1.1.0-1.lbn25.noarch
Cssselect parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document. Python 3 version.
RPMPackage python3-cryptography-vectors-2.8-1.lbn25.noarch
Test vectors for the cryptography package. The only purpose of this package is to be a building requirement for python-cryptography, otherwise it has no use. Don’t install it unless you really know what you are doing.
RPMPackage python3-cryptography-2.8-1.lbn25.x86_64
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
RPMPackage python3-crypto-2.6.1-12.lbn25.x86_64
PyCrypto is a collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). This is the Python 3 build of the package.
RPMPackage python3-coveralls-1.10.0-1.lbn25.noarch
Coveralls makes custom report for data generated by coverage.py package and sends it to json API of coveralls.io service. All python files in your coverage analysis are posted to this service along with coverage stats, so please make sure you're not ruining your own security! For private projects there is Coveralls Pro.
RPMPackage python3-coverage-5.5-1.lbn25.x86_64
Coverage.py is a Python 3 module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
RPMPackage python3-configobj-5.0.6-5.lbn25.py37.noarch
ConfigObj is a simple but powerful configuration file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files.
RPMPackage python3-configargparse-0.11.0-1.lbn25.py37.noarch
Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard coded defaults, and in some cases, environment variables. Python’s command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features.
RPMPackage python3-click-8.0.4-1.lbn25.noarch
click is a Python package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with good defaults out of the box. Python 3 version.
RPMPackage python3-chardet-3.0.4-3.lbn25.py37.noarch
Character encoding auto-detection in Python. As smart as your browser. Open source. Python 3 version.
RPMPackage python3-cffi-1.14.6-1.lbn25.x86_64
Foreign Function Interface for Python, providing a convenient and reliable way of calling existing C code from Python. The interface is based on LuaJIT’s FFI.
RPMPackage python3-cairo-devel-1.15.4-1.lbn25.py37.x86_64
This package contains files required to build wrappers for cairo add-on libraries so that they interoperate with py3cairo.
RPMPackage python3-cairo-1.15.4-1.lbn25.py37.x86_64
Python 3 bindings for the cairo library.
RPMPackage python3-bleach-3.3.1-1.lbn25.noarch
Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list. Python 3 version.
RPMPackage python3-beautifulsoup4-4.9.1-1.lbn25.noarch
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup won't choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup. This is the Python 3 build of Beautiful Soup.
RPMPackage python3-beaker-1.10.0-1.lbn25.py37.noarch
Beaker is a caching library that includes Session and Cache objects built on Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to manage Session objects and signed cookies.