You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-debug-3.4.2-6.lbn19.x86_64
python3-debug provides a version of the Python 3 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 3 build, but is useful for tracking down reference-counting issues, and other bugs. The bytecodes are unchanged, so that .pyc files are compatible between the two versions of Python 3, but the debugging features mean that C/C++ extension modules are ABI-incompatible with those built for the standard runtime. It shares installation directories with the standard Python 3 runtime, so that .py and .pyc files can be shared. All compiled extension modules gain a "_d" suffix ("foo_d.so" rather than "foo.so") so that each Python 3 implementation can load its own extensions.
RPMPackage python3-dbus-1.2.4-1.lbn19.x86_64
D-Bus bindings for python3.
RPMPackage python3-dateutil-2.5.3-1.lbn19.noarch
The dateutil module provides powerful extensions to the standard datetime module available in Python 2.3+. This is the version for Python 3.
RPMPackage python3-cups-1.9.72-8.lbn19.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-cssutils-1.0.1-3.lbn19.noarch
A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities.
RPMPackage python3-cssselect-0.9.1-9.lbn19.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.
RPMPackage python3-cryptography-vectors-1.3.1-2.lbn19.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-1.3.1-3.lbn19.x86_64
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
RPMPackage python3-crypto-2.6.1-10.lbn19.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.1-1.lbn19.noarch
Coveralls for python ==================== .. image:: https://img.shields.io/coveralls/coagulant/coveralls-python.svg :target: https://coveralls.io/r/coagulant/coveralls-python .. image:: https://img.shields.io/travis/coagulant/coveralls-python/master.svg :target: https://travis-ci.org/coagulant/coveralls-python .. image:: https://img.shields.io/pypi/v/coveralls.svg :target: ...
RPMPackage python3-coverage-4.1-1.lbn19.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-construct-2.5.1-7.lbn19.noarch
Construct is a powerful declarative parser (and builder) for binary data. Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, convert (build) objects into binary data. This is the Python 3 version of the package.
RPMPackage python3-configobj-5.0.6-5.lbn19.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.10.0-2.lbn19.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-cliff-1.17.0-1.lbn19.noarch
cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/
RPMPackage python3-click-6.6-1.lbn19.noarch
click is a Python 3 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.
RPMPackage python3-chardet-2.3.0-1.lbn19.noarch
Character encoding auto-detection in Python. As smart as your browser. Open source. Python 3 version.
RPMPackage python3-cffi-1.5.2-1.lbn19.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-certifi-2015.04.28-8.lbn19.noarch
Python 3 Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. Please note that this Fedora package links to the bundle certificates of ca-certificates.
RPMPackage python3-celery-3.1.20-2.lbn19.noarch
An open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using web hooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.