Skip to main content

Fast read/write of AVRO files

Project description

# fastavro [![Build Status](https://travis-ci.org/fastavro/fastavro.svg?branch=master)](https://travis-ci.org/fastavro/fastavro) [![Documentation Status](https://readthedocs.org/projects/fastavro/badge/?version=latest)](http://fastavro.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/fastavro/fastavro/branch/master/graph/badge.svg)](https://codecov.io/gh/fastavro/fastavro)

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)

  • Schema resolution

  • Aliases

  • Logical Types

## Missing Features

  • Anything involving Avro’s RPC features

  • Parsing schemas into the canonical form

  • Schema fingerprinting

[Cython]: http://cython.org/

# Documentation

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

# Installing fastavro is available both on [PyPi](http://pypi.python.org/pypi)

pip install fastavro

and on [conda-forge](https://conda-forge.github.io) 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.

### Releasing

We release both to [pypi][pypi] and to [conda-forge][conda-forge].

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

  • Make sure the tests pass

  • Run make tag

  • Copy the windows build artifacts for the new version from https://ci.appveyor.com/project/scottbelden/fastavro to the dist folder

  • Copy the linux build artifacts for the new version from https://github.com/fastavro/fastavro/releases/tag/ to the dist folder

  • Run make publish

  • Note the sha signature emitted at the above

  • Switch to feedstock directory and edit recipe/meta.yaml
    • Update version and sha256 variables at the top of the file

    • Run python recipe/test_recipe.py

    • Submit a [PR][pr]

[conda-forge]: https://conda-forge.org/ [feedstock]: https://github.com/conda-forge/fastavro-feedstock [pr]: https://conda-forge.org/#update_recipe [pypi]: https://pypi-hypernode.com/pypi [twine]: https://pypi-hypernode.com/pypi/twine

# Changes

See the [ChangeLog]

[ChangeLog]: https://github.com/fastavro/fastavro/blob/master/ChangeLog

# Contact

[Project Home](https://github.com/fastavro/fastavro)

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.22.8.tar.gz (547.0 kB view details)

Uploaded Source

Built Distributions

fastavro-0.22.8-cp38-cp38-win_amd64.whl (361.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastavro-0.22.8-cp38-cp38-win32.whl (310.8 kB view details)

Uploaded CPython 3.8 Windows x86

fastavro-0.22.8-cp38-cp38-manylinux2010_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

fastavro-0.22.8-cp38-cp38-macosx_10_13_x86_64.whl (437.2 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

fastavro-0.22.8-cp37-cp37m-win_amd64.whl (349.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

fastavro-0.22.8-cp37-cp37m-win32.whl (301.6 kB view details)

Uploaded CPython 3.7m Windows x86

fastavro-0.22.8-cp37-cp37m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

fastavro-0.22.8-cp37-cp37m-macosx_10_13_x86_64.whl (425.3 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

fastavro-0.22.8-cp36-cp36m-win_amd64.whl (348.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

fastavro-0.22.8-cp36-cp36m-win32.whl (301.0 kB view details)

Uploaded CPython 3.6m Windows x86

fastavro-0.22.8-cp36-cp36m-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

fastavro-0.22.8-cp36-cp36m-macosx_10_13_x86_64.whl (443.3 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

fastavro-0.22.8-cp35-cp35m-win_amd64.whl (329.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

fastavro-0.22.8-cp35-cp35m-win32.whl (282.4 kB view details)

Uploaded CPython 3.5m Windows x86

fastavro-0.22.8-cp35-cp35m-manylinux2010_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

fastavro-0.22.8-cp35-cp35m-macosx_10_13_x86_64.whl (407.8 kB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

fastavro-0.22.8-cp27-cp27mu-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

fastavro-0.22.8-cp27-cp27m-win_amd64.whl (327.2 kB view details)

Uploaded CPython 2.7m Windows x86-64

fastavro-0.22.8-cp27-cp27m-win32.whl (284.0 kB view details)

Uploaded CPython 2.7m Windows x86

fastavro-0.22.8-cp27-cp27m-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

fastavro-0.22.8-cp27-cp27m-macosx_10_13_x86_64.whl (407.5 kB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: fastavro-0.22.8.tar.gz
  • Upload date:
  • Size: 547.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8.tar.gz
Algorithm Hash digest
SHA256 214f67f2757080a1bb694945ace73670303ae79314d7e3170a0b8aca02185d3d
MD5 8fc8265012fbb5ed957fc842131fe8a4
BLAKE2b-256 23f3b7f014585ac26f838d2748b0d37c596b68c4ba4db4a1b4e19198e5bee02a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 361.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7fd59254bc51e27caa42dc6223f4fcffccd9aeb548f3dd68af02113772bd40ce
MD5 ce0fadcf936d85d1ac93325c1a5dff68
BLAKE2b-256 8fe79c1318f40b635fdb5204259ff8c6cfd050dd74025fe07dfabea18a3cc332

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 310.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 95a4635749dd07b97a44c0c1d6ee2eaf9b1f61573dcccfaa710979ac3a95f2b9
MD5 f5040d6aa6b43b908c66187cf3c8ceaa
BLAKE2b-256 2c8c20202359e691ef1e1e6f1a4d70d0f55ba9f4c0b0d29d26aa8a86590f9d36

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4171af0b4122e16c9cbebce1f81ec4cc6ec928227c6b50932337c60338760baf
MD5 6ccc938ab3ef0736951150f50ece69c3
BLAKE2b-256 9612c90f7b17c0ea8d9e515bf228f8e7fda113a770e1445b4e6bce4a20b40a85

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 437.2 kB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 52c57fccbc0f0e82d3aa8f91feef4b104d0660051ef09fd5715006f2704a3036
MD5 61e4a3311e3353b421b73ec7cd664ee8
BLAKE2b-256 15a637279d785fc53b7349eeefb15e744c40b0490da6cd371e238e7b5eb33fb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 349.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 52aed9a7b4b6e9ef9a30dd6edfa4caec38c8f1bb1b181184c8c1d6373bfdab2e
MD5 144ae89b94a1625ffb955ff8a5537f39
BLAKE2b-256 eb73e8736abc0240eb5ca10a1bc79e5c28db19f8ef8b87b6463929f592af2522

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 301.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9f6869ba7fd4089a8aa1e12a3d46087f1ab57ddacf57decf6167c6c02d1213e6
MD5 b7a42bcfdeebdfa75879cc9e1c2854ef
BLAKE2b-256 fd5f35dc9339fd9dbb59086c33c8915c652aa3cf7e6b7cd2e45a40df7e651846

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 321be7848a9d561d1d28492d28cecbf6dd672a82c9aa49f5e3ba0cf7ddc69036
MD5 7937ccf53a3fd28ebceca1368430cc52
BLAKE2b-256 a9b0ceb52b6837880fad8b80c851b334f9d1b16aef9063896c25d94b870c3a7a

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 425.3 kB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cbf71870db1dadebfa38e3be40c722c8e36b1a0cb112826970645098ac2786fa
MD5 8ee0987d3452d8b322697ff28ffe09d7
BLAKE2b-256 10748c2be4ad3fcdc1c166a8048d56a00d89c1b82c580d3319e7c0c7928d672b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 348.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d810079869791be1b9f8c71ddc24b6d368e781266f27d6a3bacd7a77ca210eae
MD5 96dcf48994a25cbbec8b6f7847270475
BLAKE2b-256 e34993a95d60680bd8da0bad17b05d1e50048083f9e12d27e8d07dcc39754bdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 301.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 069573460c6033a6016913be837daa23c56b5dfb30f551f66cd881e2a56f3e0c
MD5 94df0e1527d7b8aa24e5ad9ac5a73d7f
BLAKE2b-256 221b9ba53f77a65b0be56edfe2fb2033b7ab1c8f2f53c05dcc553d3168931ff1

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dae646d1e62327c57cc52304b2bb6a8a34816670d8bc54addbae13caca5e84e9
MD5 5a9ab132dbfa1a380c6ee813e7b0cbd1
BLAKE2b-256 67c8fbd0317146c2fb21331b55010608d905d75e48a85b457f8933470848ba2a

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 443.3 kB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 17527edb137334c1280000bea71906afb0e2bfc65f0d8540017c3eacf79f814c
MD5 add152f6448381d677f1f06e3001abc7
BLAKE2b-256 f8948f4e08dd8162f6dd8bace759441e07ec993a1c2c1c47daa14712796a61fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 329.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 831688098e376961d527bd07b18671f13f3fbf2d04ecc9def18e27881b4aeb43
MD5 9b63e385382725383186a29e07f5403f
BLAKE2b-256 ae9b195b94d326e5a19843eb20d3e47034a5c8f26338118bd637eb35d674ddd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 282.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 03642be948e84bcb4e76cf97ac32387358bce5cf1060ee993b280807be350aea
MD5 cf7452ece53fa495fb1c5ba610748318
BLAKE2b-256 6022f646492048c7f7b899eabb7aa68520c16f9241a76ea566bc9951131c9b0d

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8c12f3403a3dbceef78cd9897b41819fe8dfeffffd67930cc9d4bc970dbd08c1
MD5 4f8d30f8ee1efd9650aec42c60d7ac56
BLAKE2b-256 3517116743aebcc9213deda6ab7dcbca4d066ae8b900c7ab180c50fa583a4b21

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp35-cp35m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 407.8 kB
  • Tags: CPython 3.5m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b3248cbec393dffe5f391f8f7a3ef4168471b393f8418066c96cd3be87b6d669
MD5 7d8fe36ae7a3646aacf9871fa929b3bc
BLAKE2b-256 1f0a1c3e6df0948f9574aa02f9f39b2685adde6563e70a29371dd93e33e3070d

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f041ac7eb625706d2022f345d0f1628cb34fb466c40113df2051c59a6e447585
MD5 7cc369defe6bab380e92095b778eab15
BLAKE2b-256 f651a55cda9a63d32c81d41ce59653777fd09038aa839522d22babc413d46814

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 327.2 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4821591dabcc1ff15fe191b7edd0625915f0439833376c4f08b45d09133fb6f3
MD5 9a9e2d77d2e6b9e2bce87bdd66ecfd49
BLAKE2b-256 1813b16f6cd31b434a62280ec3a2acc07d3493e60fb8ed2b257d286cf1fb9877

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.8-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 284.0 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 46a8a45e3dcae00df235f8a304c3227fed8df4356de7f9482c4bddec04d1494f
MD5 150ec20a60bac8ebf068304d6d0b40d0
BLAKE2b-256 a8fdd6fd4a016cf8220561bb3322d147ed6dfb4278df85694c82a16d11f82512

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f43f8c10b015c6cb163ca9a3f1f023fe08aad20e73d0fe6caf2dad9863b9f2ae
MD5 fe919c2db10488d2fd96226fefe4407e
BLAKE2b-256 6136ef663dd1659c256f0af684438e5ce170f9d07dbf1cda1c4d1a98d9c053ae

See more details on using hashes here.

File details

Details for the file fastavro-0.22.8-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: fastavro-0.22.8-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 407.5 kB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0

File hashes

Hashes for fastavro-0.22.8-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 36e4844142ee9d2d54b4920e4b484c88c1efeb735d117347a7d5740438f1b835
MD5 be0e8f0b2e4a40cf366487cda3706eef
BLAKE2b-256 a9f2510fd5c835473d1a59cbf2cedb8787d5653da9db1232a28e97be26fd6dee

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