An open API service indexing awesome lists of open source software.

https://github.com/rmax/fastavro-codecs


https://github.com/rmax/fastavro-codecs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

===============
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=master

Fastavro codecs.

* Free software: MIT license
* Documentation: https://fastavro-codecs.readthedocs.org.
* Python versions: 2.7, 3.4+

Features
--------

FIXME

Available codecs::

apt-get install libsnappy-dev liblzo2-dev

Command line wrapper.

.. code::

$ python -m fastavro_codecs --codecs
brotli
deflate
lz4
lzma
lzo
null
snappy
xz
zstd

Quickstart
----------

FIXME

Credits
-------

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