You are here: Home

Modified items

All recently modified items, latest first.
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-13.9.4-1.lbn36.noarch
English readme • 简体中文 readme • 正體中文 readme • Lengua española readme • Deutsche readme • Läs på svenska • 日本語 readme • 한국어 readme • Français readme • Schwizerdütsch readme • हिन्दी readme • Português brasileiro readme • Italian readme • Русский readme • Indonesian readme • فارسی readme • Türkçe readme • Polskie readme 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. For a video introduction to Rich see calmcode.io by @fishnets88. See what people are saying about Rich. Compatibility Rich works with Linux, macOS and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.8 or later. Rich works with Jupyter notebooks with no additional configuration required. Installing Install with pip or y
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-premailer-3.10.0-1.lbn36.noarch
When you send HTML emails you can’t use style tags but instead you have to put inline style attributes on every element. So from this: <html> <style type="text/css"> h1 { border:1px solid black } p { color:red;} </style> <h1 style="font-weight:bolder">Peter</h1> <p>Hej</p> </html> You want this: <html> <h1 style="font-weight:bolder; border:1px solid black">Peter</h1> <p style="color:red">Hej</p> </html> premailer does this. It parses an HTML page, looks up style blocks and parses the CSS. It then uses the lxml.html parser to modify the DOM tree of the page accordingly.
RPMPackage python3-ldap3-2.8.1-2.lbn36.noarch
ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library. Python 3 version.
RPMPackage python3-easy-thumbnails-2.10-1.lbn36.noarch
Easy Thumbnails A powerful, yet easy to implement thumbnailing application for Django 2.2+Below is a quick summary of usage. For more comprehensive information, view the full documentation__ online or the peruse the project's docs directory.__
RPMPackage python3-djmail-2.0.0-1.lbn36.noarch
djmail is a BSD Licensed, simple and nonobstructive django email middleware.Why use djmail? Because it:- Sends emails asynchronously without additional libraries. - Sends emails using celery tasks. - Can retry sending failed messages (with cron task or celery periodic task). - Can assign delivery priority. - Has a powerfull class to build emails from templates. - Works transparently (works as...
RPMPackage python3-django-sr-0.0.4-1.lbn36.noarch
Django Settings Resolver ======================== .. image:: https://travis-ci.org/jespino/django-sr.png?branch=master :target: https://travis-ci.org/jespino/django-sr .. image:: https://coveralls.io/repos/jespino/django-sr/badge.png?branch=master :target: https://coveralls.io/r/jespino/django-sr?branch=master .. image:: https://pypip.in/v/django-sr/badge.png :target:...
RPMPackage python3-django-sites-0.11-1.lbn36.noarch
django-sites Alternative implementation of django "sites" framework based on settings instead of models. How to install? You can install it with pip:.. code- block:: shell pip install django-sitesDocumentation -
RPMPackage python3-django-sampledatahelper-0.5-1.lbn36.noarch
 
RPMPackage python3-django-jinja-2.11.0-1.lbn36.noarch
django-jinja Simple and nonobstructive jinja2 integration with Django. **Documentation:** How to install? You can install it with pip:.. code-block:: shell pip install django-jinjaHow to run tests as a developer -Install the Tox automation tool (outside a virtualenv), then
RPMPackage python3-faker-12.0.0-1.fc36.noarch
Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
RPMPackage python3-trio-websocket-0.12.2-2.lbn36.noarch
This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework. This library passes the Autobahn Test Suite.