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

Uploaded Source

Built Distributions

fastavro-0.22.9-cp38-cp38-win_amd64.whl (363.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastavro-0.22.9-cp38-cp38-win32.whl (312.8 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

fastavro-0.22.9-cp38-cp38-macosx_10_13_x86_64.whl (440.4 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

fastavro-0.22.9-cp37-cp37m-win_amd64.whl (351.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

fastavro-0.22.9-cp37-cp37m-win32.whl (303.4 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

fastavro-0.22.9-cp37-cp37m-macosx_10_13_x86_64.whl (427.9 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

fastavro-0.22.9-cp36-cp36m-win_amd64.whl (350.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

fastavro-0.22.9-cp36-cp36m-win32.whl (302.9 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

fastavro-0.22.9-cp36-cp36m-macosx_10_13_x86_64.whl (445.9 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

fastavro-0.22.9-cp35-cp35m-win_amd64.whl (330.4 kB view details)

Uploaded CPython 3.5m Windows x86-64

fastavro-0.22.9-cp35-cp35m-win32.whl (284.1 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

fastavro-0.22.9-cp35-cp35m-macosx_10_13_x86_64.whl (410.1 kB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

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

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

fastavro-0.22.9-cp27-cp27m-win_amd64.whl (329.4 kB view details)

Uploaded CPython 2.7m Windows x86-64

fastavro-0.22.9-cp27-cp27m-win32.whl (285.2 kB view details)

Uploaded CPython 2.7m Windows x86

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

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

fastavro-0.22.9-cp27-cp27m-macosx_10_13_x86_64.whl (410.0 kB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: fastavro-0.22.9.tar.gz
  • Upload date:
  • Size: 549.5 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.9.tar.gz
Algorithm Hash digest
SHA256 fc3a97187d51aea9ad5ebb02bcb7a579a62da6310788ed82fb1e22abcd0ec33b
MD5 425c347e6f8fbe9deebaa65fa741c3ed
BLAKE2b-256 f57d000eecbbedb75a50ed48890b60e62bb114067d0f0efc5ffaa5bfc58789f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 363.5 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.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2d8df9cda254f5c9d8e6c829b558df0336630e1b648c75389fdab08aad608dd7
MD5 3324c3e7526c73a689d78679c2fdf0a1
BLAKE2b-256 42fd30910775cdb059887e0d3d6dfed1797662d3abe043e40db57535e2465d3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 312.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.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0b502c76257a1f184dd53a1cc180c81a058cdb337c433f565edba07cfae44287
MD5 67215f13095b6f7edc787f103ec1481c
BLAKE2b-256 c233a6dcacc212eec40f91cdd2d5697147b82c4d00b2452a2da507a3b291e4f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-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.9-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 29f93e3dc543ec6dc7c95d92029bc9fff2ebd5510e9732a4caa1ec414a80cda7
MD5 16714d79d45b28d350aff7dc05812dd8
BLAKE2b-256 43d3ec496caf3f52af0ae6d5a2380edd8c6f8ef72e79944409499ce8c32ac35f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 440.4 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.9-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fd03d08b660227b0aea3b06132f6924312736ade6f01d4e03e45880aa8e7c4f6
MD5 c44ac16f013ab0f391a8111e3afcced4
BLAKE2b-256 e83bd92e5a92906bd3182bf26d4796c59f4184adce7d7af8d69ee16a0bb2fc5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 351.5 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.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ba8a7d58e1591e58820c5935c4c5351886d81198c67e0673c307308726dc03eb
MD5 d0c0f92540f37daf75f6af27c4a1d4ed
BLAKE2b-256 b4ff50deafbd2d7858061433b3960e4b1ae6faa0f3ca900bbf29deff0ce80151

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 303.4 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.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3a627e9d130ffb09f3f5fb4135c4dac493ac1b6db09b2c7ffcf01576b2e9ef7d
MD5 f695fc12b23f6bb39fabdc008d30e247
BLAKE2b-256 6d24aea85bc84b73b60928db253354961364fd067e45de7f0f6394012ed6e115

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-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.9-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2b2285cc67b9ec1cf301e34342d935a2d45677d79e01e8dec30178a27b2c62d3
MD5 076408801153b174f7feebaea1b8057d
BLAKE2b-256 2fed7affb9e3e56892387684664667800abc8d8d092ea65b9f27c43186deb084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 427.9 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.9-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 61130980231f314085542c8469b1463c51e512ce9471f00e9f0839398e1c719e
MD5 3a326655965c7529283e36c9eb988211
BLAKE2b-256 4987450ce7107720ce4e0736a059f990ed70a5868277b0b2c0c190ef8b59058c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 350.6 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.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 afa41dd37a6f9295ea99a0ad0aa6f56b0505f59bec7720f3a06e1b9be6f1e2c4
MD5 acf73948669ef4750ab5f2f732addf39
BLAKE2b-256 d9874ac94e54d08e240b181f57552838da228b699cf39c009204c519e5083601

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 302.9 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.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 62398ee943171cd44b3211150fde92828e6241a7f1db57fa6064982748b8fab7
MD5 f7359018acc60cff1d5d09be4201b37d
BLAKE2b-256 c805bc67789bf171824925e8c1a0c79fbe94bc4ab44cb8b2a54923f8666d9789

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-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.9-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3693bd6b1c9204584e8cab0a936ba952df3b659d9bf4819110ce2bb2ad644379
MD5 c0548e071e6f2f0b8cc56aaa0a7d7d40
BLAKE2b-256 a00671541ae3eea6484f2e8512241b8dc4b5731b256df95367da9b99d4e537c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 445.9 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.9-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3b37675380adc4f8f490baaba62391ffb41aac1eff649a41542457a53bbc7d74
MD5 f1674f558c1d7f41b673d650e6c8264b
BLAKE2b-256 5feb2452d7b64f85d1488be6a985d9e6e5312273a36cb82fb145db4dd9e9a919

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 330.4 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.9-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 880102741337efef2879319f903f76874e396b3d0966e288a8aefdf9e5319a59
MD5 5d9d766f98b6525d5e7314dc04d1aec3
BLAKE2b-256 2aa243220adc4884d8055af36353650aa1e1728966a519be468e1c420a4b5619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 284.1 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.9-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 608f2bf10813fcd265c02e181b0754888b258c3b7105d79f23bc9e3bcad8d2b7
MD5 f485f0f16a2a091ff9834986718b3af5
BLAKE2b-256 1a262eac5a115a4087ded4330467e585d3e84b24beb3f8dc6a9c0ffd37f90a44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-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.9-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b4cfdbfee2299197c0d1cdeb9ec9c34f833e4814de02b67b5ab8836e07957dfc
MD5 c2b71f1f76f51a614843b970998844d1
BLAKE2b-256 89da9d05ca3dceeff0b9cfc67169c1e4fcc90f7a947b99cafd3f166308a97ba1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 410.1 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.9-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 76313728b4d684af7236d539fca1e9b8189ef4edd5d874ea3a0c1c1d9120da5c
MD5 ff5e4ce3e8d485ab3b3fa2476ddd7dc7
BLAKE2b-256 3f8ce67831d946749f1801e6e5818d690d9b98278d3649403b6b63d497ba6655

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-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.9-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 298421d6264edb56121c7b27101ab2ec3940018138b1f7a8462ee2e94343a95a
MD5 2615402575a8423e92ef05c8e36ade9e
BLAKE2b-256 fdb84f4c50495a94f03213aac53cc407df1a15d15b404ee8069073faff0e2d79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 329.4 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.9-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 2a139c1e922ee503d3e2d84418f36542318ac05d7e8caaf527b60427d636fde7
MD5 f8ef1a21f13639f728755ae35ffb4bc9
BLAKE2b-256 bd0b3a0fe04fe87d5917e711e86da4244ea718ec2292271bac9e501e0d48440b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 285.2 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.9-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 e822d9a908a43cbcfeaaa5829fc4866570b57e5954b1b6b8ccd4668c3da24a4f
MD5 d269661749f348711b5e0784b31aa692
BLAKE2b-256 eb0e8556bd7f09463e6bff6f3c147dfdb67c9cf64d00e436bcc4b2e955849c08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-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.9-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aa9e5a6f66f992bce3307cffe8b68cfde392275cf1e65794eb088d4e7c554067
MD5 322a10e081958f34bb12b7855f610241
BLAKE2b-256 a52a6e47e1a433c47e85b53f775e014364ffe7b35309aa432ccd382c6357469d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.9-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 410.0 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.9-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0054e1437bf879f87f5ecab9cdbba8f83e08d14015f2e2712a5988dd54fc6c07
MD5 e2fd4e286217e9232e74f748619f6bc9
BLAKE2b-256 bea9753b3eeff7dc727f2888d676df200b60ef975e0880061eb198c283748b38

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