You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-passlib+bcrypt-1.7.4-6.fc36.noarch
This is a metapackage bringing in bcrypt extras requires for python3-passlib. It makes sure the dependencies are installed.
RPMPackage python3-passlib+argon2-1.7.4-6.fc36.noarch
This is a metapackage bringing in argon2 extras requires for python3-passlib. It makes sure the dependencies are installed.
RPMPackage python3-passlib-1.7.4-6.fc36.noarch
Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application.
RPMPackage python3-diff-match-patch-20241021-1.lbn36.noarch
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
RPMPackage python3-websockets-14.1-2.lbn36.x86_64
websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite. Built on top of Python’s asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications.
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.
RPMPackage python3-types-croniter-2.0.0.20240423-2.lbn36.noarch
Typing stubs for croniter This is a PEP 561 type stub package for the croniter package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses croniter. This version of types-croniter aims to provide accurate annotations for croniter==2.0.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/croniter. 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 7858e6058b51733f526c6c54035b96a370a12ffc and was tested with mypy 1.9.0, pyright 1.1.358, and pytype 2024.4.11.
RPMPackage python3-types-certifi-2021.10.8.3-2.lbn36.noarch
Typing stubs for certifi This is a PEP 561 type stub package for the certifi package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses certifi. The source for this package can be found at https:/github.com/python/typeshed/tree/master/stubs/certifi. All fixes for types and metadata should be contributed there. Note: The certifi package includes type annotations or type stubs since version 2022.5.18.1. Please uninstall the types-certifi package if you use this or a newer version. See https:/github.com/python/typeshed/blob/master/README.md for more details. This package was generated from typeshed commit 95128e61ec82c2ca8ec32d6c03bd9dad9ab68e65.