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

Uploaded Source

Built Distributions

fastavro-0.22.12-cp38-cp38-win_amd64.whl (367.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastavro-0.22.12-cp38-cp38-win32.whl (316.2 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

fastavro-0.22.12-cp38-cp38-macosx_10_13_x86_64.whl (444.8 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

fastavro-0.22.12-cp37-cp37m-win_amd64.whl (355.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

fastavro-0.22.12-cp37-cp37m-win32.whl (306.8 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

fastavro-0.22.12-cp37-cp37m-macosx_10_13_x86_64.whl (433.1 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

fastavro-0.22.12-cp36-cp36m-win_amd64.whl (354.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

fastavro-0.22.12-cp36-cp36m-win32.whl (306.3 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

fastavro-0.22.12-cp36-cp36m-macosx_10_13_x86_64.whl (452.3 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

fastavro-0.22.12-cp35-cp35m-win_amd64.whl (333.8 kB view details)

Uploaded CPython 3.5m Windows x86-64

fastavro-0.22.12-cp35-cp35m-win32.whl (287.2 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

fastavro-0.22.12-cp35-cp35m-macosx_10_13_x86_64.whl (415.2 kB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

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

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

fastavro-0.22.12-cp27-cp27m-win_amd64.whl (333.2 kB view details)

Uploaded CPython 2.7m Windows x86-64

fastavro-0.22.12-cp27-cp27m-win32.whl (288.4 kB view details)

Uploaded CPython 2.7m Windows x86

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

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

fastavro-0.22.12-cp27-cp27m-macosx_10_13_x86_64.whl (414.6 kB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: fastavro-0.22.12.tar.gz
  • Upload date:
  • Size: 554.7 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.12.tar.gz
Algorithm Hash digest
SHA256 36dc1b494f7e19e71ea19a3eb1cf46fbfb7a97639392740de1c4be6af86624f7
MD5 31f65fa5649c2554d6cce8d8d56f5bc2
BLAKE2b-256 21f59eb4e694faa8814190ecb88684c80e95ce48747bd55d9e13931627c865cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 367.6 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.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8727c26353ba6d0a546603efb6abd61ff0a7c367994e6179a46d2aba9e258b62
MD5 6e6ad29effebe2cd5dbe5ca41b7f385b
BLAKE2b-256 c41422186501a765a28d1a036fd63e4c72a9cbfac3431a2b74d002312cab6cad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp38-cp38-win32.whl
  • Upload date:
  • Size: 316.2 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.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 488c00acf73546cbe6348b80ed24671c970462b6eee61f888ec71e8bed93b0ad
MD5 88081a88ce238399db2d0a100123c662
BLAKE2b-256 fc05ffe024560185eee9bcd2bf4e9a91f7d7b7e861c82dfaef8c77fdabcad963

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-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.12-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6c8d1ec5d2cc432e3ffc8fcfa4ffe8f340b22bd5ab5159c5345a9a197237d7f2
MD5 6d229d9bbb0844530eb92ba7a605d292
BLAKE2b-256 081a49e2cb4fefd2d6ffc574a88317980b035acce90acfaee8ba9ae4f1605e06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 444.8 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.12-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3b4f470a3b2982bceb65266d88630290e7733f14f96897f5a8e939ecdc3fb197
MD5 c7e4b0a438f2db792f5c39ee8928a151
BLAKE2b-256 c15734927e747b93dcf41297738f53b8ac72cec26568df4f904b8721158fc33c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 355.4 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.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fa6f4e4387501562211a5d4ae6914ea91487195754d0e8b36551f84131266259
MD5 e0d49f1375d3fb0a9c1f3fbf895619e9
BLAKE2b-256 034098cf92bcc53c415bc940ee494f2976b3a5ee3f6839f393d42f490f621c73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 306.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.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 647c23aeda3813e82e37521ff29b6c6e1707dcce8027c60eaeccb4117af1b425
MD5 78aaeccf1f36e44255921a5712b21cd7
BLAKE2b-256 35acdef00935114bce7711cf5ebd32919677a0d479be50e891a643d749ee6fd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-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.12-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6cd53a6793b906a61f67ef3a4f6d21ba594f2fc853e6af4111e14f13ba4d9b8c
MD5 ae133bd8a25d2a7d2be74c4d09b0e420
BLAKE2b-256 d15302b97523d3dc3462468812b8007a5ff8835a8d06d56d6001f29da1fc0ff9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 433.1 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.12-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a2f0944fd85696b2b6609bbb7629cc7f4bdfd5a23ace81d8dfbaccebfdc30d72
MD5 71ea8c92ff41896098c21445d37d03a6
BLAKE2b-256 844cd6b8745e491377066810fc1abfab7246d4e7e632df61106597aa517785cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 354.4 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.12-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 109a29f40ae36b71767fe88a0522f9a73a513a81c28e00f547d371de3111281c
MD5 eebc51317a82182b844cd081698be502
BLAKE2b-256 8e9f52416407d8d698e470606ee3b25868dafcbe563f9de9b24c80e3df4eae64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 306.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.12-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2097d97bf696f9923a3aad5785041833d25d64b48c52dcd74580ece441b7b9cb
MD5 465e0deb08163863c9568435e0adb5e2
BLAKE2b-256 b3dc2e400e75d7b5ae971141457223042b95b7bd4fbfdae6eafdef7b0be366a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-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.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.12-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8b72dae229f10a1914df8f3702d945567f86207c23b0fdf71c7a04d9b558737c
MD5 fcb9233cfd9abf0bc1c6e37131e2765d
BLAKE2b-256 a77c81a013e4791295524b1f6c00603cb506cbd5d1d646f694a8d9b21052b3f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 452.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.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.12-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3cb6fee507c58194bb5a8d4f310571b10b78069f105ef729dceca05ca492aa62
MD5 76c71c4d25c366cc5c7a6a046a7967ab
BLAKE2b-256 7f66149ef106e4207f9794cafd2d246375af2b7843213cf6f1aabec40d72a62b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 333.8 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.12-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 194753a13882122c6479b818a0d28278f4e47742a3dfbd446ce841890cf71a10
MD5 164efcb95ee9c4523fc1a4f76d8e4da5
BLAKE2b-256 d4819e2c8cee5f8806eb62eb6d92507af5456bb23022da11e6da941cfc7ef6dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 287.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.12-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 e53ab0bdcd1f267e17a4f4c2255cf684098180bfe9c0e0917db0751c9520c41c
MD5 e310774e89313e9e49da50ee9132ea33
BLAKE2b-256 1b230e4d8cb957ba4afb90e098631a107ed9a659ab806635119ae27f48aeaebb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-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.12-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 21a91d2db89da216aa2d5554f6f58d4eec513aed57e67b1083f3980e94877b30
MD5 e5e6f95b7288c1c1af6ebd63080724b8
BLAKE2b-256 7dc787e97d2cdf2779ec1869abb934d1f1f4f76e955599ccaa1f946be93548d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 415.2 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.12-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e05e418b6da87a13c80c86f57d97c710faaa825c338596aa41cee28366d76e26
MD5 b74d52a7ba30b028a8bb84256a6ff40e
BLAKE2b-256 130612638050ce8073db9dcb31d2895244e6086fcb0268453ac35ef7c240a84d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-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.12-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a2b8e22795b64086a9a681f66296547045e4a45e5315918ac66ffcfd1a868620
MD5 096d2fef62e300e389a638e8df94c0a8
BLAKE2b-256 bb7e5dfd8da4c54d2dff7bb5aff8024f1c17859775ff57d4a8a40eeb709deb4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 333.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.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.12-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 7e71b2b644a1437d257e47634812e65e0b229ba62946cf665cf6ce5e36e9d96b
MD5 cdbfa1cd92195236673ed045ff6d9e90
BLAKE2b-256 1524c13badd6f614293f714094f500bb024eb8c409bb9466652a9397de6c6d7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 288.4 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.12-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 b7f6174d6b05e3ee19f7fe3f8fc4febdf7280a82008ab13b505ba89fc8d276b1
MD5 c46efad6cdcbf857415eb3a6fb4ad1b5
BLAKE2b-256 619c830b143d5abcb4b8e7903c691376299c6567c67c86af414dbcbc939290a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-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.12-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 77a102648fd768aa6fcab93f75de175b4fb07d0328ee8213a56df38060c4e728
MD5 894a80acae05e7f14f1e0d80e1db91ce
BLAKE2b-256 b33d03b56538f506eef0beac138b27274a618f762819b1d235acbeb6dde119f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastavro-0.22.12-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 414.6 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.12-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 436d56b69ebf4ec2fe97253c5e1a9bc2b63b7be6887c7e13fe633677cce5e6d6
MD5 85181a21ebc41fa27261700e55ef728b
BLAKE2b-256 ff145e6b447e98dce88e260c80aa94c82b6d5223e8d9dedaa6a9e3dc50d2de54

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