You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-datetime-5.1-1.lbn36.noarch
DateTime This package provides a DateTime data type, as known from Zope.Unless you need to communicate with Zope APIs, you're probably better
RPMPackage python3-dasbus-1.6-4.fc36.noarch
Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. It is designed to be easy to use and extend.
RPMPackage python3-daemon-3.0.1-1.lbn36.noarch
This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". This is the python3 version of the library.
RPMPackage python3-cycler-0.11.0-2.fc36.noarch
General purpose library used by matplotlib to cycle through lists for colors, marker styles, etc
RPMPackage python3-cups-2.0.1-12.fc36.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-cssselect2-0.7.0-7.lbn36.noarch
cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers, including cElementTree, lxml, html5lib_, etc.
RPMPackage python3-cssselect-1.2.0-1.lbn36.noarch
cssselect: CSS Selectors for Python :target:
RPMPackage python3-cryptography-36.0.0-3.fc36.x86_64
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
RPMPackage python3-crypto-2.6.1-39.fc36.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-createrepo_c-1.2.0-3.lbn36.x86_64
Python 3 bindings for the createrepo_c library.
RPMPackage python3-createrepo-0.10.4-1.lbn36.noarch
 
RPMPackage python3-coverage-python-version-0.2.0-1.lbn36.noarch
*********************** coverage_python_version *********************** Overviewcoverage_python_version is a coverage.py_ plugin that provides a very basic means for you to exclude code from your coverage measurements based on the version of Python that it is executed on... _coverage.py: 1. Add coverage_python_version to plugins option in the run section
RPMPackage python3-coverage-enable-subprocess-1.0-1.lbn36.noarch
This package installs a pth file that enables the coveragepy process_startup feature in this python prefix/virtualenv in subsequent runs.See: $ virtualenv tmpenv $ . tmpenv/bin/activate $ pip install coverage-enable-subprocess $ touch .coveragerc $ export COVERAGE_PROCESS_START$PWD/.coveragerc $ echo 'print("oh, hi!")' > ohhi.py $ python ohhi.py oh, hi! $ coverage report Name Stmts Miss Cover...
RPMPackage python3-coverage-7.3.2-1.lbn36.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-coreschema-0.0.4-7.fc36.noarch
Core Schema. Python 3 version.
RPMPackage python3-coreapi-2.3.3-7.fc36.noarch
Python client library for Core API. Python 3 version.
RPMPackage python3-copr-cli-1.101-1.lbn36.noarch
Copr is designed to be a lightweight buildsystem that allows contributors to create packages, put them in repositories, and make it easy for users to install the packages onto their system. Within the Fedora Project it is used to allow packagers to create third party repositories.This part is a command line interface to use copr.
RPMPackage python3-contextlib2-0.6.0.post1-1.lbn36.noarch
:target:
RPMPackage python3-construct-2.10.68-1.fc36.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.
RPMPackage python3-configparser-7.0.0-1.lbn36.noarch
This package is a backport of the refreshed and enhanced ConfigParser from later Python versions. To use the backport instead of the built-in version, simply import it explicitly as a backport: from backports import configparser