You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-accesscontrol-7.2-1.lbn36.x86_64
AccessControl
RPMPackage python-formencode-langpacks-2.0.1-2.fc36.noarch
The FormEncode library validates and converts nested structures. This package contains the locale files for localizing the message strings in code within the library.
RPMPackage plone-devel-5.2.15-1.lbn36.noarch
Tools to develop Plone packages/extensions
RPMPackage plone-5.2.15-1.lbn36.noarch
Plone meta packages
RPMPackage python3-lbn-cli+ldap-1.3.3-1.lbn36.noarch
This is a metapackage bringing in ldap extras requires for python3-lbn-cli. It makes sure the dependencies are installed.
RPMPackage python3-ldap3-2.8.1-2.lbn36.noarch
ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library. Python 3 version.
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).