You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-releases-1.6.3-1.lbn36.noarch
What is Releases? Releases is a Python (2.7, 3.4+) compatible Sphinx <>_ (1.3+) extension designed to help you keep a source control friendly, merge friendly changelog file & turn it into useful, human readable HTML output.Specifically:* The source format (kept in your Sphinx tree as changelog.rst) is a stream-like timeline that plays well with source control & only requires one entry per...
RPMPackage python3-regex-2022.6.2-1.fc36.x86_64
This new regex implementation is intended eventually to replace Python's current re module implementation. For testing and comparison with the current 're' module the new implementation is in the form of a module called 'regex'.
RPMPackage python3-redis-5.2.0-1.lbn36.noarch
This is a Python 3 interface to the Redis key-value store.
RPMPackage python3-redis-5.2.0-1.lbn36.noarch
This is a Python 3 interface to the Redis key-value store.
RPMPackage python3-record-3.5-1.lbn36.noarch
Record provides special objects used in some Zope2 internals like ZRDB.Records are used to provide compact storage for catalog query results.They don't use instance dictionaries. Rather, they store they data in a compact array internally. They use a record schema to map names to positions within the array.Changelog 3.5 (2018-10-05) -- Add support for Python 3.7.3.4 (2017-05-15) -- Add __hash__...
RPMPackage python3-readme-renderer-44.0-1.lbn36.noarch
Readme Renderer Readme Renderer is a library that will safely render arbitrary README files into HTML. It is designed to be used in Warehouse_ to render the long_description for packages. It can handle Markdown, reStructuredText (.rst), and plain text.
RPMPackage python3-rdflib-5.0.0-4.fc36.noarch
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX, RDFa and Microdata. The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage, persistent storage on top of the Berkeley DB, and a wrapper for remote SPARQL endpoints. This is for Python 3.
RPMPackage python3-qt5-base-5.15.6-10.fc36.x86_64
Python 3 bindings for Qt5 base.
RPMPackage python3-qt5-5.15.6-10.fc36.x86_64
Python 3 bindings for Qt5.
RPMPackage python3-qscintilla-qt5-2.14.1-2.lbn36.x86_64
QScintilla-qt5 python3 bindings.
RPMPackage python3-pyyaml-6.0.1-11.lbn36.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistence.
RPMPackage python3-pyxdg-0.27-4.fc36.noarch
PyXDG is a python library to access freedesktop.org standards. This package contains a Python 3 version of PyXDG.
RPMPackage python3-pyverbs-46.0-4.lbn36.x86_64
Pyverbs is a Cython-based Python API over libibverbs, providing an easy, object-oriented access to IB verbs.
RPMPackage python3-pyudev-0.22.0-8.fc36.noarch
pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports almost all libudev functionality, you can enumerate devices, query device properties and attributes or monitor devices, including asynchronous monitoring with threads, or within the event loops of Qt, Glib or wxPython. The binding supports CPython 2 (2.6 or newer) and 3 (3.1 or newer), and PyPy 1.5 or newer. It is tested against udev 151 or newer, earlier versions of udev as found on dated Linux systems may work, but are not officially supported.
RPMPackage python3-pytz-deprecation-shim-0.1.0.post0-1.lbn36.noarch
 
RPMPackage python3-pytz-2024.1-1.lbn36.noarch
pytz - World Timezone Definitions for Python :Author: Stuart Bishop <stuart@stuartbishop.net>Introduction pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference...
RPMPackage python3-python-gettext-4.0-1.lbn36.noarch
This implementation of Gettext for Python includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword.The idea for this project had been rather ambitious, but never lived up to what is was supposed to do. Look at Babel ( for a project more worthy of this projects name.Development takes place at * Hanno...
RPMPackage python3-python-dotenv-0.15.0-1.lbn36.noarch
_______ .__ __. ____ ____ | ____|| \ | | \ \ / / | |__ | \| | \ \/ / | __| | . | \ / __ | |____ | |\ | \ / (__)|_______||__| \__| \__/python-dotenv | [![Build Status]( [![Coverage Status]( [![PyPI version]( [![Say Thanks!](
RPMPackage python3-python-dateutil-2.9.0.post0-2.lbn36.noarch
dateutil - powerful extensions to datetime The dateutil module provides powerful extensions to the standard datetime module, available in Python. Installation dateutil can be installed from PyPI using pip (note that the package name is different from the importable name): pip install python-dateutil Download dateutil is available on PyPI https:/pypi.org/project/python-dateutil/ The documentation is hosted at: https:/dateutil.readthedocs.io/en/stable/ Code The code and issue tracker are hosted on GitHub: https:/github.com/dateutil/dateutil/ Features Computing of relative deltas (next month, next year, next Monday, last week of month, etc); Computing of relative deltas between two given date and/or datetime objects; Computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. Generic parsing of dates in almost any string format; Timezone (tzinfo) implementations for tzfile(5) fo
RPMPackage python3-pytest-runner-5.3.2-1.lbn36.noarch
Setup scripts can use pytest-runner to add setup.py test support for pytest runner. Python 3 version.