https://github.com/rmax/fastavro-codecs
https://github.com/rmax/fastavro-codecs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmax/fastavro-codecs
- Owner: rmax
- License: mit
- Created: 2017-01-13T19:28:26.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2017-01-13T19:31:31.000Z (over 9 years ago)
- Last Synced: 2026-01-14T09:02:59.909Z (5 months ago)
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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