Metadata-Version: 1.1
Name: fastavro-codecs
Version: 0.1.0.dev0
Summary: Fastavro codecs.
Home-page: https://github.com/rolando/fastavro-codecs
Author: Rolando Espinoza
Author-email: rolando@rmax.io
License: MIT
Description: ===============fastavro-codecs===============.. image:: https://img.shields.io/pypi/v/fastavro-codecs.svg        :target: https://pypi.python.org/pypi/fastavro-codecs.. image:: https://img.shields.io/pypi/pyversions/fastavro-codecs.svg        :target: https://pypi.python.org/pypi/fastavro-codecs.. image:: https://readthedocs.org/projects/fastavro-codecs/badge/?version=latest        :target: https://readthedocs.org/projects/fastavro-codecs/?badge=latest        :alt: Documentation Status.. image:: https://img.shields.io/travis/rolando/fastavro-codecs.svg        :target: https://travis-ci.org/rolando/fastavro-codecs.. image:: https://codecov.io/github/rolando/fastavro-codecs/coverage.svg?branch=master    :alt: Coverage Status    :target: https://codecov.io/github/rolando/fastavro-codecs.. image:: https://landscape.io/github/rolando/fastavro-codecs/master/landscape.svg?style=flat    :target: https://landscape.io/github/rolando/fastavro-codecs/master    :alt: Code Quality Status.. image:: https://requires.io/github/rolando/fastavro-codecs/requirements.svg?branch=master    :alt: Requirements Status    :target: https://requires.io/github/rolando/fastavro-codecs/requirements/?branch=masterFastavro codecs.* Free software: MIT license* Documentation: https://fastavro-codecs.readthedocs.org.* Python versions: 2.7, 3.4+Features--------FIXMEAvailable codecs::apt-get install libsnappy-dev liblzo2-devCommand line wrapper... code::   $ python -m fastavro_codecs --codecs  brotli  deflate  lz4  lzma  lzo  null  snappy  xz  zstdQuickstart----------FIXMECredits-------This package was created with Cookiecutter_ and the `rolando/cookiecutter-pypackage`_ project template... _Cookiecutter: https://github.com/audreyr/cookiecutter.. _`rolando/cookiecutter-pypackage`: https://github.com/rolando/cookiecutter-pypackage
        
        =======History=======0.1.0-dev (unreleased)----------------------* First release on PyPI.
Keywords: fastavro-codecs
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
