You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-qrcode-core-7.4.2-2.lbn36.noarch
Core Python 3 module for QR code generation. Does not contain image rendering.
RPMPackage python3-qrcode+pil-7.4.2-2.lbn36.noarch
This is a metapackage bringing in pil extras requires for python3-qrcode. It makes sure the dependencies are installed.
RPMPackage python3-qrcode-7.4.2-2.lbn36.noarch
This module uses the Python Imaging Library (PIL) to allow for the generation of QR Codes. Python 3 version.
RPMPackage python3-pydot-1.4.2-1.fc36.noarch
An interface for creating both directed and non directed graphs from Python. Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.16). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or output in any of the format's supported by the Graphviz tools dot, neato, twopi.
RPMPackage python3-phonenumberslite-8.13.39-1.lbn36.noarch
phonenumbers Python Library [![Coverage Status]( is a Python port of [Google's libphonenumber library]( It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with no [2to3]( conversion needed).Original Java code is Copyright (C) 2009-2015 The Libphonenumber Authors.Release [HISTORY](
RPMPackage python3-minio-7.1.13-1.lbn36.noarch
MinIO Python SDK for Amazon S3 Compatible Cloud Storage [![Slack]( Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.For a complete list of APIs and examples, please take a look at the [Python Client API Reference]( Minimum Requirements Python 3.7 or higher. Download using pipsh pip3 install minio...
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-python3-saml-1.16.0-1.lbn36.noarch
 
RPMPackage python3-pysaml2-7.4.2-4.lbn36.noarch
PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment there are extensions that allow you to use it with other frameworks.
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](