You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sqlalchemy1+mysql-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in mysql extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+mssql_pyodbc-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in mssql_pyodbc extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+mssql_pymssql-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in mssql_pymssql extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+asyncio-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in asyncio extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+aiosqlite-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in aiosqlite extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+aiomysql-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in aiomysql extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1-1.4.54-1.lbn36.x86_64
SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain.
RPMPackage python3-flask-httpauth-4.8.0-2.lbn36.noarch
FlaskHTTPAuth Basic and Digest HTTP authentication for Flask routes.
RPMPackage python3-flask2-2.3.3-1.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 python3-memoization-0.4.0-1.lbn36.noarch
python-memoization[![Repository][repositorysvg]][repository] [![Build Status][travismaster]][travis] [![Codacy Badge][codacysvg]][codacy] [![Coverage Status][coverallssvg]][coveralls] [![Downloads][downloadssvg]][repository][![PRs welcome][prsvg]][pr] [![License][licensesvg]][license] [![Supports Python][pythonsvg]][python] A powerful caching library for Python, with TTL support and multiple...
RPMPackage xapian-core-1.4.23-1.lbn36.x86_64
Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications
RPMPackage xapian-bindings-1.4.23-2.lbn36.x86_64
Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. This package provides the files needed for scripts which use Xapian.
RPMPackage python3-xapian-1.4.23-2.lbn36.x86_64
Xapian is an Open Source Probabilistic Information Retrieval framework. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications. This package provides the bindings needed for developing Python3 scripts which use Xapian.
RPMPackage python3-flask-turnstile-0.1.1-1.lbn36.noarch
Flask-Turnstile [![Latest version released on PyPi]( [![PyPi monthly downloads]( [![License: GPL v3]( [![Patreon]( [![Buy Me A Coffee](
RPMPackage python3-flask-api-cache-0.1.1-1.lbn36.noarch
flask-api-cache **A package for caching flask api with custom key.** Description: A decorator for python flask api.You can set cache in your **memory** or with **redis instance**,<br> the key will be generated by the following rule:<br> {REQUEST_FULL_PATH}:{PARAMETER_STRING}<br> or you can use your custom key function by key_func args,<br> the value will be your function return value.<br> How...
RPMPackage duktape-2.6.0-2.fc36.x86_64
Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.
RPMPackage python3-flask-webpackext-1.0.2-1.lbn36.noarch
Webpack integration for Flask. Flask-WebpackExt makes it easy to interface with your existing Webpack project from Flask and does not try to manage Webpack for you. Flask-WebpackExt does this via: Manifests: You tell Webpack to write a manifest.json using plugins such as webpack-manifest-plugin, webpack-yam-plugin or webpack-bundle-tracker. Flask-WebpackExt reads the manifest and makes your compiled assets available in your Jinja templates. CLI for NPM: Flask-WebpackExt provides a Flask CLI so that e.g. flask webpack install will run npm install in your Webpack project. Similarly, flask webpack build will run npm run build. Optionally you can use Flask-WebpackExt to also: Inject configuration: Flask-WebpackExt will write a config.json into your Webpack project, which you can import in your Webpack configuration. You define what goes in the config e.g. Let Webpack know about output paths or dynamic entry points. Collect bundles: If your Webpack project is spread over multiple Python
RPMPackage python3-flask-roleman-1.0.3-1.lbn36.noarch
> This Software is in **Beta Version**, Please place an issue or contact me if you found a Bug ! Flask-Roleman**flask-roleman** is a flask extension for User Authorizations, Users can have Groups, and Each Group can have Roles, you can define your Groups Model and Roles Model, as well as Users Model. About- **Dependencies**: flask flask-login, flask-sqlalchemy - **License**: Open Source Under...
RPMPackage python3-flask-pluginengine-0.5-1.lbn36.noarch
Flask-PluginEngine A simple plugin system for Flask applications. More detailed documentation available at
RPMPackage python3-flask-oauthlib-0.9.6-1.lbn36.noarch
Flask-OAuthlib .. image::