You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-mako-1.3.10-1.lbn36.noarch
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. This package contains the mako module built for use with python3.
RPMPackage python3-humanize-4.12.3-1.lbn36.noarch
This modest package contains various common humanization utilities, like turning a number into a fuzzy human readable duration ('3 minutes ago') or into a human readable size or throughput.
RPMPackage python3-django-rest-framework-3.16.0-1.lbn36.noarch
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. Some reasons you might want to use REST framework: * The Web browsable API is a huge usability win for your developers. * Authentication policies including OAuth1a and OAuth2 out of the box. * Serialization that supports both ORM and non-ORM data sources. * Customizable all the way down - just use regular function-based views if you don't need the more powerful features. * Extensive documentation, and great community support.
RPMPackage python3-jsonpath-ng-1.7.0-4.lbn36.noarch
Implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.
RPMPackage python3-flask-session-0.5.0-8.lbn36.noarch
Flask-Session is an extension for Flask that adds support for server-side sessions to your application.
RPMPackage python3-flask-caching-2.3.1-2.lbn36.noarch
Flask-Caching Adds easy cache support to Flask
RPMPackage python3-flask-appbuilder-4.8.0-1.lbn36.noarch
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Extensive configuration of all functionality, easily integrate with normal Flask/Jinja2
RPMPackage python3-cronitor-4.7.1-1.lbn36.noarch
Cronitor Python Library ![Test]( provides end-to-end monitoring for background jobs, websites, APIs, and anything else that can send or receive an HTTP request. This library provides convenient access to the Cronitor API from applications written in Python. See our [API docs]( for detailed references on configuring monitors and sending telemetry pings.In this guide:-...
RPMPackage python3-cron-descriptor-1.4.5-1.lbn36.noarch
Cron Descriptor[![Python tests]( [![Donate]( Python library that converts cron expressions into human readable strings. Ported to Python from Adam Schubert () **Original Author & Credit**: Brady Holt () **License**: [MIT]( Features
RPMPackage python3-celery-5.5.3-1.lbn36.noarch
%{desc}
RPMPackage python3-kombu-5.5.4-1.lbn36.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. One of the most popular implementations of AMQP is RabbitMQ. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems.
RPMPackage python3-billiard-4.2.1-1.lbn36.noarch
This package contains extensions to the multiprocessing pool.
RPMPackage c-ares-1.34.5-1.lbn36.x86_64
c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
RPMPackage python3-pycares-4.9.0-1.lbn36.x86_64
pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously.
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-tablib-3.8.0-1.lbn36.noarch
Tablib: format-agnostic tabular dataset library Tablib is a format-agnostic tabular dataset library, written in Python. Output formats supported: Excel (Sets + Books) JSON (Sets + Books) YAML (Sets + Books) Pandas DataFrames (Sets) HTML (Sets) Jira (Sets) LaTeX (Sets) TSV (Sets) ODS (Sets) CSV (Sets) DBF (Sets) Note that tablib purposefully excludes XML support. It always will. (Note: This is a joke. Pull requests are welcome.) Tablib documentation is graciously hosted on https:/tablib.readthedocs.io It is also available in the docs directory of the source distribution. Make sure to check out Tablib on PyPI! Contribute Please see the contributing guide.
RPMPackage python3-redis-6.2.0-1.lbn36.noarch
This is a Python 3 interface to the Redis key-value store.
RPMPackage python3-django-filter-25.1-1.lbn36.noarch
Django-filter is a reusable Django application allowing users to declaratively add dynamic QuerySet filtering from URL parameters. Full documentation on read the docs. Versioning and stability policy Django-Filter is a mature and stable package. It uses a two-part CalVer versioning scheme, such as 21.1. The first number is the year. The second is the release number within that year. On an on-going basis, Django-Filter aims to support all current Django versions, the matching current Python versions, and the latest version of Django REST Framework. Please see: Status of supported Python versions List of supported Django versions Support for Python and Django versions will be dropped when they reach end-of-life. Support for Python versions will be dropped when they reach end-of-life, even when still supported by a current version of Django. Other breaking changes are rare. Where required, every effort will be made to apply a “Year plus two” deprecation period. For example, a change i
RPMPackage python3-aiodns-3.5.0-1.lbn36.noarch
aiodns provides a simple way for doing asynchronous DNS resolutions with a synchronous looking interface by using pycares.
RPMPackage python3-diff-match-patch-20241021-1.lbn36.noarch
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.