You are here: Home

Modified items

All recently modified items, latest first.
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
RPMPackage python3-configobj-5.0.6-27.fc36.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 programmers interface and a simple syntax for config files.
RPMPackage python3-compressed-rtf-1.0.6-1.lbn36.noarch
Compressed Rich Text Format (RTF) compression and decompression packageBased on Rich Text Format (RTF) Compression Algorithm
RPMPackage python3-colorlog-6.9.0-2.lbn36.noarch
"colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors."
RPMPackage python3-colorama-0.4.6-1.lbn36.noarch
Cross-platform colored terminal text.
RPMPackage python3-collada-0.8-3.lbn36.noarch
pycollada is a python 3 module for creating, editing and loading COLLADA, which is a COLLAborative Design Activity for establishing an interchange file format for interactive 3D applications. The library allows you to load a COLLADA file and interact with it as a python object. In addition, it supports creating a collada python object from scratch, as well as in-place editing.
RPMPackage python3-coding-0.3-1.lbn36.noarch
Coding is a base class which provides an answer to the issue of how to create enums in p
RPMPackage python3-cmarkgfm-2024.11.20-9.lbn36.x86_64
Bindings to GitHub's cmark Minimalist bindings to GitHub's fork of cmark.
RPMPackage python3-clint-0.5.1-1.lbn36.noarch
Clint: Python Command-line Application Tools **Clint** is a module filled with a set of awesome tools for developing commandline applications. **C** ommand **L** ine **IN** terface **T** oolsClint is awesome. Crazy awesome. It supports colors, but detects if the session is a TTY, so doesn't render the colors if you're piping stuff around. Automagically.Awesome nest-able indentation context...
RPMPackage python3-click-aliases-1.0.5-1.lbn36.noarch
Add (multiple) aliases to a click_ group or command.
RPMPackage python3-click-8.1.7-5.lbn36.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.
RPMPackage python3-clang-14.0.5-2.lbn36.x86_64
Python3 bindings for clang.
RPMPackage python3-cherrypy-18.10.0-7.lbn36.noarch
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.