aiomisc 17.1.0__tar.gz → 17.1.3__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.
Files changed (59) hide show
  1. {aiomisc-17.1.0 → aiomisc-17.1.3}/PKG-INFO +2 -2
  2. {aiomisc-17.1.0 → aiomisc-17.1.3}/README.rst +1 -1
  3. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/version.py +2 -2
  4. {aiomisc-17.1.0 → aiomisc-17.1.3}/pyproject.toml +2 -2
  5. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/__init__.py +0 -0
  6. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/_context_vars.py +0 -0
  7. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/aggregate.py +0 -0
  8. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/backoff.py +0 -0
  9. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/circuit_breaker.py +0 -0
  10. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/compat.py +0 -0
  11. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/context.py +0 -0
  12. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/counters.py +0 -0
  13. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/cron.py +0 -0
  14. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/entrypoint.py +0 -0
  15. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/io.py +0 -0
  16. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/iterator_wrapper.py +0 -0
  17. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/log.py +0 -0
  18. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/periodic.py +0 -0
  19. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/plugins.py +0 -0
  20. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/pool.py +0 -0
  21. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/process_pool.py +0 -0
  22. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/py.typed +0 -0
  23. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/recurring.py +0 -0
  24. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/__init__.py +0 -0
  25. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/aiohttp.py +0 -0
  26. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/asgi.py +0 -0
  27. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/base.py +0 -0
  28. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/carbon.py +0 -0
  29. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/cron.py +0 -0
  30. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/periodic.py +0 -0
  31. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/process.py +0 -0
  32. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/profiler.py +0 -0
  33. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/raven.py +0 -0
  34. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/sdwatchdog.py +0 -0
  35. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/tcp.py +0 -0
  36. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/tls.py +0 -0
  37. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/tracer.py +0 -0
  38. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/service/udp.py +0 -0
  39. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/signal.py +0 -0
  40. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/thread_pool.py +0 -0
  41. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/timeout.py +0 -0
  42. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/utils.py +0 -0
  43. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc/worker_pool.py +0 -0
  44. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/__init__.py +0 -0
  45. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/enum.py +0 -0
  46. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/formatter/__init__.py +0 -0
  47. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/formatter/color.py +0 -0
  48. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/formatter/journald.py +0 -0
  49. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/formatter/json.py +0 -0
  50. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/formatter/rich.py +0 -0
  51. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_log/py.typed +0 -0
  52. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/__init__.py +0 -0
  53. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/__main__.py +0 -0
  54. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/forking.py +0 -0
  55. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/process.py +0 -0
  56. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/process_inner.py +0 -0
  57. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/protocol.py +0 -0
  58. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/py.typed +0 -0
  59. {aiomisc-17.1.0 → aiomisc-17.1.3}/aiomisc_worker/worker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiomisc
3
- Version: 17.1.0
3
+ Version: 17.1.3
4
4
  Summary: aiomisc - miscellaneous utils for asyncio
5
5
  Home-page: https://github.com/aiokitchen/aiomisc
6
6
  License: MIT
@@ -219,7 +219,7 @@ Let's look at this simple example first:
219
219
 
220
220
 
221
221
  if __name__ == '__main__':
222
- with entrypoint(log_level="info", log_format="color") as loop:
222
+ with aiomisc.entrypoint(log_level="info", log_format="color") as loop:
223
223
  loop.run_until_complete(main())
224
224
 
225
225
 
@@ -148,7 +148,7 @@ Let's look at this simple example first:
148
148
 
149
149
 
150
150
  if __name__ == '__main__':
151
- with entrypoint(log_level="info", log_format="color") as loop:
151
+ with aiomisc.entrypoint(log_level="info", log_format="color") as loop:
152
152
  loop.run_until_complete(main())
153
153
 
154
154
 
@@ -2,5 +2,5 @@
2
2
  # BY: poem-plugins "git" plugin
3
3
  # NEVER EDIT THIS FILE MANUALLY
4
4
 
5
- version_info = (17, 1, 0)
6
- __version__ = "17.1.0"
5
+ version_info = (17, 1, 3)
6
+ __version__ = "17.1.3"
@@ -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.1.0"
4
+ version = "17.1.3"
5
5
  description = "aiomisc - miscellaneous utils for asyncio"
6
6
  authors = ["Dmitry Orlov <me@mosquito.su>"]
7
7
  readme = "README.rst"
@@ -78,7 +78,7 @@ autoflake = "1.4"
78
78
  collective-checkdocs = "^0.2"
79
79
  coveralls = "^3.3.1"
80
80
  croniter = "^1.3.8"
81
- fastapi = "^0.88.0"
81
+ fastapi = "^0.95.0"
82
82
  furo = "^2022"
83
83
  mypy = "^0.991"
84
84
  pre-commit = "^2.20.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