-
python3-nbsphinx-0.2.17-4.lbn25.py37.noarch
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
files. Custom Sphinx directives are used to show Jupyter Notebook code cells
(and of course their results) in both HTML and LaTeX output. Unevaluated
notebooks, i.e. notebooks without stored output cells, will be automatically
executed during the Sphinx build process.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-pamela-0.3.0-10.lbn25.noarch
Yet another Python wrapper for PAM.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-prometheus-client-0.6.0-1.lbn25.noarch
See for documentation.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-sqlalchemy-1.3.3-1.lbn25.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.
This package includes the python 3 version of the module.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-sqlalchemy-redshift-0.5.0-1.lbn25.py37.noarch
sqlalchemyredshift Amazon Redshift dialect for SQLAlchemy. Installation The
package is available on PyPI:: pip install sqlalchemyredshiftUsageThe DSN
format is similar to that of regular Postgres:: >>> import sqlalchemy as sa >>>
sa.create_engine('redshift+@host.amazonaws.com:5439/database')
Engine(redshift+@host.amazonaws.com:5439/database)See the RedshiftDDLCompiler
documentation < for ...
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-sqlalchemy-sqlschema-0.1-1.lbn25.py37.noarch
SQLAlchemySQLSchema Provides a contextmanager with the capability to set the
SQL schema for a connection or session. The schema will persist through
multiple transactions.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-sqlobject-3.3.0-2.lbn25.py37.noarch
Classes created using SQLObject wrap database rows, presenting a
friendly-looking Python object instead of a database/SQL interface.
Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird.
This package requires sqlite. Futher database connectors have to be
installed separately.
This package provides Python 3 build of sqlobject.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-sqlparse-0.2.4-5.lbn25.noarch
sqlparse is a tool for parsing SQL strings. It can generate pretty-printed
renderings of SQL in various formats.
It is a python module, together with a command-line tool.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-tornado-6.0.3-1.lbn25.x86_64
Tornado is an open source version of the scalable, non-blocking web
server and tools.
The framework is distinct from most mainstream web server frameworks
(and certainly most Python frameworks) because it is non-blocking and
reasonably fast. Because it is non-blocking and uses epoll, it can
handle thousands of simultaneous standing connections, which means it is
ideal for real-time web services.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36