You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-easy-thumbnails-2.10-1.lbn36.noarch
Easy Thumbnails A powerful, yet easy to implement thumbnailing application for Django 2.2+Below is a quick summary of usage. For more comprehensive information, view the full documentation__ online or the peruse the project's docs directory.__
RPMPackage python3-djmail-2.0.0-1.lbn36.noarch
djmail is a BSD Licensed, simple and nonobstructive django email middleware.Why use djmail? Because it:- Sends emails asynchronously without additional libraries. - Sends emails using celery tasks. - Can retry sending failed messages (with cron task or celery periodic task). - Can assign delivery priority. - Has a powerfull class to build emails from templates. - Works transparently (works as...
RPMPackage python3-django-sr-0.0.4-1.lbn36.noarch
Django Settings Resolver ======================== .. image:: https://travis-ci.org/jespino/django-sr.png?branch=master :target: https://travis-ci.org/jespino/django-sr .. image:: https://coveralls.io/repos/jespino/django-sr/badge.png?branch=master :target: https://coveralls.io/r/jespino/django-sr?branch=master .. image:: https://pypip.in/v/django-sr/badge.png :target:...
RPMPackage python3-django-sites-0.11-1.lbn36.noarch
django-sites Alternative implementation of django "sites" framework based on settings instead of models. How to install? You can install it with pip:.. code- block:: shell pip install django-sitesDocumentation -
RPMPackage python3-django-sampledatahelper-0.5-1.lbn36.noarch
 
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-overrides-7.7.0-1.lbn36.noarch
overrides A decorator that verifies that a method that should override an inherited method actually does, and that copies the docstring of the inherited method to the overridden method. Since signature validation and docstring inheritance are performed on class creation and not on class instantiation, this library significantly improves the safety and experience of creating class hierarchies...
RPMPackage python3-furl-2.1.3-1.lbn36.noarch
Information and documentation can be found at
RPMPackage python3-outcome-1.3.0.post0-2.lbn36.noarch
Outcome provides a function for capturing the outcome of a Python function call, so that it can be passed around.
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-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-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...