You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-trytond+email-validation-7.4.4-1.lbn36.noarch
This is a metapackage bringing in email-validation extras requires for python3-trytond. It makes sure the dependencies are installed.
RPMPackage python3-trytond+coroutine-7.4.4-1.lbn36.noarch
This is a metapackage bringing in coroutine extras requires for python3-trytond. It makes sure the dependencies are installed.
RPMPackage python3-trytond+bcrypt-7.4.4-1.lbn36.noarch
This is a metapackage bringing in bcrypt extras requires for python3-trytond. It makes sure the dependencies are installed.
RPMPackage python3-trytond+barcode-7.4.4-1.lbn36.noarch
This is a metapackage bringing in barcode extras requires for python3-trytond. It makes sure the dependencies are installed.
RPMPackage python3-trytond+argon2-7.4.4-1.lbn36.noarch
This is a metapackage bringing in argon2 extras requires for python3-trytond. It makes sure the dependencies are installed.
RPMPackage python3-tryton-filestore-s3-0.2.1-1.lbn36.noarch
Tryton FileStore S3 AWS Backend S3 AWS backend for the Tryton application framework.In order to configure the S3 Amazon you should modify your trytond configuration file to include the tryton_filestore_s3.FileStoreS3 as class of the database section. Also you need to specify the s3 credentials with the s3_access_key, s3_secret_key and bucket values.An example configuration file looks like::...
RPMPackage python3-tryton-filestore-minio-0.2.3-1.lbn36.noarch
Tryton FileStore MinIO The *Tryton FileStore MinIO* package allows Tryton's FileStore to be configured to use S3 compatible object storage services. It can be setup to store files in different buckets, or with different service providers depending on the prefix used with the FileStore. This package uses the MinIO Python SDK library to communicate with the S3 services.
RPMPackage python3-stripe-subscriptions-0.5.4-1.lbn36.noarch
Stripe SubscriptionsThis library is designed to make it as easy as possible for python web developers to manage Stripe Subscriptions. It allows to create Stripe Checkouts and also contains functions to ease the creation of custom checkoutsAlmost all functions accept a user argument which would typically be an instant of an object created using ORM. This ensures that a user cannot access data...
RPMPackage python3-stripe-10.9.0-1.lbn36.noarch
Official Stripe Bindings for Python A Python library for Stripe's API.
RPMPackage python3-shopifyapi-12.5.0-1.lbn36.noarch
The ShopifyAPI library allows python developers to programmatically access the admin section of stores using an ActiveResource like interface similar the ruby Shopify API gem. The library makes HTTP requests to Shopify in order to list, create, update, or delete resources (e.g. Order, Product, Collection).
RPMPackage python3-shippinglabel-1.7.1-1.lbn36.noarch
shippinglabel .. start short_desc**Utilities for handling packages.**.. end short_desc.. start shields.. list-table:: :stub-columns: 1 :widths: 10 90 * - Docs - |docs| |docs_check| * - Tests - |actions_linux| |actions_windows| |actions_macos| |coveralls| * - PyPI - |pypi-version| |supported-versions| |supported-implementations| |wheel| * - Anaconda - |conda-version| |conda- platform| * -...
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-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.