You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sqlalchemy-utils-0.41.2-1.lbn36.noarch
Various utility functions and custom data types for SQLAlchemy.
RPMPackage python3-sqlalchemy-redshift-0.8.14-1.lbn36.noarch
sqlalchemy-redshift Amazon Redshift dialect for SQLAlchemy. Installation The package is available on PyPI:: pip install sqlalchemy-redshift.. warning:: This dialect requires either redshift_connector or psycopg2 to work properly. It does not provide it as required, but relies on you to select the distribution you need: * psycopg2 - standard distribution of psycopg2, requires compilation so few...
RPMPackage python3-sqlalchemy-jsonfield-1.0.0-1.lbn36.noarch
SQLAlchemy-JSONField :target:
RPMPackage python3-sqlalchemy-filters-0.12.0-6.fc36.noarch
Filter, sort and paginate SQLAlchemy query objects. Ideal for exposing these actions over a REST API.
RPMPackage python3-sqlalchemy-drill-1.1.5-1.lbn36.noarch
Apache Drill dialect for SQLAlchemy.The primary purpose of this is to have a working dialect for Apache Drill that can be used with Apache Superset., a working, robust dialect for Drill serves other purposes as well, but most of the iterative planning for this REPO will be based on working with Superset. Other changes will gladly be incorporated, as long as it doesn't hurt Superset...
RPMPackage python3-sqlalchemy-collectd-0.0.7-3.fc36.noarch
sqlalchemy-collectd Send statistics on SQLAlchemy <>_ connection and transaction metrics used by Python applications to the collectd < service.sqlalchemy-collectd works as a SQLAlchemy plugin invoked via the database URL, so can be used in any SQLAlchemy application (1.1 or greater) that accepts arbitrary connection URLs. The plugin is loaded using setuptools entrypoints and no code changes...
RPMPackage python3-sqlalchemy+pymysql-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in pymysql extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+postgresql_pg8000-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in postgresql_pg8000 extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+postgresql_asyncpg-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in postgresql_asyncpg extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+postgresql-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in postgresql extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+mysql-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in mysql extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+mssql_pyodbc-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in mssql_pyodbc extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+mssql_pymssql-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in mssql_pymssql extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+asyncio-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in asyncio extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+aiosqlite-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in aiosqlite extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+aiomysql-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in aiomysql extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-spython-0.2.14-1.lbn36.noarch
Singularity Python[![Build Status]( [![GitHub actions status]( Python (spython) is the Python API for working with <a href" target"_blank">Singularity</a> containers. See the [documentation]( for installation and usage, and
RPMPackage python3-sphobjinv-2.3.1-1.lbn36.noarch
The syntax required for a functional Sphinx cross-reference is highly non-obvious in many cases. Sometimes Sphinx can guess correctly what you mean, but it’s pretty hit-or-miss. The best approach is to provide Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in.
RPMPackage python3-snowflake-sqlalchemy-1.5.0-1.lbn36.noarch
This package includes the Snowflake SQLAlchemy, which supports Snowsql dialects for SQLAlchemy < Documentation is available at: < code is also available at: < Release Notes- v1.4.4(Nov 16, 2022) - Fixed a bug that percent signs in a non- compiled statement should not be interpolated with emtpy sequence when executed.- v1.4.3(Oct 17, 2022) - Fixed a bug that SnowflakeDialect.normalize_name and...
RPMPackage python3-sniffio-1.3.1-1.lbn36.noarch
You're writing a library. You've decided to be ambitious, and support multiple async I/O packages, like Trio, and asyncio, and ... You've written a bunch of clever code to handle all the differences. But... how do you know which piece of clever code to run? This is a tiny package whose only purpose is to let you detect which async library your code is running under.