You are here: Home

Modified items

All recently modified items, latest first.
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-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-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-sqlalchemy-2.0.40-4.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-sqlalchemy-2.0.40-4.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-sqlalchemy-2.0.40-4.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-sqlalchemy1+pymysql-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in pymysql extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+postgresql_pg8000-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in postgresql_pg8000 extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+postgresql_asyncpg-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in postgresql_asyncpg extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+postgresql-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in postgresql extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy1+oracle-1.4.54-1.lbn36.x86_64
This is a metapackage bringing in oracle extras requires for python3-sqlalchemy1. It makes sure the dependencies are installed.
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-ollama-0.4.7-1.lbn36.noarch
Ollama Python Library The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with Ollama. Prerequisites Ollama should be installed and running Pull a model to use with the library: ollama pull <model> e.g. ollama pull llama3.2 See Ollama.com for more information on the models available. Usage from ollama import chat from ollama import ChatResponse response: ChatResponse = chat(model='llama3.2', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?', }, ]) print(response['message']['content']) print(response.message.content)
RPMPackage python3-numpy-f2py-2.2.4-1.lbn36.x86_64
This package includes a version of f2py that works properly with NumPy.