AUTHORS 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Gevent is written and maintained by
  2. Denis Bilenko
  3. Matt Iversen
  4. Steffen Prince
  5. Jason Madden
  6. and the contributors (ordered by the date of first contribution):
  7. Jason Toffaletti
  8. Mike Barton
  9. Ludvig Ericson
  10. Marcus Cavanaugh
  11. Matt Goodall
  12. Ralf Schmitt
  13. Daniele Varrazzo
  14. Nicholas Piël
  15. Örjan Persson
  16. Uriel Katz
  17. Ted Suzman
  18. Randall Leeds
  19. Erik Näslund
  20. Alexey Borzenkov
  21. David Hain
  22. Dmitry Chechik
  23. Ned Rockson
  24. Tommie Gannert
  25. Shaun Lindsay
  26. Andreas Blixt
  27. Nick Barkas
  28. Galfy Pundee
  29. Alexander Boudkar
  30. Damien Churchill
  31. Tom Lynn
  32. Shaun Cutts
  33. David LaBissoniere
  34. Alexandre Kandalintsev
  35. Geert Jansen
  36. Vitaly Kruglikov
  37. Saúl Ibarra Corretgé
  38. Oliver Beattie
  39. Bobby Powers
  40. Anton Patrushev
  41. Jan-Philip Gehrcke
  42. Alex Gaynor
  43. 陈小玉
  44. Philip Conrad
  45. Heungsub Lee
  46. Ron Rothman
  47. See https://github.com/gevent/gevent/graphs/contributors for more info.
  48. Gevent is inspired by and uses some code from eventlet which was written by
  49. Bob Ipollito
  50. Donovan Preston
  51. The win32util module is taken from Twisted. The tblib module is taken from python-tblib by Ionel Cristian Mărieș.
  52. Some modules (local, ssl) contain code from the Python standard library.
  53. If your code is used in gevent and you are not mentioned above, please contact the maintainer.