You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flask-healthz-0.0.3-2.fc36.noarch
This module allows you to define endpoints in your Flask application that can be used as liveness and readiness probes.
RPMPackage python3-flask-cors-4.0.1-2.lbn36.noarch
Python3 flask_cors package.
RPMPackage python3-flask-compress-1.14-1.lbn36.noarch
Flask-Compress allows you to easily compress your Flask application's responses with gzip. The preferred solution is to have a server (like Nginx) automatically compress the static files for you. If you don't have that option Flask-Compress will solve the problem for you.
RPMPackage python3-flask-caching-2.3.0-1.lbn36.noarch
Flask-Caching Adds easy cache support to Flask
RPMPackage python3-flask-bootstrap-3.3.7.1-17.fc36.noarch
FlaskBootstrap packages Bootstrap into an extension that mostly consists of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a CDN and works with no boilerplate code in your application
RPMPackage python3-flask-basicauth-0.2.0-2.fc36.noarch
HTTP basic authentication for Flask
RPMPackage python3-flask-babel-4.0.0-1.lbn36.noarch
Adds i18n/l10n support to Flask applications with the help of the Babel library.
RPMPackage python3-flask-appbuilder-4.6.2-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-flask-admin-1.5.8-4.fc36.noarch
Flask-Admin is advanced, extensible and simple to use administrative interface building extension for Flask framework. It comes with batteries included: model scaffolding for SQLAlchemy, MongoEngine, MongoDB and Peewee ORMs, simple file management interface and a lot of usage samples. You're not limited by the default functionality - instead of providing simple scaffolding for the ORM models, Flask-Admin provides tools that can be used to construct administrative interfaces of any complexity, using a consistent look and feel.
RPMPackage python3-flask-3.0.3-5.lbn36.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. Python 3 version.
RPMPackage rubygem-domain_name-0.5.20190701-7.fc36.noarch
This is a Domain Name manipulation library for Ruby. It can also be used for cookie domain validation based on the Public Suffix List.
RPMPackage python3-time-machine-2.13.0-1.lbn36.x86_64
time-machine :target:
RPMPackage python3-uuid6-2024.7.10-1.lbn36.noarch
New time-based UUID formats which are suited for use as a database key.[![CI]( [![codecov]( [![PyPI status]( [![Python versions supported]( [![Code style: black](
RPMPackage python3-psycopg-c-3.2.4-1.lbn36.x86_64
PostgreSQL database adapter for Python -- C optimisation distribution
RPMPackage python3-psycopg-3.2.4-1.lbn36.x86_64
PostgreSQL database adapter for Python Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.This distribution contains the pure Python package psycopg... Note:: Despite the lack of number in the package name, this package is the successor of psycopg2_.
RPMPackage python3-json-stream-to-standard-types-0.1.4-1.lbn36.noarch
⚠ NOTE: Starting at json-stream 2.2.0,to_standard_types is part of json-stream itself, so there is no longer a need for this packgage. json-stream-to-standard-types Utility function to convert json-stream objects to normal Python dicts/lists. Parallel PR: https:/github.com/daggaz/json-stream/pull/17 Installation pip install json-stream-to-standard-types Usage To convert a json-stream dict-like or list-like object and all its descendants to a standard list and dict, simply apply the library's to_standard_types function: import json_stream from json_stream_to_standard_types import to_standard_types data = json_stream.load(f) results = data["results"] print(results) # prints <TransientStreamingJSONList: TRANSIENT, STREAMING> converted = to_standard_types(results) print(converted) # prints [1, 2, 3] License Do whatever you want with it license or whatever it was called
RPMPackage python3-json-stream-rs-tokenizer-0.4.26-1.lbn36.x86_64
> **NOTE:** json-stream-rs-tokenizer is now automatically used by > json- stream, so unless you find a bug, you can ignore this package's > existence! json- stream-rs-tokenizer[![CI build badge]( [![CI test badge]( [![PyPI package and version badge](
RPMPackage python3-json-stream-2.3.2-1.lbn36.noarch
json-stream Simple streaming JSON parser and encoder. When reading JSON data, json-stream can decode JSON data in a streaming manner, providing a pythonic dict/list-like interface, or a visitor-based interfeace. Can stream from files, URLs or iterators. When writing JSON data, json-stream can stream JSON objects as you generate them. These techniques allow you to reduce memory consumption and latency. Reading json-stream is a JSON parser just like the standard library's json.load(). It will read a JSON document and convert it into native python types. import json_stream data = json_stream.load(f) Features: stream all JSON data types (objects, lists and simple types) stream nested data simple pythonic list-like/dict-like interface stream truncated or malformed JSON data (up to the first error) native code parsing speedups for most common platforms pure python fallback if native extensions not available Unlike json.load(), json-stream can stream JSON data from any file-like or it
RPMPackage python3-jq-1.8.0-1.lbn36.x86_64
jq.py: a lightweight and flexible JSON processor This project contains Python bindings for jq < 1.7.1.Installation Wheels are built for various Python versions and architectures on Linux and Mac OS X. On these platforms, you should be able to install jq with a normal pip install:.. code-block:: sh pip install jqIf a wheel is not available, the source for jq 1.7.1 is built. This requires:*...
RPMPackage python3-lxml+htmlsoup-5.3.0-1.lbn36.x86_64
This is a metapackage bringing in htmlsoup extras requires for python3-lxml. It makes sure the dependencies are installed.