You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-celery+auth-5.4.0-1.lbn36.noarch
This is a metapackage bringing in auth extras requires for python3-celery. It makes sure the dependencies are installed.
RPMPackage python3-celery+arangodb-5.4.0-1.lbn36.noarch
This is a metapackage bringing in arangodb extras requires for python3-celery. It makes sure the dependencies are installed.
RPMPackage python3-celery-5.4.0-1.lbn36.noarch
%{desc}
RPMPackage python3-cassandra-driver-3.29.1-1.lbn36.x86_64
DataStax Driver for Apache Cassandra A modern, feature-rich < and highly- tunable Python client library for Apache Cassandra (2.1+) and DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
RPMPackage python3-atlassian-python-api-4.0.2-1.lbn36.noarch
The atlassian-python-api library provides a simple and convenient way to interact with Atlassian products (such as Jira Service management, Jira Software, Confluence, Bitbucket and apps Insight, X-Ray) using Python. It is based on the official REST APIs of these products, as well as additional private methods and protocols (such as xml+rpc and raw HTTP requests). This library can be used to automate tasks, integrate with other tools and systems, and build custom applications that interact with Atlassian products. It supports a wide range of Atlassian products, including Jira, Confluence, Bitbucket, StatusPage and others, and is compatible with both Atlassian Server and Cloud instances. Overall, the atlassian-python-api is a useful tool for Python developers who want to work with Atlassian products. It is well-documented and actively maintained, and provides a convenient way to access the full range of functionality offered by the Atlassian REST APIs.
RPMPackage python3-apprise-1.8.0-1.lbn36.noarch
Apprise is a Python package for simplifying access to all of the different notification services that are out there. Apprise opens the door and makes it easy to access: Apprise API, AWS SES, AWS SNS, Bark, Boxcar, Burst SMS, BulkSMS, ClickSend, DAPNET, DingTalk, Discord, E-Mail, Emby, Faast, FCM, Flock, Google Chat, Gotify, Growl, Guilded, Home Assistant, IFTTT, Join, Kavenegar, KODI, Kumulos, LaMetric, Line, MacOSX, Mailgun, Mastodon, Mattermost, Matrix, MessageBird, Microsoft Windows, Microsoft Teams, Misskey, MQTT, MSG91, MyAndroid, Nexmo, Nextcloud, NextcloudTalk, Notica, Notifico, ntfy, Office365, OneSignal, Opsgenie, PagerDuty, PagerTree, ParsePlatform, PopcornNotify, Prowl, Pushalot, PushBullet, Pushjet, PushMe, Pushover, PushSafer, Pushy, PushDeer, Reddit, Rocket.Chat, RSyslog, SendGrid, ServerChan, Signal, SimplePush, Sinch, Slack, SMSEagle, SMTP2Go, Spontit, SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, Voipms, Vonage, WhatsApp, Webex Teams
RPMPackage python3-apache-beam-2.65.0-1.lbn36.noarch
Apache Beam is a unified programming model for both batch and streaming data processing, enabling efficient execution across diverse distributed execution engines and providing extensibility points for connecting to different technologies and user communities.
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.