You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-types-aiofiles-24.1.0.20240626-2.lbn36.noarch
Typing stubs for aiofiles This is a PEP 561 type stub package for the aiofiles package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses aiofiles. This version of types-aiofiles aims to provide accurate annotations for aiofiles==24.1.*. The source for this package can be found at https:/github.com/python/typeshed/tree/main/stubs/aiofiles. 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 b13bb947c3f7a000d4d4ec6ad2868726a289b2b4 and was tested with mypy 1.10.0, pyright 1.1.369, and pytype 2024.4.11.
RPMPackage python3-smbprotocol-1.15.0-1.lbn36.noarch
smbprotocol SMBv2 and v3 Client for Python. SMB is a network file sharing protocol and has numerous iterations over the years. This library implements the SMBv2 and SMBv3 protocol based on the MS-SMB2 document. Features Negotiation of the SMB 2.0.2 protocol to SMB 3.1.1 (Windows 10/Server 2016) Authentication with both NTLM and Kerberos Message signing Message encryption (SMB 3.x.x+) Connect to a Tree/Share Opening of files, pipes and directories Set create contexts when opening files Read and writing of files and pipes Sending IOCTL commands Sending of multiple messages in one packet (compounding) Experimental support for both standalone and DFS server shares This is definitely not feature complete as SMB is quite a complex protocol, see backlog for features that would be nice to have in this library. Requirements Python 3.7+ For Kerberos auth on Linux python-gssapi pykrb5 To use Kerberos authentication on Linux, further dependencies are required, to install these dependenc
RPMPackage python3-s3transfer-0.12.0-1.lbn36.noarch
S3transfer is a Python library for managing Amazon S3 transfers. Python 3 version.
RPMPackage python3-s3fs-2024.6.1-1.lbn36.noarch
S3FS builds on aiobotocore to provide a convenient Python filesystem interface for S3. View the documentation for s3fs.
RPMPackage python3-requests-mock-1.10.0-8.lbn36.noarch
requests-mock provides a building block to stub out the HTTP requests portions of your testing code. You should checkout the docs for more information.
RPMPackage python3-pydantic-settings-2.0.3-1.lbn36.noarch
pydantic-settings Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings. This package was kindly donated to the Pydantic organisation by Daniel Daniels, see pydantic/pydantic#4492 for discussion. For the old "Hipster-orgazmic tool to mange application settings" package, see version 0.2.5. See documentation for more details.
RPMPackage python3-pydantic-extra-types-2.4.1-1.lbn36.noarch
Pydantic Extra Types A place for pydantic types that probably shouldn't exist in the main pydantic lib. See pydantic/pydantic#5012 for more info.
RPMPackage python3-pydantic-core-2.1.2-1.lbn36.x86_64
pydantic-core This package provides the core functionality for pydantic validation and serialization. Pydantic-core is currently around 17x faster than pydantic V1. See tests/benchmarks/ for details. Example of direct usage NOTE: You should not need to use pydantic-core directly; instead, use pydantic, which in turn uses pydantic-core. from pydantic_core import SchemaValidator, ValidationError v = SchemaValidator( { 'type': 'typed-dict', 'fields': { 'name': { 'type': 'typed-dict-field', 'schema': { 'type': 'str', }, }, 'age': { 'type': 'typed-dict-field', 'schema': { 'type': 'int', 'ge': 18, }, }, 'is_developer': { 'type': 'typed-dict-field', 'schema': { 'type': 'default', 'sc
RPMPackage python3-pydantic-2.0.2-1.lbn36.noarch
Data validation and settings management using python type hinting.
RPMPackage python3-plyvel-1.5.1-1.lbn36.x86_64
Plyvel is a fast and feature-rich Python interface to the LevelDB embedded database library. It has a rich feature set, high performance, and a friendly Pythonic API.
RPMPackage python3-hdfs+dataframe-2.7.3-1.lbn36.noarch
This is a metapackage bringing in dataframe extras requires for python3-hdfs. It makes sure the dependencies are installed.
RPMPackage python3-hdfs+avro-2.7.3-1.lbn36.noarch
This is a metapackage bringing in avro extras requires for python3-hdfs. It makes sure the dependencies are installed.
RPMPackage python3-hdfs-2.7.3-1.lbn36.noarch
HdfsCLI [![CI]( [![Pypi badge]( [![Downloads badge]( and command line interface for HDFS. $ hdfscli --aliasdevWelcome to the interactive HDFS python shell. The HDFS client is available as CLIENT.In [1]: CLIENT.list('models/') Out[1]: ['1.json', '2.json']In [2]: CLIENT.status('models/2.json') Out[2]: { 'accessTime': 1439743128690, 'blockSize': 134217728,
RPMPackage python3-flask-bcrypt-1.0.1-1.lbn36.noarch
[![Tests]( [![Version]( [![Supported Python Versions]( Flask-BcryptFlask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.Due to the recent increased prevalence of powerful hardware, such as modern GPUs, hashes have become increasingly easy to crack. A proactive solution to
RPMPackage python3-cgroupspy-0.2.2-1.lbn36.noarch
[![Build Status]( cgroupspy Python library for managing cgroupsThe library provides a pythonic way to manage and represent cgroups. It provides interfaces that convert python objects to cgroups compatible strings and vise versa.-- cgroupspy has a couple of ways to represent the cgroups filesystem* As a tree - this is the most basic and generic way to represent them. You basically construct it...
RPMPackage python3-atlasclient-1.0.0-1.lbn36.noarch
Apache Atlas Client in Python :target:
RPMPackage python3-asyncssh-2.14.2-5.lbn36.noarch
Python 3 library for asynchronous client and server-side SSH communication. It uses the Python asyncio module and implements many SSH protocol features such as the various channels, SFTP, SCP, forwarding, session multiplexing over a connection and more.
RPMPackage python3-asyncpg-0.30.0-1.lbn36.x86_64
asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python’s asyncio framework. You can read more about asyncpg in an introductory blog post http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/.