You are here: Home

Modified items

All recently modified items, latest first.
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-furl-2.1.3-1.lbn36.noarch
Information and documentation can be found at
RPMPackage python3-docopt-0.6.2-22.fc36.noarch
Isn't it awesome how optparse and argparse generate help messages based on your code?! Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write thisstupid repeatable parser-code, and instead can write only the help message--*the way you want it*. Python 3 version.
RPMPackage python3-html2text-2024.2.26-2.lbn36.noarch
html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
RPMPackage python3-barcode+images-0.15.1-1.lbn36.noarch
This is a metapackage bringing in images extras requires for python3-barcode. It makes sure the dependencies are installed.
RPMPackage python3-barcode-0.15.1-1.lbn36.noarch
python-barcode .. image::
RPMPackage python3-febelfin-coda-0.3.0-1.lbn36.noarch
febelfin-coda febelfin-coda is a parser for CODA files_... _CODA files: >>> import os >>> from coda import CODAInstantiate:: >>> coda CODA('coda/CODA.txt')The statements:: >>> len(coda.statements) >>> statement, coda.statements >>> statement.account '435000000080' >>> statement.account_currency 'EUR' >>> statement.old_balance Decimal('0') >>> statement.old_balance_date datetime.date(2006, 12,...
RPMPackage python3-elasticsearch-dsl-8.9.0-1.lbn36.noarch
Elasticsearch DSL Elasticsearch DSL is a high-level library whose aim is to help with writing and running queries against Elasticsearch. It is built on top of the official low-level client (elasticsearch-py < provides a more convenient and idiomatic way to write and manipulate queries. It stays close to the Elasticsearch JSON DSL, mirroring its terminology and structure. It exposes the whole...
RPMPackage python3-elasticsearch-dbapi-0.2.9-1.lbn36.noarch
ElasticSearch DBAPI [![Build Status]( [![PyPI version]( [![Coverage Status]( elasticsearch-dbapi Implements a DBAPI (PEP-249) and SQLAlchemy dialect, that enables SQL access on elasticsearch clusters for query only access.On Elastic Elasticsearch: Uses Elastic X-Pack [SQL API](
RPMPackage python3-elasticsearch-8.17.1-1.lbn36.noarch
The official Python client for Elasticsearch. Features Translating basic Python data types to and from JSON Configurable automatic discovery of cluster nodes Persistent connections Load balancing (with pluggable selection strategy) across available nodes Failed connection penalization (time based - failed connections won't be retried until a timeout is reached) Support for TLS and HTTP authentication Thread safety across requests Pluggable architecture Helper functions for idiomatically using APIs together
RPMPackage python3-elastic-transport-8.17.0-1.lbn36.noarch
Transport classes and utilities shared among Python Elastic client libraries This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch.
RPMPackage python3-efficient-apriori-2.0.3-1.lbn36.noarch
Efficient-Apriori ![Build Status]( [![PyPI version]( [![Documentation Status]( [![Downloads]( [![Black]( efficient pure Python implementation of the Apriori algorithm. Works with Python 3.7+.
RPMPackage python3-docker-pycreds-0.4.0-12.fc36.noarch
Python bindings for the docker credentials store API
RPMPackage python3-braintree-4.28.0-1.lbn36.noarch
The Braintree Python SDK provides integration access to the Braintree Gateway. 1. - README and Samples 2. - API Reference
RPMPackage python3-aggdraw-1.3.18-1.lbn36.x86_64
The aggdraw module implements the basic WCK 2D Drawing Interface on top of the AGG library. This library provides high-quality drawing, with anti-aliasing and alpha compositing, while being fully compatible with the WCK renderer.
RPMPackage python3-aeb43-0.1.0-1.lbn36.noarch
aeb43 is a parser for AEB43 files.Nutshell >>> import os >>> from aeb43 import AEB43Instantiate:: >>> aeb43 AEB43('aeb43/AEB43.txt')The accounts:: >>> len(aeb43.accounts) >>> account aeb43.accounts[0] >>> account.number '0001414452' >>> account.start_date datetime.date(2018, 3, 18) >>> account.end_date datetime.date(2018, 3, 20) >>> account.initial_balance Decimal('3005') >>>...
RPMPackage python3-dotenv-1.0.0-1.lbn36.noarch
python-dotenv[![Build Status][build_status_badge]][build_status_link] [![PyPI version][pypi_badge]][pypi_link]Python-dotenv reads key-value pairs from a .env file and can set them as environment variables. It helps in the development of applications following the [12-factor]( principles.- [Getting Started](getting- started) - [Other Use Cases](other-use-cases) * [Load configuration without...
RPMPackage python3-deprecation-alias-0.3.2-1.lbn36.noarch
deprecation-alias .. start short_desc**A wrapper around 'deprecation' providing support for deprecated aliases.**.. end short_desc .. start shields.. list- table:: :stub-columns: 1 :widths: 10 90 * - Tests - |actions_linux| |actions_windows| |actions_macos| |coveralls| * - PyPI - |pypi-version| |supported-versions| |supported-implementations| |wheel| * - Anaconda - |conda- version|...
RPMPackage python3-deprecation-2.1.0-2.lbn36.noarch
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests.