You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flask-xml-rpc-0.1.2-25.fc36.noarch
Flask-XML-RPC adds XML-RPC support to Flask. This way, you can provide simple APIs easily accessible from almost any programming language. documentation: http://packages.python.org/Flask-XML-RPC development version: http://bitbucket.org/leafstorm/flask-xml-rpc/get/tip.gz#egg=Flask-XML-RPC-dev
RPMPackage python3-flask-wtf-decorators-0.1.2-0.7.20200715.7fa5a26.fc36.noarch
Flask-WTF-Decorators is easy to use. You can define a view that requires validation. from flask-wtf-decorators import FormValidator form_validator = FormValidator() @form_validator.validate_form(TestForm) @app.route('/', methods=['GET', 'POST']) def index(form): pass You can tell Flask-WTF-Decorators what to do when a form is illegal. To do this you should provide a callback for error_handler. @form_validator.error_handler def error_handler(errors): return jsonify({'errors': errors}), 400
RPMPackage python3-flask-wtf-1.2.2-1.lbn36.noarch
Flask-WTF offers simple integration with WTForms. This integration includes optional CSRF handling for greater security.
RPMPackage python3-flask-wtf-1.2.2-1.lbn36.noarch
Flask-WTF offers simple integration with WTForms. This integration includes optional CSRF handling for greater security.
RPMPackage python3-flask-wtf-1.2.2-1.lbn36.noarch
Flask-WTF offers simple integration with WTForms. This integration includes optional CSRF handling for greater security.
RPMPackage python3-flask-whooshee-0.8.2-1.fc36.noarch
Whoosh integration that allows to create and search custom indexes. Python 3 version.
RPMPackage python3-flask-theme-0.3.5-1.lbn36.noarch
flask-theme --flask-theme provides infrastructure for theming support in Flask applications. It takes care of:- loading themes - rendering templates from themes - serving static files like CSS and images from themes* documentation < * development version <
RPMPackage python3-flask-talisman-1.1.0-1.lbn36.noarch
Talisman: HTTP security headers for Flask |PyPI Version|Talisman is a small Flask extension that handles setting HTTP headers that can help protect against a few common web application security The default configuration:- Forces all connects to https, unless running with debug enabled. - Enables HTTP Strict Transport Security < - Sets Flask's session cookie to secure, so it will never be set...
RPMPackage python3-flask-talisman-1.1.0-1.lbn36.noarch
Talisman: HTTP security headers for Flask |PyPI Version|Talisman is a small Flask extension that handles setting HTTP headers that can help protect against a few common web application security The default configuration:- Forces all connects to https, unless running with debug enabled. - Enables HTTP Strict Transport Security < - Sets Flask's session cookie to secure, so it will never be set...
RPMPackage python3-flask-sqlalchemy-3.1.1-1.lbn36.noarch
Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. Python 3 version.
RPMPackage python3-flask-sqlalchemy-3.1.1-1.lbn36.noarch
Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. Python 3 version.
RPMPackage python3-flask-sqlalchemy-3.1.1-1.lbn36.noarch
Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. Python 3 version.
RPMPackage python3-flask-sphinx-themes-1.0.2-1.lbn36.noarch
Flask Sphinx Themes This repository contains Sphinx themes for Flask and Flask related projects. To use this theme in your Sphinx documentation:1. Install the package using pip: pip install Flask-Sphinx-Themes2. Add this to conf.py: .. code-block:: python html_theme 'flask'Themes The following themes exist for html_theme. flask The standard Flask documentation theme for large...
RPMPackage python3-sqlalchemy-spanner-1.6.2-2.lbn36.noarch
Spanner dialect for SQLAlchemy represents an interface API designed to make it possible to control Cloud Spanner databases with SQLAlchemy API. The dialect is built on top of the Spanner DB API, which is designed in accordance with PEP-249. Known limitations are listed here. All supported features have been tested and verified to work with the test configurations. There may be configurations and/or data model variations that have not yet been covered by the tests and that show unexpected behavior. Please report any problems that you might encounter by creating a new issue. Cloud Spanner product documentation SQLAlchemy product documentation Quick Start In order to use this package, you first need to go through the following steps: Select or create a Cloud Platform project. Enable billing for your project. Enable the Google Cloud Spanner API. Setup Authentication. Installation Stable released version of the package is available on PyPi: pip install sqlalchemy-spanner To install a
RPMPackage python3-snowflake-connector-3.15.0-1.lbn36.x86_64
This package includes the Snowflake Connector for Python, which conforms to the Python DB API 2.0 specification: Documentation is available at: code is also available at: Release Notes- v2.8.2(November 18,2022) - Improved performance of OCSP response caching - During the execution of GET commands we no longer resolve target location on the local machine - Improved performance of regexes used...
RPMPackage python3-pgvector-0.3.6-1.lbn36.noarch
pgvector-python pgvector support for Python Supports Django, SQLAlchemy, SQLModel, Psycopg 3, Psycopg 2, asyncpg, and Peewee Installation Run: pip install pgvector And follow the instructions for your database library: Django SQLAlchemy SQLModel Psycopg 3 Psycopg 2 asyncpg Peewee Or check out some examples: Embeddings with OpenAI Sentence embeddings with SentenceTransformers Hybrid search with SentenceTransformers (Reciprocal Rank Fusion) Hybrid search with SentenceTransformers (cross-encoder) Sparse search with Transformers Image search with PyTorch Image search with perceptual hashing Implicit feedback recommendations with Implicit Explicit feedback recommendations with Surprise Recommendations with LightFM Horizontal scaling with Citus Bulk loading with COPY Django Create a migration to enable the extension from pgvector.django import VectorExtension class Migration(migrations.Migration): operations = [ VectorExtension() ] Add a vector field to your model fro
RPMPackage python3-opensearch-py+kerberos-2.8.0-1.lbn36.noarch
This is a metapackage bringing in kerberos extras requires for python3-opensearch-py. It makes sure the dependencies are installed.
RPMPackage python3-opensearch-py+async-2.8.0-1.lbn36.noarch
This is a metapackage bringing in async extras requires for python3-opensearch-py. It makes sure the dependencies are installed.
RPMPackage python3-opensearch-py-2.8.0-1.lbn36.noarch
opensearch-py is a community-driven, open source OpenSearch client licensed under the Apache v2.0 License. For more information, see opensearch.org.
RPMPackage python3-openlineage-sql-1.24.2-1.lbn36.x86_64
Python interface for the Rust OpenLineage lineage extraction library