You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pypdf+image-4.2.0-2.lbn36.noarch
This is a metapackage bringing in image extras requires for python3-pypdf. It makes sure the dependencies are installed.
RPMPackage python3-pypdf+full-4.2.0-2.lbn36.noarch
This is a metapackage bringing in full extras requires for python3-pypdf. It makes sure the dependencies are installed.
RPMPackage python3-pypdf-4.2.0-2.lbn36.noarch
pypdf is a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files. pypdf can retrieve text and metadata from PDFs as well.
RPMPackage python3-pyactiveresource-2.2.2-1.lbn36.noarch
 
RPMPackage python3-ofxparse-0.21-2.fc36.noarch
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also provide account statements in OFX files.
RPMPackage python3-mt940-0.6.0-1.lbn36.noarch
mt940 is a parser for MT940 files.Nutshell >>> import os >>> from mt940 import MT940Instanciate:: >>> mt940 MT940('mt940/MT940.txt')The statements:: >>> len(mt940.statements) >>> statement mt940.statements[0] >>> statement.account '123456789' >>> statement.information '13501/1' >>> start_balance statement.start_balance >>> start_balance.date datetime.date(2012, 5, 11) >>> start_balance.amount...
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-9.0.2-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-stdnum-1.19-4.lbn36.noarch
Parse, validate and reformat standard numbers and codes. This library offers functions for parsing, validating and reformatting standard numbers and codes in various formats like personal IDs, VAT numbers, IBAN and more.
RPMPackage python3-simpleeval-0.9.12-2.fc36.noarch
An short, easy to use, safe and reasonably extensible expression evaluator. Designed for things like in a website where you want to allow the user to generate a string, or a number from some other input, without allowing full eval() or other unsafe or needlessly complex linguistics.
RPMPackage python3-dotenv-1.1.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|...