aiomisc 17.5.27__tar.gz → 17.5.29__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aiomisc-17.5.27 → aiomisc-17.5.29}/PKG-INFO +5 -5
- {aiomisc-17.5.27 → aiomisc-17.5.29}/README.rst +3 -3
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/version.py +2 -2
- {aiomisc-17.5.27 → aiomisc-17.5.29}/pyproject.toml +3 -2
- {aiomisc-17.5.27 → aiomisc-17.5.29}/COPYING +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/_context_vars.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/aggregate.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/backoff.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/circuit_breaker.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/compat.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/context.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/counters.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/cron.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/entrypoint.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/io.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/iterator_wrapper.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/log.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/periodic.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/plugins/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/plugins/__main__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/pool.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/process_pool.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/py.typed +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/recurring.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/aiohttp.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/asgi.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/base.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/carbon.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/cron.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/dns/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/dns/records.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/dns/service.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/dns/store.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/dns/tree.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/dns/zone.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/grpc_server.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/periodic.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/process.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/profiler.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/raven.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/sdwatchdog.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/tcp.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/tls.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/tracer.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/udp.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/service/uvicorn.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/signal.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/thread_pool.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/timeout.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/utils.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc/worker_pool.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/enum.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/formatter/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/formatter/color.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/formatter/journald.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/formatter/json.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/formatter/rich.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_log/py.typed +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/__init__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/__main__.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/forking.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/process.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/process_inner.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/protocol.py +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/py.typed +0 -0
- {aiomisc-17.5.27 → aiomisc-17.5.29}/aiomisc_worker/worker.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aiomisc
|
3
|
-
Version: 17.5.
|
3
|
+
Version: 17.5.29
|
4
4
|
Summary: aiomisc - miscellaneous utils for asyncio
|
5
5
|
Home-page: https://github.com/aiokitchen/aiomisc
|
6
6
|
License: MIT
|
@@ -69,7 +69,7 @@ Requires-Dist: typing_extensions ; python_version < "3.10"
|
|
69
69
|
Requires-Dist: uvicorn (>=0.27,<0.28) ; extra == "uvicorn"
|
70
70
|
Requires-Dist: uvloop (>=0.19,<1) ; extra == "uvloop"
|
71
71
|
Project-URL: Changelog, https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
|
72
|
-
Project-URL: Documentation, https://aiomisc.
|
72
|
+
Project-URL: Documentation, https://docs.aiomisc.com/
|
73
73
|
Project-URL: Source, https://github.com/aiokitchen/aiomisc
|
74
74
|
Project-URL: Tracker, https://github.com/aiokitchen/aiomisc/issues
|
75
75
|
Description-Content-Type: text/x-rst
|
@@ -430,7 +430,7 @@ For setting up developer environment just execute:
|
|
430
430
|
|
431
431
|
.. _Semantic Versioning: http://semver.org/
|
432
432
|
|
433
|
-
.. _API reference: https://aiomisc.
|
434
|
-
.. _Modules: https://aiomisc.
|
435
|
-
.. _Tutorial: https://aiomisc.
|
433
|
+
.. _API reference: https://docs.aiomisc.com/api/index.html
|
434
|
+
.. _Modules: https://docs.aiomisc.com/modules.html
|
435
|
+
.. _Tutorial: https://docs.aiomisc.com/tutorial.html
|
436
436
|
|
@@ -354,6 +354,6 @@ For setting up developer environment just execute:
|
|
354
354
|
|
355
355
|
.. _Semantic Versioning: http://semver.org/
|
356
356
|
|
357
|
-
.. _API reference: https://aiomisc.
|
358
|
-
.. _Modules: https://aiomisc.
|
359
|
-
.. _Tutorial: https://aiomisc.
|
357
|
+
.. _API reference: https://docs.aiomisc.com/api/index.html
|
358
|
+
.. _Modules: https://docs.aiomisc.com/modules.html
|
359
|
+
.. _Tutorial: https://docs.aiomisc.com/tutorial.html
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "aiomisc"
|
3
3
|
# This is a dummy version which will be rewritten with poem-plugins
|
4
|
-
version = "17.5.
|
4
|
+
version = "17.5.29"
|
5
5
|
description = "aiomisc - miscellaneous utils for asyncio"
|
6
6
|
authors = ["Dmitry Orlov <me@mosquito.su>"]
|
7
7
|
readme = "README.rst"
|
@@ -52,7 +52,7 @@ packages = [
|
|
52
52
|
"Source" = "https://github.com/aiokitchen/aiomisc"
|
53
53
|
"Tracker" = "https://github.com/aiokitchen/aiomisc/issues"
|
54
54
|
"Changelog" = "https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md"
|
55
|
-
"Documentation" = "https://aiomisc.
|
55
|
+
"Documentation" = "https://docs.aiomisc.com/"
|
56
56
|
|
57
57
|
[tool.poetry.dependencies]
|
58
58
|
python = "^3.8"
|
@@ -113,6 +113,7 @@ types-croniter = "^1.3"
|
|
113
113
|
types-setuptools = "^65.6.0.1"
|
114
114
|
uvicorn = "^0.27"
|
115
115
|
pytest-rerunfailures = "^14.0"
|
116
|
+
sphinxcontrib-googleanalytics = "^0.4"
|
116
117
|
|
117
118
|
[tool.poetry.group.uvloop.dependencies]
|
118
119
|
uvloop = "^0.19.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|