AUTHORS 566 B

123456789101112131415
  1. Andres Moreira <andres@andresmoreira.com>
  2. Contributors:
  3. * Felipe Cruz <felipecruz@loogica.net>
  4. Added support for Python 3.X
  5. * Liokm <https://github.com/liokm>
  6. Reported bug on snappy.compress function
  7. * Nathan Moore <https://github.com/nathanmoore>
  8. Improved support for Python 3.X, and improved the library
  9. by removing unncesaries memomry allocation:
  10. - https://github.com/andrix/python-snappy/pull/8
  11. * JT Olds <jt@spacemonkey.com>
  12. Added Snappy framing format support, improve Py3K support
  13. - https://github.com/andrix/python-snappy/pull/14