You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-aliyun-python-sdk-dds-3.7.0-2.lbn36.noarch
aliyun-python-sdk-dds .. This is the dds module of Aliyun Python SDK.Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.This module works on Python versions:2.6.5 and greater**Documentation:**Please visit <
RPMPackage python3-aliyun-python-sdk-dcdn-2.2.19-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-core-v3-2.13.33-1.lbn36.noarch
aliyun-python-sdk-core This is the core module of Aliyun Python SDK.Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.This module works on Python versions: * 2.7 and greater Documentation:Please visit
RPMPackage python3-aliyun-python-sdk-core-2.16.0-4.lbn36.noarch
This is the core module of Aliyun Python SDK.Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.
RPMPackage python3-aliyun-python-sdk-config-2.2.14-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-cms-7.0.33-1.lbn36.noarch
aliyun-python-sdk-cms .. This is the cms module of Aliyun Python SDK.Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.This module works on Python versions:2.6.5 and greater**Documentation:**Please visit <
RPMPackage python3-aliyun-python-sdk-cloudauth-2.0.36-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-cdn-3.8.8-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-ccc-2.10.3-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-bssopenapi-2.0.3-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-asapi-2.4.7.2-2.lbn36.noarch
aliyun-python-sdk-asapi This is the asapi module of Aliyun ApsaraStack Python SDK. Aliyun ApsaraStack Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit https:/www.aliyun.com/product/apsara-stack
RPMPackage python3-aliyun-python-sdk-alinlp-1.0.24-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-aegis-1.0.6-2.lbn36.noarch
aliyun-python-sdk-aegis This is the aegis module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-actiontrail-2.2.0-1.lbn36.noarch
aliyun-python-sdk-actiontrail .. This is the actiontrail module of Aliyun Python SDK.Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.This module works on Python versions:2.6.5 and greater**Documentation:**Please visit <
RPMPackage python3-aliyun-python-sdk-acm-1.0.1-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-aas-2.1.1-2.lbn36.noarch
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater Documentation: Please visit http:/develop.aliyun.com/sdk/python
RPMPackage python3-aliyun-python-sdk-2.2.0-1.lbn36.noarch
UNKNOWN
RPMPackage python3-fastavro+zstandard-1.9.4-2.lbn36.x86_64
This is a metapackage bringing in zstandard extras requires for python3-fastavro. It makes sure the dependencies are installed.
RPMPackage python3-fastavro+lz4-1.9.4-2.lbn36.x86_64
This is a metapackage bringing in lz4 extras requires for python3-fastavro. It makes sure the dependencies are installed.
RPMPackage python3-fastavro-1.9.4-2.lbn36.x86_64
Because the Apache Python avro package is written in pure Python, it is relatively slow. In one test case, it takes about 14 seconds to iterate through a file of 10,000 records. By comparison, the JAVA avro SDK reads the same file in 1.9 seconds. The fastavro library was written to offer performance comparable to the Java library. With regular CPython, fastavro uses C extensions which allow it to iterate the same 10,000 record file in 1.7 seconds. With PyPy, this drops to 1.5 seconds (to be fair, the JAVA benchmark is doing some extra JSON encoding/decoding). Supported Features • File Writer • File Reader (iterating via records or blocks) • Schemaless Writer • Schemaless Reader • JSON Writer • JSON Reader • Codecs (Snappy, Deflate, Zstandard, Bzip2, LZ4, XZ) • Schema resolution • Aliases • Logical Types • Parsing schemas into the canonical form • Schema fingerprinting Missing Features • Anything involving Avro’s RPC features