You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinx-math-dollar-1.2.1-1.fc36.noarch
sphinx-math-dollar is a Sphinx extension to let you write LaTeX math using $$.
RPMPackage python3-sphinx-markdown-tables-0.0.15-3.fc36.noarch
A Sphinx extension for rendering tables written in markdown.
RPMPackage python3-sphinx-licenseinfo-0.6.0.post1-1.lbn36.noarch
Sphinx directives for showing license information.
RPMPackage python3-trytond-currency+data-7.6.0-1.lbn36.noarch
This is a metapackage bringing in data extras requires for python3-trytond-currency. It makes sure the dependencies are installed.
RPMPackage python3-trytond+completion-7.6.6-1.lbn36.noarch
This is a metapackage bringing in completion extras requires for python3-trytond. It makes sure the dependencies are installed.
RPMPackage python3-serpy-0.3.1-13.lbn36.noarch
serpy is a super simple object serialization framework built for speed. serpy serializes complex datatypes (Django Models, custom classes, ...) to simple native types (dicts, lists, strings, ...). The native types can easily be converted to JSON or any other format needed. The goal of serpy is to be able to do this simply, reliably, and quickly. Since serializers are class based, they can be combined, extended and customized with very little code duplication. Compared to other popular Python serialization frameworks like marshmallow or Django Rest Framework Serializers serpy is at least an order of magnitude faster. Python 3 version.
RPMPackage python3-rich-dataframe-0.2.0-1.lbn36.noarch
Rich DataFrame Create animated and pretty Pandas Dataframe or Pandas Series, as shown below: Installation pip install rich-dataframe Usage Minimal example from sklearn.datasets import fetch_openml from rich_dataframe import prettify speed_dating = fetch_openml(name='SpeedDating', version=1)['frame'] table = prettify(speed_dating) If you want to pass a non-dataframe object, rich_dataframe got it covered too! from rich_dataframe import prettify var = {'a': 1, 'b': 3} prettify(var) Parameters df: pd.DataFrame The data you want to prettify row_limit : int, optional Number of rows to show, by default 20 col_limit : int, optional Number of columns to show, by default 10 first_rows : bool, optional Whether to show first n rows or last n rows, by default True. If this is set to False, show last n rows. first_cols : bool, optional Whether to show first n columns or last n columns, by default True. If this is set to False, show last n rows. delay_time : int, optional How fast is the
RPMPackage python3-rich-click-1.8.3-1.lbn36.noarch
Richly rendered command line interfaces in click.
RPMPackage python3-rich-argparse-1.3.0-1.lbn36.noarch
rich-argparse Format argparse and optparse help using rich. rich-argparse improves the look and readability of argparse's help while requiring minimal changes to the code. Table of contents Installation Usage Output styles Colors Group names Highlighting patterns "usage" --version Subparsers Third party formatters (ft. django) Optparse (experimental) Legacy Windows Installation Install from PyPI with pip or your favorite tool. pip install rich-argparse Usage Simply pass formatter_class to the argument parser import argparse from rich_argparse import RichHelpFormatter parser = argparse.ArgumentParser(..., formatter_class=RichHelpFormatter) ... rich-argparse defines equivalents to argparse's built-in formatters: rich_argparse formatter equivalent in argparse RichHelpFormatter HelpFormatter RawDescriptionRichHelpFormatter RawDescriptionHelpFormatter RawTextRichHelpFormatter RawTextHelpFormatter ArgumentDefaultsRichHelpFormatter ArgumentDefaultsHelpFormatter
RPMPackage python3-rich-14.1.0-2.lbn36.noarch
Rich is a Python library for rich text and beautiful formatting in the terminal. The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box.
RPMPackage python3-raven+flask-6.10.0-14.lbn36.noarch
This is a metapackage bringing in flask extras requires for python3-raven. It makes sure the dependencies are installed.
RPMPackage python3-raven-6.10.0-14.lbn36.noarch
Raven is a Python client for Sentry <http://getsentry.com>. It provides full out-of-the-box support for many of the popular frameworks, including Django, and Flask. Raven also includes drop-in support for any WSGI-compatible web application.
RPMPackage python3-psycopg-pool-3.3.0.dev1-1.lbn36.x86_64
PostgreSQL database adapter for Python - Connection Pool
RPMPackage python3-psycopg-c-3.2.4-1.lbn36.x86_64
PostgreSQL database adapter for Python -- C optimisation distribution
RPMPackage python3-psycopg-3.2.4-1.lbn36.x86_64
PostgreSQL database adapter for Python Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.This distribution contains the pure Python package psycopg... Note:: Despite the lack of number in the package name, this package is the successor of psycopg2_.
RPMPackage python3-psd-tools-1.9.28-1.lbn36.x86_64
Features Supported: Read and write of the low-level PSD/PSB file structure Raw layer image export in NumPy and PIL format Limited support: Composition of basic pixel-based layers Composition of fill layer effects Vector masks Editing of some layer attributes such as layer name Blending modes except for dissolve Drawing of bezier curves Not supported: Editing of layer structure, such as adding or removing a layer Composition of adjustment layers Composition of many layer effects Font rendering
RPMPackage python3-wsproto-1.2.0-1.fc36.noarch
wsproto is a pure-Python implementation of a WebSocket protocol stack. It is written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455, regardless of your programming paradigm. wsproto does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it is a purely in-memory solution, defined in terms of data actions and WebSocket frames. RFC6455 and Compression Extensions for WebSocket via RFC7692 are fully supported.
RPMPackage python3-urllib3+zstd-2.5.0-1.lbn36.noarch
This is a metapackage bringing in zstd extras requires for python3-urllib3. It makes sure the dependencies are installed.
RPMPackage python3-urllib3+socks-2.5.0-1.lbn36.noarch
This is a metapackage bringing in socks extras requires for python3-urllib3. It makes sure the dependencies are installed.
RPMPackage python3-urllib3+h2-2.5.0-1.lbn36.noarch
This is a metapackage bringing in h2 extras requires for python3-urllib3. It makes sure the dependencies are installed.