You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-openlineage-python-1.24.2-1.lbn36.noarch
OpenLineage-python To install from source, run: $ python -m pip install . Configuration Config file The most common way to configure the OpenLineage Client is by .yaml file, which contains all the details of how to connect to your OpenLineage backend. The config file is located by: looking at the OPENLINEAGE_CONFIG environment variable looking for the openlineage.yml file in the current working directory looking for the openlineage.yml file in the $HOME/.openlineage directory. Different ways of connecting to OpenLineage backend are supported by the standardized Transport interface. This is an example config for specifying http transport: transport: type: "http" url: "https:/backend:5000" auth: type: "api_key" api_key: "f048521b-dfe8-47cd-9c65-0cb07d57591e" The type property is required. It can be one of the built-in transports or a custom one. There are four built-in transports, http, kafka, console and file. Custom transports type is a fully qualified class name that
RPMPackage python3-openlineage-integration-common-1.24.2-1.lbn36.noarch
Common modules for OpenLineage integrations.
RPMPackage python3-mysqlclient-2.1.1-2.fc36.x86_64
MySQLdb is an interface to the popular MySQL database server that provides the Python database API.
RPMPackage python3-mysql-connector-python-9.0.0-1.lbn36.noarch
MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249).
RPMPackage python3-msgraph-core-1.3.5-1.lbn36.noarch
Microsoft Graph Core Python Client Library. The Microsoft Graph Core Python Client Library contains core classes used by Microsoft Graph Python Client Library to send native HTTP requests to Microsoft Graph API. NOTE: This is a new major version of the Python Core library for Microsoft Graph based on the Kiota project. We recommend to use this library with the full Python SDK. Upgrading to this version from the previous version of the Python Core library will introduce breaking changes into your application. Prerequisites Python 3.8+ This library doesn't support older versions of Python. Getting started 1. Register your application To call Microsoft Graph, your app must acquire an access token from the Microsoft identity platform. Learn more about this - Authentication and authorization basics for Microsoft Graph Register your app with the Microsoft identity platform 2. Install the required packages msgraph-core is available on PyPI. pip3 install msgraph-core pip3 install azure-id
RPMPackage python3-mergedeep-1.3.4-1.lbn36.noarch
[mergedeep]( release]( [![PyPi versions]( [![Downloads]( [![Conda Version]( [![Conda Downloads]( [![Documentation Status](
RPMPackage python3-impyla-0.18.0-1.lbn36.noarch
Python client for HiveServer2 implementations (e.g., Impala, Hive) for distributed query engines.For higher-level Impala functionality, including a Pandas-like interface over distributed data sets, see the [Ibis project][ibis]. Features* HiveServer2 compliant; works with Impala and Hive, including nested data* Fully [DB API 2.0 (PEP 249)][pep249]-compliant Python client (similar to sqlite or...
RPMPackage python3-yandexcloud-0.308.0-1.lbn36.noarch
 
RPMPackage python3-yandex-query-client-0.1.4-1.lbn36.noarch
Installation Install pip package: %pip install yandex-query-client --upgrade --quiet Example: simple select IAM_TOKEN="...." PROJECT="my_folder_id" config = YQHttpClientConfig(IAM_TOKEN, PROJECT) client = YQHttpClient(config) query_id = client.create_query(query_text="select 777", name="my sample query") result_set_count = client.wait_query_to_succeed(query_id) results = client.get_query_all_result_sets(query_id, result_set_count=result_set_count) print(f"results={results}")
RPMPackage python3-types-termcolor-1.1.6.2-2.lbn36.noarch
Typing stubs for termcolor This is a PEP 561 type stub package for the termcolor package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses termcolor. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/termcolor. All fixes for types and metadata should be contributed there. Note: The termcolor package includes type annotations or type stubs since version 2.0.0. Please uninstall the types-termcolor package if you use this or a newer version. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 72456da2a3546044508828dc9075fa25cbdb3645.
RPMPackage python3-types-tabulate-0.9.0.20240106-2.lbn36.noarch
Typing stubs for tabulate This is a PEP 561 type stub package for the tabulate package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses tabulate. This version of types-tabulate aims to provide accurate annotations for tabulate==0.9.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/tabulate. All fixes for types and metadata should be contributed there. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 1de5830a2703936a96a126248227d5c7db883674 and was tested with mypy 1.8.0, pyright 1.1.342, and pytype 2023.12.18.
RPMPackage python3-types-redis-4.6.0.20240425-2.lbn36.noarch
Typing stubs for redis This is a PEP 561 type stub package for the redis package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses redis. This version of types-redis aims to provide accurate annotations for redis==4.6.0. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/redis. All fixes for types and metadata should be contributed there. Note: Redis-py 5.0.0 added a py.typed file, but the inline annotations are incomplete. Continuing to use types-redis for the time being may lead to superior results. This stub package is marked as partial. If you find that annotations are missing, feel free to contribute and help complete them. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 273e9ea6ddc2d5cad2db7dd25a0383a61be15675 and was tested with mypy 1.10.0, pyright 1.1.360, and pytype 2024.4.11.
RPMPackage python3-types-pyyaml-6.0.12.20250402-1.lbn36.noarch
This is a PEP 561 type stub package for the PyYAML package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses PyYAML. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/PyYAML. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/master/README.md for more details.
RPMPackage python3-types-pytz-2022.7.1.2-1.lbn36.noarch
Typing stubs for pytzThis is a PEP 561 type stub package for the pytz package. It can be used by type-checking tools like [mypy]( [pyright]( [pytype]( PyCharm, etc. to check code that uses pytz. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python3-types-python-slugify-8.0.2.20240310-2.lbn36.noarch
Typing stubs for python-slugify This is a PEP 561 type stub package for the python-slugify package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses python-slugify. This version of types-python-slugify aims to provide accurate annotations for python-slugify==8.0.2. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/python-slugify. All fixes for types and metadata should be contributed there. Note: The python-slugify package includes type annotations or type stubs since version 8.0.2. Please uninstall the types-python-slugify package if you use this or a newer version. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit f94bbfbcc4c3b2b289425ea793beda0822e702f8 and was tested with mypy 1.9.0, pyright 1.1.350, and pytype 2024.2.27.
RPMPackage python3-types-python-dateutil-2.8.19.10-1.lbn36.noarch
Typing stubs for python-dateutilThis is a PEP 561 type stub package for the python-dateutil package. It can be used by type-checking tools like [mypy]( [pyright]( [pytype]( PyCharm, etc. to check code that uses python-dateutil. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed...
RPMPackage python3-types-protobuf-5.27.0.20240626-2.lbn36.noarch
Typing stubs for protobuf This is a PEP 561 type stub package for the protobuf package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses protobuf. This version of types-protobuf aims to provide accurate annotations for protobuf==5.27.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/protobuf. All fixes for types and metadata should be contributed there. Partially generated using mypy-protobuf==3.6.0 and libprotoc 26.1 on protobuf v27.1 (python protobuf==5.27.1). This stub package is marked as partial. If you find that annotations are missing, feel free to contribute and help complete them. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit b13bb947c3f7a000d4d4ec6ad2868726a289b2b4 and was tested with mypy 1.10.0, pyright 1.1.369, and pytype 2024.4.11.
RPMPackage python3-types-paramiko-3.4.0.20240423-2.lbn36.noarch
Typing stubs for paramiko This is a PEP 561 type stub package for the paramiko package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses paramiko. This version of types-paramiko aims to provide accurate annotations for paramiko==3.4.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/paramiko. All fixes for types and metadata should be contributed there. This stub package is marked as partial. If you find that annotations are missing, feel free to contribute and help complete them. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 7858e6058b51733f526c6c54035b96a370a12ffc and was tested with mypy 1.9.0, pyright 1.1.358, and pytype 2024.4.11.
RPMPackage python3-types-markdown-3.6.0.20240316-2.lbn36.noarch
Typing stubs for Markdown This is a PEP 561 type stub package for the Markdown package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses Markdown. This version of types-Markdown aims to provide accurate annotations for Markdown==3.6.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/Markdown. All fixes for types and metadata should be contributed there. This stub package is marked as partial. If you find that annotations are missing, feel free to contribute and help complete them. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 82d84c758cbfb3ebe8bed63b39354da21e0d3794 and was tested with mypy 1.9.0, pyright 1.1.354, and pytype 2024.3.11.
RPMPackage python3-types-deprecated-1.2.9.20240311-2.lbn36.noarch
Typing stubs for Deprecated This is a PEP 561 type stub package for the Deprecated package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses Deprecated. This version of types-Deprecated aims to provide accurate annotations for Deprecated==1.2.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/Deprecated. All fixes for types and metadata should be contributed there. See https:/github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 3802899a01269df575ea32a21534c5400fb9218a and was tested with mypy 1.9.0, pyright 1.1.350, and pytype 2024.2.27.