AVRO-2556: Add bzip2 codec to the Python2 bindings (#645)

* AVRO-2556: Add bzip2 codec to the Python2 bindings

* AVRO-2556: Address bz2 import error

* AVRO-2556: Define abstract Codec class as a superclass of all codecs

* Remove redundant code, add docstrings, introduce abc, etc.
7 files changed
tree: 44f5e39b5e2cffb50ee7b59e5a2becfab1668a4d
  1. .github/
  2. .travis/
  3. doc/
  4. lang/
  5. share/
  6. .editorconfig
  7. .gitignore
  8. .travis.yml
  9. BUILD.md
  10. build.sh
  11. DIST_README.txt
  12. LICENSE.txt
  13. NOTICE.txt
  14. pom.xml
  15. README.md
README.md

Build Status

Apache Avro™

Apache Avro™ is a data serialization system.

Learn more about Avro, please visit our website at:

https://avro.apache.org/

To contribute to Avro, please read:

https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute