You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pyaff-3.7.19-6.fc36.x86_64
Python3 bindings for AFFLIB. These bindings currently support a read-only file-like interface to AFFLIB and basic metadata accessor functions. The binding is not currently complete.
RPMPackage python3-pyOpenSSL-24.1.0-2.lbn36.noarch
High-level wrapper around a subset of the OpenSSL library, includes among others * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes
RPMPackage python3-py-spy-0.3.12-1.lbn36.x86_64
py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code.
RPMPackage python3-py-make-0.1.1-1.lbn36.noarch
|PyPI-Status| |PyPI-Versions||Build-Status| |Coverage-Status| |Branch-Coverage- Status| |Codacy-Grade| |Libraries-Rank||DOI-URI| |LICENCE| |OpenHub-Status| |Gift-Casper| Bring basic Makefile support to any system with Python.Inspired by work in tqdm < install then execute pymake in a directory containing a Makefile.pymake works on any platform (Linux, Windows, Mac, FreeBSD,...
RPMPackage python3-py-1.11.0-3.fc36.noarch
The py lib is a Python development support library featuring the following tools and modules: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects
RPMPackage python3-pwquality-1.4.4-7.fc36.x86_64
This is pwquality Python module that provides Python bindings for the libpwquality library. These bindings can be used for easy password quality checking and generation of random pronounceable passwords from Python applications.
RPMPackage python3-pure-eval-0.2.2-1.lbn36.noarch
pure_eval This is a Python package that lets you safely evaluate certain AST nodes without triggering arbitrary code that may have unwanted side effects. It can be installed from PyPI: pip install pure_eval To demonstrate usage, suppose we have an object defined as follows: class Rectangle: def __init__(self, width, height): self.width = width self.height = height @property def area(self): print("Calculating area...") return self.width * self.height rect = Rectangle(3, 5) Given the rect object, we want to evaluate whatever expressions we can in this source code: source = "(rect.width, rect.height, rect.area)" This library works with the AST, so let's parse the source code and peek inside: import ast tree = ast.parse(source) the_tuple = tree.body[0].value for node in the_tuple.elts: print(ast.dump(node)) Output: Attribute(value=Name(id='rect', ctx=Load()), attr='width', ctx=Load()) Attribute(value=Name(id='rect', ctx=Load()), at
RPMPackage python3-ptyprocess-0.7.0-8.lbn36.noarch
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty.
RPMPackage python3-psycopg2-2.9.9-6.lbn36.x86_64
Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
RPMPackage python3-psutil-5.9.4-1.lbn36.x86_64
| |downloads| |stars| |forks| |contributors| |coverage| | |version| |py- versions| |packages| |license| | |github-actions| |appveyor| |doc| |twitter| |tidelift|.. |download .. |star .. |fork .. |contributors| image::
RPMPackage python3-prompt-toolkit-3.0.43-1.lbn36.noarch
Python Prompt Toolkit |Build Status| |PyPI|prompt_toolkit is a library for building powerful interactive command lines and terminal applications in Python.Read the documentation on readthedocs < < is an interactive Python Shell, build on top of prompt_toolkit... image :: prompt_toolkit features ***********************prompt_toolkit could be a replacement for GNU readline
RPMPackage python3-promise-2.3.0-8.fc36.noarch
This is a implementation of Promises in Python. It is a super set of Promises/A+ designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises in Python. It's fully compatible with the Promises/A+ spec.
RPMPackage python3-prometheus_client-0.13.1-1.fc36.noarch
Python client for Prometheus.
RPMPackage python3-progressbar2-3.53.2-4.fc36.noarch
A text progress bar is typically used to display the progress of a long running operation, providing a visual cue that processing is underway. The ProgressBar class manages the current progress, and the format of the line is given by a number of widgets. The progressbar module is very easy to use, yet very powerful. It will also automatically enable features like auto-resizing when the system supports it.
RPMPackage python3-progress-1.6-1.lbn36.noarch
Easy progress reporting for Python |pypi||demo|.. |pyp .. |dem -There are 7 progress bars to choose from:- Bar - ChargingBar - FillingSquaresBar - FillingCirclesBar - IncrementalBar - PixelBar - ShadyBarTo use them, just call next to advance and finish to finish:.. code-block:: python from progress.bar import Bar bar Bar('Processing', max20) for i in range(20):
RPMPackage python3-profilehooks-1.12.0-5.fc36.noarch
Profilehooks is a collection of decorators for profiling functions.
RPMPackage python3-productmd-1.33-4.fc36.noarch
Python library providing parsers for metadata related to composes and installation media.
RPMPackage python3-prelude-5.2.0-11.fc36.x86_64
Provides python 3 bindings for prelude.
RPMPackage python3-pptx-0.6.21-1.lbn36.noarch
*python-pptx* is a Python library for creating and updating PowerPoint (.pptx) A typical use would be generating a customized PowerPoint presentation from database content, downloadable by clicking a link in a web application. Several developers have used it to automate production of presentation-ready engineering status reports based on information held in their work management system. It...
RPMPackage python3-portend-3.1.0-2.fc36.noarch
por·tend pôrˈtend/ be a sign or warning that (something, especially something momentous or calamitous) is likely to happen.