python-telegram-bot/AUTHORS.rst

44 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2015-08-12 23:44:40 +02:00
Credits
=======
``python-telegram-bot`` is written and maintained by `Leandro Toledo <https://github.com/leandrotoledo>`_.
Contributors
------------
The following wonderful people contributed directly or indirectly to this project:
- `Avanatiker <https://github.com/Avanatiker>`_
- `Anton Tagunov <https://github.com/anton-tagunov>`_
- `Balduro <https://github.com/Balduro>`_
2015-08-12 23:44:40 +02:00
- `bimmlerd <https://github.com/bimmlerd>`_
- `Eli Gao <https://github.com/eligao>`_
2015-09-08 19:45:44 +02:00
- `ErgoZ Riftbit Vaper <https://github.com/ergoz>`_
- `Eugene Lisitsky <https://github.com/lisitsky>`_
2015-08-12 23:44:40 +02:00
- `franciscod <https://github.com/franciscod>`_
- `Hugo Damer <https://github.com/HakimusGIT>`_
2016-08-06 13:45:43 +02:00
- `Jacob Bom <https://github.com/bomjacob>`_
2015-08-12 23:44:40 +02:00
- `JASON0916 <https://github.com/JASON0916>`_
2015-10-23 01:18:05 +02:00
- `jh0ker <https://github.com/jh0ker>`_
2015-08-12 23:44:40 +02:00
- `JRoot3D <https://github.com/JRoot3D>`_
- `jlmadurga <https://github.com/jlmadurga>`_
- `Kjwon15 <https://github.com/kjwon15>`_
2016-08-24 03:37:23 +02:00
- `Li-aung Yip <https://github.com/LiaungYip>`_
2015-08-15 20:19:17 +02:00
- `macrojames <https://github.com/macrojames>`_
- `Michael Elovskikh <https://github.com/wronglink>`_
2015-11-05 14:07:28 +01:00
- `naveenvhegde <https://github.com/naveenvhegde>`_
2015-09-02 16:04:15 +02:00
- `njittam <https://github.com/njittam>`_
2015-12-26 13:15:24 +01:00
- `Noam Meltzer <https://github.com/tsnoam>`_
2016-01-23 12:25:09 +01:00
- `Oleg Shlyazhko <https://github.com/ollmer>`_
- `overquota <https://github.com/overquota>`_
2016-10-06 18:17:42 +02:00
- `Patrick Hofmann <https://github.com/PH89>`_
2015-08-24 11:46:33 +02:00
- `Rahiel Kasim <https://github.com/rahiel>`_
- `Joscha Götzer <https://github.com/Rostgnom>`_
2016-03-13 00:27:10 +01:00
- `Shelomentsev D <https://github.com/shelomentsevd>`_
2015-08-12 23:44:40 +02:00
- `sooyhwang <https://github.com/sooyhwang>`_
- `Valentijn <https://github.com/Faalentijn>`_
Job queue time units (#452) * Adding timeunit and day support to the jobqueue * Adding tests * Changed the file permission back to 644. * Changed AssertEqual argument order to (actual, expectd). * Removed the TimeUnit enum and unit param, instead use datetime.time for interval. * Removing the TimeUnits enum and unit param in favour of optionally using a datetime.time as the interval. * Removing the TimeUnits enumeration, forgot the remove it in the last one. * Removed some old docstrings refering to the TimeUnits enum. * Removed the old TimeUnits import. * Adding some error handling for the 'days' argument (only a 'tuple' with 'Days') * Writing the error message directly in the exception. * Moving a debug statement wrongfully saying a job would be running on days it wouldn't. * Writing error messages directly in the exceptions instead of making an extra variable. * Replacing datetime.time in favour of datetime.timedelta because of the get_seconds() method. * Adding error handling for the method . * Splitting the tests up in multiple ones, no float test because I haven't found a reliable way to test it. * Excluding .exrc file. * Removing \ at EOF of ValueError. * Replacing Enums with plain new-style classes. * Using numbers.number to check for ints/floats instead of seperate int/float checks. * Fixing typo, number -> Number. * Changed lower_case Days attributes to UPPER_CASE. * Different formatting for Days class, removed the get_days function in favour of a tuple. * Removed redundant function get_days. * Edited the docstring for next_t to also take datetime.timedelta. * Removed for-loop in favour of any(). * Changed docstring for interval. * Removed debug print. * Changing some docstrings. * Changing some docstrings (again).
2016-11-08 23:39:25 +01:00
- `voider1 <https://github.com/voider1>`_
2015-08-12 23:44:40 +02:00
- `wjt <https://github.com/wjt>`_
Please add yourself here alphabetically when you submit your first pull request.