You are here: Home

Modified items

All recently modified items, latest first.
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-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-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|...
RPMPackage python3-deprecation-2.1.0-18.lbn36.noarch
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. Together, the two enable the automation of several things: 1. The docstring of a deprecated method gets the deprecation details appended to the end of it. If you generate your API docs direct from your source, you don’t need to worry about writing your own notification. You also don’t need to worry about forgetting to write it. It’s done for you. 2. Rather than having code live on forever because you only deprecated it but never actually moved on from it, you can have your tests tell you when it’s time to remove the code. The @deprecated decorator can be told when it’s time to entirely remove the code, which causes @fail_if_not_removed to raise an AssertionError, causing either your unittest or py.test tests to fail. See http://deprecation.readthedocs.io/ for the full documentation.
RPMPackage python3-lxml-html-clean-0.4.1-1.lbn36.noarch
lxml_html_clean MotivationThis project was initially a part of [lxml]( Because HTML cleaner is designed as blocklist-based, many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments. Therefore we decided to extract the problematic part to a separate project. InstallationYou can install this project...
RPMPackage step-ca-0.28.3-1.lbn36.x86_64
A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
RPMPackage xmlsec1-gnutls-1.2.37-5.lbn36.x86_64
GNUTls plugin for XML Security Library provides GNUTls based crypto services for the xmlsec library.