-
libavif-tools-1.1.1-1.lbn36.x86_64
This library aims to be a friendly, portable C implementation of the AV1 Image
File Format, as described here:
https://aomediacodec.github.io/av1-avif/
This package holds the commandline tools to encode and decode AVIF files.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
libavutil-free-5.0.1-11.fc36.x86_64
The libavutil library is a utility library to aid portable multimedia
programming. It contains safe portable string functions, random
number generators, data structures, additional mathematics functions,
cryptography and multimedia related functionality (like enumerations
for pixel and sample formats).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
libb2-0.98.1-6.fc36.x86_64
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp.
BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2,
and SHA-3, yet is at least as secure as the latest standard SHA-3.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
libbabeltrace-1.5.8-9.fc36.x86_64
This project provides trace read and write libraries, as well as a trace
converter. A plugin can be created for any trace format to allow its conversion
to/from another trace format.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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:
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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: 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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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_
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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 <
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36