platypush/platypush/utils
Fabio Manganiello 5ba3fa1b5b FIX: Parenthesized context managers are only available in Python >= 3.10
Since Parenthesized context managers are only supported on very recent
versions of Python (thanks black for breaking back-compatibility), we
should still use the old multiline syntax - it's not worth breaking
compatibility with Python >= 3.6 and < 3.10 just to avoid typing a
backslash.
2022-12-08 12:28:36 +01:00
..
__init__.py FIX: Parenthesized context managers are only available in Python >= 3.10 2022-12-08 12:28:36 +01:00
manifest.py Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
ngrok.py Create application ngrok tunnel method moved to utils 2021-11-07 11:35:47 +01:00
workers.py Reimplemented workers as threads instead of processes 2019-12-29 23:18:58 +01:00