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

### 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.11.tar.gz (551.9 kB view details)

Uploaded Source

Built Distributions

fastavro-0.22.11-cp38-cp38-win_amd64.whl (365.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastavro-0.22.11-cp38-cp38-win32.whl (314.1 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

fastavro-0.22.11-cp38-cp38-macosx_10_13_x86_64.whl (442.5 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

fastavro-0.22.11-cp37-cp37m-win_amd64.whl (353.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

fastavro-0.22.11-cp37-cp37m-win32.whl (304.8 kB view details)

Uploaded CPython 3.7m Windows x86

fastavro-0.22.11-cp37-cp37m-manylinux2010_x86_64.whl (1.3 MB view details)

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

fastavro-0.22.11-cp37-cp37m-macosx_10_13_x86_64.whl (430.3 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

fastavro-0.22.11-cp36-cp36m-win_amd64.whl (352.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

fastavro-0.22.11-cp36-cp36m-win32.whl (304.3 kB view details)

Uploaded CPython 3.6m Windows x86

fastavro-0.22.11-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB view details)

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

fastavro-0.22.11-cp36-cp36m-macosx_10_13_x86_64.whl (449.5 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

fastavro-0.22.11-cp35-cp35m-win_amd64.whl (331.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

fastavro-0.22.11-cp35-cp35m-win32.whl (285.2 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

fastavro-0.22.11-cp35-cp35m-macosx_10_13_x86_64.whl (412.5 kB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

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

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

fastavro-0.22.11-cp27-cp27m-win_amd64.whl (331.0 kB view details)

Uploaded CPython 2.7m Windows x86-64

fastavro-0.22.11-cp27-cp27m-win32.whl (286.6 kB view details)

Uploaded CPython 2.7m Windows x86

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

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

fastavro-0.22.11-cp27-cp27m-macosx_10_13_x86_64.whl (412.0 kB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: fastavro-0.22.11.tar.gz
  • Upload date:
  • Size: 551.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11.tar.gz
Algorithm Hash digest
SHA256 44921edfab239d2873e1a647aea7db952571a120941b9648af4c3ff699dc7da0
MD5 f762fa816a847d6d24363413cbcb4704
BLAKE2b-256 dab122b3f2b4fc58a85e803011a03acdc5482fa2a41b86be41d0b11a61ea6ea3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 365.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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 505daa3a583220fc7b8d09524791f6b0c9033b7a100dadec771f082d77078672
MD5 4637ee7f8aa07be421ca7b06d6a584ea
BLAKE2b-256 e1e83948c6ff10631c2d0989976fb9c80cf3a3ab7a9d6622edcbd4368e187649

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp38-cp38-win32.whl
  • Upload date:
  • Size: 314.1 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2fc5947634f85a9ce6940ea8ad4417de4b7653aea92559ff4ef9d38dfc5d3dee
MD5 397601052937623f6967edc08f0446bb
BLAKE2b-256 f9c99a4c09a2e0f0b7aebb85cd1d566864e17b7e54ce528c4b177d1e22476652

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a09b474703eb37e136f273bf41e6905d9a3095f187aef0883fa901ff82181e1
MD5 d7b79b553575766a06428cf2c072e995
BLAKE2b-256 a64746b6f1c5667e5f6e204a2f50a1d560addfa0772254f0458b85b3cd544084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 442.5 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fcd49f638382d38aa1c61cb66af88a9e873d96c1c0996934d21ba5c7f93408e6
MD5 9064d9ed6a885a4c080db618173e0c9a
BLAKE2b-256 cc6ebb78731238a8b096c5e56b44e984419cb04104ad45f885e7619c506bb7e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 353.1 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3c46830cf5da674ae79733c5e54f869d7e152225fbbfd07532ba441defe6bb04
MD5 79d479c4ac3698ad9bc591043f990aea
BLAKE2b-256 be5c44e47f5ef43d41376092c8f98c64e4ec37dcc338901ebec07278309438c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 304.8 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 03c3704c3271f13e00ec42b6d609f79f0b5ff06677b741454dd795a3ecb33897
MD5 b74fe3187dfb7d61a79f723fe4da89e0
BLAKE2b-256 266c8227c0997ddf92588167f5b9563a36383e1fcfdf1a6054edd2d265b758c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 adbb587c91153bdd47469f1773c798cd66b3deb66c3847401b986079acd58b48
MD5 db4fcdc9657214464b2e3baf618054cf
BLAKE2b-256 08d94f9f8dac1169ef155b7fc69792f1fa97ed5c3f21e0e5091cc58496c31e81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 430.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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 841f6de86c898e963b57050f71d1d9a5438069138590a1f4badf2260c3fa2153
MD5 e2045ec1ecc59f30584879d407821932
BLAKE2b-256 96d95bde983fababd3af25ce32539183161cbcdb0a7f8e200e5de9b08bcb50db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 352.1 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ce5fe26794adfe8c1cf6f916eb4fa0f22949616189aa156c553288e3ba33180e
MD5 a24785279d0000b85787f5a40f930734
BLAKE2b-256 0ad478ab120ab608eb5d11df954562fb160d6aa377b5f06cd70b643424f10bd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 304.3 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 34bdcb680431127c1eeee83f983c9f0fbdfffca27f4ef00f2fc8d2c40f452876
MD5 d9053facf381a3db265f107dbda946b1
BLAKE2b-256 9ed356f22ddd331e2d0b7dcb7b1cc818b686b4a2de6b016a6818522c48625ee1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 65778743f12941634ab86f4d479628a7031957ba7581da652d0ffb4dac2ef93f
MD5 892ac278cf090cba40e5f9639a62d40a
BLAKE2b-256 2c54ea3019cb752afa1f8317f0f6a42c690779c20e86b3947859632496654a15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 449.5 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aded9774b9ab3b485917290fd64030b6b1a14c7048cfb7180f9144792fdc2253
MD5 212036fca62b37fabf4ce82afc3864aa
BLAKE2b-256 66e04ba4c26d32c697f536be7e8f41a9c5463cfb5ad6f630d91e2feec1faf714

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 331.7 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 3c74b75db359db83cc2ae3a70037ac320780d2be180e52d72f25267c615898ba
MD5 6a649e80498fd6a4c7c8707fbe4986ea
BLAKE2b-256 ab463c2aa47ee4c15c0443b81029c9c7be7b611b10c0c7dca9a9058481a47d26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 285.2 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 55b3ad884805144a8ae3e13fc168d80b9109cc472eac76343a7e5a12fae0b729
MD5 30c0d30c17e92a6de60793af15874f9b
BLAKE2b-256 54cdfa3cd9be05fef72037248b40485880cbb1e7b466999d3af797ba76281e01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 10f9e19499a1f3b4f6c8365a44ad54c357c822cf953ed2d61b45ceef1b412058
MD5 32a85ac98c35dcbac29eca275104fc11
BLAKE2b-256 c32aed1ae56518c3e1ee59f8eee428eb8d2791f260e1f51d8149146c8292ee7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 412.5 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e3a3cd65c31a38bf892ffa2ac0ec7cdb8bad257e1fdebc24d9a15de337b34b52
MD5 fb1323055cbfdadfa42deef9683d27f8
BLAKE2b-256 279551eba4b4762818fd22626c1aa86d6a7e395eb1d0d7211aa057b5948ebdc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c1f2c74b740d955998b80002b59a14eb68decb6cdf54a77d712a6e2dbfc9dd52
MD5 0a682e2dfa949efeeb61d68a811a22cf
BLAKE2b-256 61ca98534ff560d05ea905bbc182fbbbce40b2697068827232dec6423ff3c90d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 331.0 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 a42c99cb6d1c6995753076192ab5d04e1c9accd57135b36adfa69e061b241f35
MD5 8033a6302fcfc6d4fa9cba23329a71b4
BLAKE2b-256 7926b0f1e2937bba3c6fcf5f2d002b09dd3bcb11a41b4ba1c4959849f07d9716

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 286.6 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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 c259b2ed4520340115c2ca7802893f902ee06e3a59f5e057316dd74ded04addb
MD5 4093e6328f69d234a0cada2db868c39d
BLAKE2b-256 f318189745bd6bebf31a02cf4b05bac854aa6aaa4458ff6aab9116a6daa052da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 44193d0b98f269d3c5f836a619f673cc4c62f86b09b5cd29551723a6f39b4615
MD5 b2fa36b234e827db98f63d1af809b308
BLAKE2b-256 0802f765bb06f527301de0161a928b34c8176acb28ffaa5d37587869ce504a89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.11-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 412.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.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for fastavro-0.22.11-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 650f6c24fc2ad345c51ac2646214ee05398b5ef73c752b0ef198ae0161a5f466
MD5 f08f74d704cad986e1c815ae5e7deca7
BLAKE2b-256 2dfcf339d2f9b5f73959cf2a173b071d7a3dfbb4a2e211c5f85bd3d81b08e8a0

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