You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-aiosignal-1.2.0-3.fc36.noarch
A project to manage callbacks in asyncio projects.
RPMPackage python3-aiohttp-3.11.18-1.lbn36.x86_64
Python HTTP client/server for asyncio which supports both the client and the server side of the HTTP protocol, client and server websocket, and webservers with middlewares and pluggable routing.
RPMPackage python3-abrt-container-addon-2.17.1-3.lbn36.noarch
This package contains python 3 hook and handling uncaught exception in python 3 programs in container.
RPMPackage python3-abrt-addon-2.17.1-3.lbn36.noarch
This package contains python 3 hook and python analyzer plugin for handling uncaught exception in python 3 programs.
RPMPackage python3-abrt-2.17.1-3.lbn36.x86_64
High-level API for querying, creating and manipulating problems handled by ABRT in Python 3.
RPMPackage python3-QtPy-2.0.0-2.fc36.noarch
QtPy (pronounced ‘cutie pie’) is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). Basically, you write your code as if you were using PyQt5 but import qt from qtpy instead of PyQt5.
RPMPackage python3-PyMySQL-1.0.3-2.lbn36.noarch
This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython.
RPMPackage python3-Cython-0.29.34-2.lbn36.x86_64
The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is a superset of the Python language (almost all Python code is also valid Cython code), but Cython additionally supports optional static typing to natively call C functions, operate with C++ classes and declare fast C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for writing glue code for external C/C++ libraries, and for fast C modules that speed up the execution of Python code.
RPMPackage python3-CommonMark-0.9.1-8.fc36.noarch
Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for the CommonMark specification, using only native modules. Once both this project and the CommonMark specification are stable we will release the first 1.0 version and attempt to keep up to date with changes in stmd.js. We are currently at the same development stage (actually a bit ahead because we have implemented HTML entity conversion and href URL escaping) as stmd.js. Since Python versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion, I’ve converted the 3.4 implementation into a single file, entitytrans.py which so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
RPMPackage python3-Bottleneck-1.4.2-2.lbn36.x86_64
python3-Bottleneck is a collection of fast NumPy array functions written in Cython.
RPMPackage python3-Authomatic-1.0.0-1.lbn36.noarch
.. |gae| replace:: Google App Engine .. _gae: |webapp2| replace:: Webapp2 .. _webapp2: |oauth2| replace:: OAuth 2.0 .. _oauth2: |oauth1| replace:: OAuth 1.0a .. _oauth1: |openid| replace:: OpenID .. _openid: |pyopenid| replace:: python- openid .. _pyopenid: Authomatic **Authomatic**
RPMPackage python3-APScheduler-3.9.1-1.lbn36.noarch
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.
RPMPackage python3-3.10.15-1.lbn36.x86_64
Python 3.10 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages, which may need to be installed separately. Documentation for Python is provided in the python3-docs package. Packages containing additional libraries for Python are generally named with the "python3-" prefix.
RPMPackage python-unversioned-command-3.10.15-1.lbn36.noarch
This package contains /usr/bin/python - the "python" command that runs Python 3.
RPMPackage python-srpm-macros-3.13-3.lbn36.noarch
RPM macros for building Python source packages.
RPMPackage python-setuptools-wheel-78.1.0-1.lbn36.noarch
A Python wheel of setuptools to use with venv.
RPMPackage python-rpm-macros-3.13-3.lbn36.noarch
This package contains the unversioned Python RPM macros, that most implementations should rely on. You should not need to install this package manually as the various python?-devel packages require it. So install a python-devel package instead.
RPMPackage python-django-bash-completion-5.1.3-1.lbn36.noarch
This package contains the Bash completion files form Django high-level Python Web framework.
RPMPackage pystring-1.1.3-4.fc36.x86_64
Pystring is a collection of C++ functions which match the interface and behavior of Python's string class methods using std::string. Implemented in C++, it does not require or make use of a Python interpreter. It provides convenience and familiarity for common string operations not included in the standard C++ library. It's also useful in environments where both C++ and Python are used. Overlapping functionality (such as index and slice/substr) of std::string is included to match Python interfaces. Originally developed at Sony Pictures Imageworks. http://opensource.imageworks.com/
RPMPackage pypy3.9-libs-7.3.9-2.3.9.fc36.x86_64
Libraries required by the various PyPy implementations of Python 3.9.