Commit Graph

11 Commits

Author SHA1 Message Date
Dan
538f1e3972 Deep rewrite: preparing for v1.0
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
Dan
a05ac9d8a3 Update errors prune path 2019-06-30 19:22:19 +02:00
Dan
8465c4a977 Instruct Python to add schema.sql file to the package 2019-06-19 16:06:37 +02:00
Dan
29ac51f256 Include README.md into MANIFEST.in 2019-05-13 17:21:15 +02:00
Dan
e7258a341b Add mime.types in MANIFEST.in 2019-04-20 22:51:54 +02:00
Dan
24572fcb65 Remove requirements_extras.txt from MANIFEST.in 2018-06-24 14:26:52 +02:00
Dan
e6ee76792b Add requirements_extras.txt to MANIFEST.in 2018-04-02 11:07:58 +02:00
Dan
4553bdda5e Add requirements.txt to MANIFEST.in 2018-03-22 15:36:32 +01:00
Dan
5758338f8c Include *.py files in manifest 2018-03-20 14:51:35 +01:00
Dan
5c72ee762a Fix no *.csv matching files 2017-12-17 14:38:18 +01:00
Dan
3e8f72d301 Add MANIFEST.in 2017-12-05 12:50:29 +01:00