You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-flask-multipass-0.5.4-1.lbn36.noarch
Flask-Multipass Flask-Multipass provides Flask with a user authentication/identity system which can use different backends (such as local users, LDAP and OAuth) simultaneously.It was developed at CERN and is currently used in production by Indico <
RPMPackage python3-flask-mongoengine-1.0.0-1.lbn36.noarch
Flask-MongoEngine A Flask extension that provides integration with MongoEngine < For more information on MongoEngine please check out the MongoEngine Documentation < handles connection management for your app. You can also use WTForms < as model forms for your models.Pre-requisite Make sure you have wheel installed:: pip install wheelInstalling Flask-MongoEngine Install with **pip**:: pip...
RPMPackage python3-flask-marshmallow-1.2.1-1.lbn36.noarch
Flask + marshmallow for beautiful APIs Flask-Marshmallow is a thin integration layer for Flask (a Python web framework) and marshmallow (an object serialization/deserialization library) that adds additional features to marshmallow, including URL and Hyperlinks fields for HATEOAS-ready APIs. It also (optionally) integrates with Flask-SQLAlchemy. Get it now pip install flask-marshmallow Create your app. from flask import Flask from flask_marshmallow import Marshmallow app = Flask(__name__) ma = Marshmallow(app) Write your models. from your_orm import Model, Column, Integer, String, DateTime class User(Model): email = Column(String) password = Column(String) date_created = Column(DateTime, auto_now_add=True) Define your output format with marshmallow. class UserSchema(ma.Schema): class Meta: fields = ("email", "date_created", "_links") _links = ma.Hyperlinks( { "self": ma.URLFor("user_
RPMPackage python3-flask-mail2-1.0.2-1.lbn36.noarch
Flask-Mail2 (Fork) Flask-Mail2 is the friendly Flask-Mail fork by Rimvydas Zilinskas (Rim) and contributors. Flask-Mail is the Python Email Library created by Dan Jacob (danjac) and Contributors. Flask-Mail2 is a Flask extension providing simple email sending capabilities.
RPMPackage python3-flask-debugtoolbar-sqlalchemy-0.2.0-1.lbn36.noarch
Flask debug toolbar SQLAlchemy panel Similar to the [builtin SQLAlchemy toolbar]( but does not require the Flask-SQLAlchemy extension.Displayed in toolbar:![Toolbar view]( details:![Panel view]( From the cheese shop: pip install flask-debugtoolbar-sqlalchemy--Bootstrap the toolbar [as usual]( and add SQLAlchemyPanel to the list of panels.
RPMPackage python3-flask-debugtoolbar-0.16.0-1.lbn36.noarch
Flask Debug-toolbar This is a port of the excellent django-debug-toolbar < for Flask applications. Installation Installing is simple with pip:: $ pip install flask-debugtoolbar--Setting up the debug toolbar is simple:: from flask import Flask from flask_debugtoolbar import DebugToolbarExtension app Flask(__name__) the toolbar is only enabled in debug mode:
RPMPackage sudo-python-plugin-1.9.13-1.p2.fc36.x86_64
sudo-python-plugin allows using sudo plugins written in Python.
RPMPackage sudo-1.9.13-1.p2.fc36.x86_64
Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments. Sudo operates on a per-command basis. It is not a replacement for the shell. Features include: the ability to restrict what commands a user may run on a per-host basis, copious logging of each command (providing a clear audit trail of who did what), a configurable timeout of the sudo command, and the ability to use the same configuration file (sudoers) on many different machines.
RPMPackage python3-sphinxcontrib-websupport-2.0.0-1.lbn36.noarch
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application.
RPMPackage polkit-libs-126-6.lbn36.x86_64
Libraries files for polkit.
RPMPackage polkit-126-6.lbn36.x86_64
polkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.
RPMPackage step-cli-0.28.6-1.lbn36.x86_64
A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc. Out of the box; step uses ECDSA. We've bundled templates to generate RSA infrastructure. step certificate create "Example Root CA" \ $(step path)/certs/root_ca.crt \ $(step path)/secrets/root_ca_key \ --template /usr/share/step/templates/rsa_root_ca.tpl \ --kty RSA \ --not-after 87660h \ --size 3072 step certificate create "Example Intermediate CA" \ $(step path)/certs/intermediate_ca.crt \ $(step path)/secrets/intermediate_ca_key \ --ca $(step path)/certs/root_ca.crt \ --ca-key $(step path)/secrets/root_ca_key \ --template /usr/share/step/templates/rsa_intermediate_ca.tpl \ --kty RSA \ --not-after 87660h \ --size 3072
RPMPackage rubygem-pg-1.5.9-1.lbn36.x86_64
This is the extension library to access a PostgreSQL database from Ruby. This library works with PostgreSQL 9.3 and later.
RPMPackage zopfli-1.0.3-6.fc36.x86_64
Zopfli is a compression algorithm bit-stream compatible with compression used in gzip, Zip, PNG, HTTP requests, and others. Zopfli compresses more (~5%) but is slower (~100x) and uses more CPU, and is hence best suited for applications where data is compressed once and sent over a network many times, for example, static content for the web.
RPMPackage zlib-static-1.2.11-33.fc36.x86_64
The zlib-static package includes static libraries needed to develop programs that use the zlib compression and decompression library.
RPMPackage zlib-devel-1.2.11-33.fc36.x86_64
The zlib-devel package contains the header files and libraries needed to develop programs that use the zlib compression and decompression library.
RPMPackage rubygem-unf_ext-0.0.9.1-4.lbn36.x86_64
Unicode Normalization Form support library for CRuby.
RPMPackage rubygem-train-rest-0.5.0-1.lbn36.noarch
Provides a transport to communicate easily with RESTful APIs.
RPMPackage x265-libs-3.5-3.fc36.x86_64
The primary objective of x265 is to become the best H.265/HEVC encoder available anywhere, offering the highest compression efficiency and the highest performance on a wide variety of hardware platforms. This package contains the shared library.
RPMPackage x265-3.5-3.fc36.x86_64
The primary objective of x265 is to become the best H.265/HEVC encoder available anywhere, offering the highest compression efficiency and the highest performance on a wide variety of hardware platforms. This package contains the command line encoder.