AUTHORS 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. python-sqlparse is written and maintained by Andi Albrecht <albrecht.andi@gmail.com>.
  2. This module contains code (namely the lexer and filter mechanism) from
  3. the pygments project that was written by Georg Brandl.
  4. This module contains code (Python 2/3 compatibility) from the six
  5. project: https://bitbucket.org/gutworth/six.
  6. Alphabetical list of contributors:
  7. * Adam Greenhall <agreenhall@lyft.com>
  8. * Alexander Beedie <ayembee@gmail.com>
  9. * Alexey Malyshev <nostrict@gmail.com>
  10. * Andrew Tipton <andrew.tipton@compareglobalgroup.com>
  11. * casey <casey@cloudera.com>
  12. * Cauê Beloni <cbeloni@gmail.com>
  13. * Cristian Orellana <cristiano@groupon.com>
  14. * Dag Wieers <dag@wieers.com>
  15. * Darik Gamble <darik.gamble@gmail.com>
  16. * Dennis Taylor <dennis.taylor@clio.com>
  17. * Florian Bauer <florian.bauer@zmdi.com>
  18. * Gavin Wahl <gwahl@fusionbox.com>
  19. * JacekPliszka <Jacek.Pliszka@gmail.com>
  20. * Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
  21. * Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
  22. * koljonen <koljonen@outlook.com>
  23. * Michael Schuller <chick@mschuller.net>
  24. * Mike Amy <cocoade@googlemail.com>
  25. * mulos <daniel.strackbein@gmail.com>
  26. * Piet Delport <pjdelport@gmail.com>
  27. * Prudhvi Vatala <pvatala@gmail.com>
  28. * quest <quest@wonky.windwards.net>
  29. * Robert Nix <com.github@rnix.org>
  30. * Rocky Meza <rmeza@fusionbox.com>
  31. * Ryan Wooden <rygwdn@gmail.com>
  32. * saaj <id@saaj.me>
  33. * Shen Longxing <shenlongxing2012@gmail.com>
  34. * Sjoerd Job Postmus
  35. * spigwitmer <itgpmc@gmail.com>
  36. * Tenghuan <tenghuanhe@gmail.com>
  37. * Tim Graham <timograham@gmail.com>
  38. * Victor Hahn <info@victor-hahn.de>
  39. * Victor Uriarte <vmuriart@gmail.com>
  40. * vthriller <farreva232@yandex.ru>
  41. * wayne.wuw <wayne.wuw@alibaba-inc.com>
  42. * Yago Riveiro <yago.riveiro@gmail.com>