File: AUTHORS

package info (click to toggle)
python-snappy 0.5.3-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: python: 984; ansic: 398; cpp: 237; makefile: 33
file content (15 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Andres Moreira <andres@andresmoreira.com>

Contributors:
 * Felipe Cruz <felipecruz@loogica.net>
   Added support for Python 3.X
 * Liokm <https://github.com/liokm>
   Reported bug on snappy.compress function
 * Nathan Moore <https://github.com/nathanmoore>
   Improved support for Python 3.X, and improved the library 
   by removing unncesaries memomry allocation:
   - https://github.com/andrix/python-snappy/pull/8
 * JT Olds <jt@spacemonkey.com>
   Added Snappy framing format support, improve Py3K support
   - https://github.com/andrix/python-snappy/pull/14