Skip to main content

Fast read/write of AVRO files

Project description

fastavro

Build Status Documentation Status codecov

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).

fastavro supports the following Python versions:

  • Python 2.7
  • Python 3.5
  • Python 3.6
  • Python 3.7
  • Python 3.8
  • PyPy
  • PyPy3

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

Missing Features

  • Anything involving Avro's RPC features
  • Parsing schemas into the canonical form
  • Schema fingerprinting

Documentation

Documentation is available at http://fastavro.readthedocs.io/en/latest/

Installing

fastavro is available both on PyPi

pip install fastavro

and on conda-forge conda channel.

conda install -c conda-forge fastavro

Contributing

  • Bugs and new feature requests typically start as github issues where they can be discussed. I try to resolve these as time affords, but PRs are welcome from all.
  • Get approval from discussing on the github issue before opening the pull request
  • Tests must be passing for pull request to be considered

Developer requirements can be installed with pip install -r developer_requirements.txt. If those are installed, you can run the tests with ./run-tests.sh. If you have trouble installing those dependencies, you can run docker build . to run the tests inside a docker container. This won't test on all versions of python or on pypy, so it's possible to still get CI failures after making a pull request, but we can work through those errors if/when they happen. .run-tests.sh only covers the Cython tests. In order to test the pure Python implementation, comment out FASTAVRO_USE_CYTHON=1 python setup.py build_ext --inplace and re-run.

NOTE: Some tests might fail when running the tests locally. An example of this is this codec tests. If the supporting codec library is not availabe, the test will fail. These failures can be ignored since the tests will on pull requests and will be run in the correct environments with the correct dependecies set up.

Releasing

We release both to pypi and to conda-forge.

We assume you have twine installed and that you've created your own fork of fastavro-feedstock.

Changes

See the ChangeLog

Contact

Project Home

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastavro-0.24.2.tar.gz (657.3 kB view details)

Uploaded Source

Built Distributions

fastavro-0.24.2-cp38-cp38-win_amd64.whl (397.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastavro-0.24.2-cp38-cp38-win32.whl (348.0 kB view details)

Uploaded CPython 3.8 Windows x86

fastavro-0.24.2-cp38-cp38-manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

fastavro-0.24.2-cp38-cp38-macosx_10_14_x86_64.whl (499.2 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

fastavro-0.24.2-cp37-cp37m-win_amd64.whl (384.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

fastavro-0.24.2-cp37-cp37m-win32.whl (337.2 kB view details)

Uploaded CPython 3.7m Windows x86

fastavro-0.24.2-cp37-cp37m-manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7m

fastavro-0.24.2-cp37-cp37m-macosx_10_14_x86_64.whl (487.7 kB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

fastavro-0.24.2-cp36-cp36m-win_amd64.whl (383.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

fastavro-0.24.2-cp36-cp36m-win32.whl (336.9 kB view details)

Uploaded CPython 3.6m Windows x86

fastavro-0.24.2-cp36-cp36m-manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.6m

fastavro-0.24.2-cp36-cp36m-macosx_10_14_x86_64.whl (509.3 kB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

fastavro-0.24.2-cp35-cp35m-win_amd64.whl (361.0 kB view details)

Uploaded CPython 3.5m Windows x86-64

fastavro-0.24.2-cp35-cp35m-win32.whl (316.1 kB view details)

Uploaded CPython 3.5m Windows x86

fastavro-0.24.2-cp35-cp35m-manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.5m

fastavro-0.24.2-cp35-cp35m-macosx_10_14_x86_64.whl (458.9 kB view details)

Uploaded CPython 3.5m macOS 10.14+ x86-64

fastavro-0.24.2-cp27-cp27m-win_amd64.whl (366.5 kB view details)

Uploaded CPython 2.7m Windows x86-64

fastavro-0.24.2-cp27-cp27m-win32.whl (316.3 kB view details)

Uploaded CPython 2.7m Windows x86

fastavro-0.24.2-cp27-cp27m-macosx_10_14_x86_64.whl (465.5 kB view details)

Uploaded CPython 2.7m macOS 10.14+ x86-64

File details

Details for the file fastavro-0.24.2.tar.gz.

File metadata

  • Download URL: fastavro-0.24.2.tar.gz
  • Upload date:
  • Size: 657.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2.tar.gz
Algorithm Hash digest
SHA256 960b30cf364cf9bfe17219fc9fac4958290ae2814e23b4b0edd54292fd28d08d
MD5 f81c585f1dd26190b8006643a9f8a2a4
BLAKE2b-256 d34ba6a51523c745cd4bd6a9814af9332fc028fbfd9191be8214667342886e92

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 397.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 82d77c637c508f780e4121f2a099a08d6122b8b2b788bb7a16ef5c5fcb34ab3c
MD5 b13f1f889977556fc116a89a5de89006
BLAKE2b-256 475f3f754a54c14e7ab65622a8b91f8ed205f6cb3fd857c19642bd3ea42f72c6

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 348.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bcc79d5b5df525e486f1ca2333a3c1ee28ddc4e73d3109a72f2ec29e3bf59286
MD5 aa6962b1c1e838f8993dba3de2984693
BLAKE2b-256 8ae0a2bcbcc628f3de045376ef3a092093419a3fc4dd58d98e28716529f45342

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd6b8873607db3d6e4fccf0816c9afbb88994df590c35d27d5b56e102265881c
MD5 5fbdc2243b97f9a56a5b07ae604b9c02
BLAKE2b-256 65b43f70fd41c8007ae8934f90a6300f0c54894dae863c9ce6ddb639edafa433

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 499.2 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e73faa00729e0401c66e2033d75181e5d3396b6cd7a8d31f8efd2bc17a111fc7
MD5 96f7d9b58d0089722a47aeb6aedcae79
BLAKE2b-256 1ce26ffa151a69c115f6b0d218043135e578d26bf6875a7ed3cd92df60e169ef

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 384.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 66736173c39d901d670423fbabf4d37acbc9eb006873286e878246590acd1abd
MD5 0c8db42da183fb51b8b293ecbcde0ae5
BLAKE2b-256 f7525f6defe2ef97675433cbe680eddec13016f413616b8169907e4136d6715a

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 337.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c9eb747a646635db498299d8587f462ecc7be8e268229e0be7fc6ec4c739849d
MD5 83c0f94d80269b0944c0a9af1f6e47ba
BLAKE2b-256 6937d7aaf47a4711d0d0534f924cf84fb2ad8b2354c24e92ff16891df1ec59f3

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f72d23e0d523d8aaa764995a9f380da84159b295a8985476538b811a588a521
MD5 1bf78f57573d718e4093936a38d92eb8
BLAKE2b-256 0068fca0e7fcd0b812c618365e8d436632dce256e8910e6c3162c9b873293e27

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 487.7 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5ef69091d7c15281e04740695a99ff063b0f9ed54179d507a88b809539e20cd7
MD5 401a0c45e5a36344feea9e73c5f74f2e
BLAKE2b-256 9dec1be6551467d41980f0151bbf053a248c5e9241d71a6fbe222aa0f395144c

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 383.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e1508ae8ef84008f118e483d6ccc5d5650a123522141e563ca8800e2f1407c70
MD5 bca7b5ee3b9a65d78c2df381f9ec5fd6
BLAKE2b-256 b3054b1b72496f4bc2672a8cf9b8a923cebb8cec0111eada45ee0bab4e6201da

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 336.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0c53c92345d70216937ef66b7cc3dcd2c502e90fa07ad551710fb67620c91e7c
MD5 7515f1766caf9f60bb2e6b0f0ccf749b
BLAKE2b-256 81984781200704dafc129e3313daf92645c0d10e82ccb23c1a1c7561bec02930

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73565c84cedf9da924fb286f03ea9bf25a81559972df3b357d9ae338a920c45c
MD5 d73f088836d29fbd93c7b72cf72cbf90
BLAKE2b-256 c4b07ef7d9e98df2d85c5c76139eb1b536438824681c50bb56f94adc5fd37ef3

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 509.3 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ad264d76073a2d719902854dd5e620c2f6c59916053dfd2966e4c357cda72880
MD5 f49408a3e00589ecd6333661d3702932
BLAKE2b-256 7109f185c25cb4bfecc902e30386801cfe7f83ca0ee7bcbe5ecb6cfd5dcfba62

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 361.0 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 85fce75df7e8c73ed1007a07b2850e5bb571dc3b240a5afaee627c1383e337c2
MD5 49612896483fa9f7aefa94766256ca9c
BLAKE2b-256 1952679237c1c7fde48c1fa2a60312acab9d23c0c7897ce0aa28d7c27f9d0c88

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 316.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 e472acdce647c6aa291029669b2bdb5d1b7e1710f126c6b7ca2c85dab06d2052
MD5 181310467cbb92f199af7660d5f3f2b7
BLAKE2b-256 accd0efcf0313388299bd1e447fb56f905119c082428e501a639e3fd6ccec6ae

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29c70550e31e8a0e4acee2523b3b0a872e0bfe696b187966829c8ac4bffd856f
MD5 e258d50a5642e89ff93e31e7d25eb036
BLAKE2b-256 3fcc71c0aa967fc0b7792a8fca1b56abb79502189f6c53d9502dcc4cc0033a30

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp35-cp35m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp35-cp35m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 458.9 kB
  • Tags: CPython 3.5m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp35-cp35m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 bb647ba3a2a8448dce0ccac67231ac1cd31dcf559d94d3c9a5762230585d27c4
MD5 c0f460a3c3799458c5b39dd12fb3e388
BLAKE2b-256 23e518676d950841776a1f50bf4a5b6572fe1b4331be65ec889796cd4c36aae6

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 366.5 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 04322458b0d92d7965ad2ca8dbd86c6ee9a863cae08532424a4b1d765c0df126
MD5 21fb1fc68ca0cc686e95454bc63d3d8d
BLAKE2b-256 ff24ee6108512bf713151b6a064b0118fbcfa11b918742224b103222b3a06816

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp27-cp27m-win32.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 316.3 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 cb9ed6ee78c31579ec295783518d43390a21ed7c361493940b0167df51ec87a7
MD5 f50cbdca8b3fe5aa9d429d4934004174
BLAKE2b-256 5c6c8de8c0e231ffb4bf574049134cb1c46079cf97508d8e8d731306e3b1f20a

See more details on using hashes here.

File details

Details for the file fastavro-0.24.2-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: fastavro-0.24.2-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 465.5 kB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for fastavro-0.24.2-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9db81f87505de834e18510d7e60102a2fc75856ea769541e13c584c841affcbc
MD5 2d10ae8674d53c7dde97d70a664eeec4
BLAKE2b-256 8059e1a5b24bb82264f0e7a40426277a6eb7d649e62bd9cffbbd660abab1b601

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page