You are here: Home

Modified items

All recently modified items, latest first.
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-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-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.8.0-1.fc36.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.
RPMPackage python3-cheroot-8.6.0-4.fc36.noarch
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
RPMPackage python3-charset-normalizer-3.3.2-4.lbn36.noarch
A library that helps you read text from an unknown charset encoding. Motivated by chardet, trying to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported.
RPMPackage python3-chardet-5.2.0-10.lbn36.noarch
Chardet: The Universal Character Encoding Detector Detects: • ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) • Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) • EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese) • EUC-KR, ISO-2022-KR, Johab (Korean) • KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) • ISO-8859-5, windows-1251 (Bulgarian) • ISO-8859-1, windows-1252 (Western European languages) • ISO-8859-7, windows-1253 (Greek) • ISO-8859-8, windows-1255 (Visual and Logical Hebrew) • TIS-620 (Thai) ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarily disabled.
RPMPackage python3-cffi-1.17.1-1.lbn36.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-case-conversion-2.1.0-1.lbn36.noarch
UNKNOWN
RPMPackage python3-capstone-4.0.2-9.fc36.x86_64
Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. The python3-capstone package contains python3 bindings for capstone.
RPMPackage python3-cairosvg-2.7.0-3.lbn36.noarch
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files.
RPMPackage python3-cairocffi-1.6.1-2.lbn36.noarch
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output.
RPMPackage python3-cairo-1.25.1-1.lbn36.x86_64
Python 3 bindings for the cairo library.
RPMPackage python3-cachetools-5.5.0-1.lbn36.noarch
This module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library @lru_cache function decorator. This module provides multiple cache implementations based on different cache algorithms, as well as decorators for easily memoizing function and method calls.
RPMPackage python3-bytesize-2.10-1.lbn36.x86_64
This package contains Python 3 bindings for libbytesize making the use of the library from Python 3 easier and more convenient.
RPMPackage python3-build-1.2.2-2.lbn36.noarch
A simple, correct PEP517 package builder.
RPMPackage python3-brotlipy-0.7.0-1.lbn36.x86_64
This library contains Python bindings for the reference Brotli encoder/decoder, available here_. This allows Python software to use the Brotli compression algorithm directly from Python code.To use it simply, try this:.. code-block:: python import brotli data brotli.decompress(compressed_data)More information can be found in the documentation_... _available here: .. _in the documentation: The...