aiomisc 17.7.6__tar.gz → 17.7.7__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 (69) hide show
  1. {aiomisc-17.7.6 → aiomisc-17.7.7}/PKG-INFO +1 -1
  2. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/carbon.py +2 -1
  3. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/periodic.py +1 -2
  4. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/version.py +2 -2
  5. {aiomisc-17.7.6 → aiomisc-17.7.7}/pyproject.toml +1 -1
  6. {aiomisc-17.7.6 → aiomisc-17.7.7}/COPYING +0 -0
  7. {aiomisc-17.7.6 → aiomisc-17.7.7}/README.rst +0 -0
  8. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/__init__.py +0 -0
  9. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/_context_vars.py +0 -0
  10. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/aggregate.py +0 -0
  11. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/backoff.py +0 -0
  12. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/circuit_breaker.py +0 -0
  13. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/compat.py +0 -0
  14. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/context.py +0 -0
  15. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/counters.py +0 -0
  16. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/cron.py +0 -0
  17. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/entrypoint.py +0 -0
  18. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/io.py +0 -0
  19. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/iterator_wrapper.py +0 -0
  20. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/log.py +0 -0
  21. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/periodic.py +0 -0
  22. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/plugins/__init__.py +0 -0
  23. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/plugins/__main__.py +0 -0
  24. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/pool.py +0 -0
  25. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/process_pool.py +0 -0
  26. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/py.typed +0 -0
  27. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/recurring.py +0 -0
  28. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/__init__.py +0 -0
  29. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/aiohttp.py +0 -0
  30. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/asgi.py +0 -0
  31. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/base.py +0 -0
  32. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/cron.py +0 -0
  33. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/dns/__init__.py +0 -0
  34. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/dns/records.py +0 -0
  35. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/dns/service.py +0 -0
  36. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/dns/store.py +0 -0
  37. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/dns/tree.py +0 -0
  38. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/dns/zone.py +0 -0
  39. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/grpc_server.py +0 -0
  40. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/process.py +0 -0
  41. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/profiler.py +0 -0
  42. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/raven.py +0 -0
  43. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/sdwatchdog.py +0 -0
  44. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/tcp.py +0 -0
  45. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/tls.py +0 -0
  46. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/tracer.py +0 -0
  47. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/udp.py +0 -0
  48. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/service/uvicorn.py +0 -0
  49. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/signal.py +0 -0
  50. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/thread_pool.py +0 -0
  51. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/timeout.py +0 -0
  52. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/utils.py +0 -0
  53. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc/worker_pool.py +0 -0
  54. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/__init__.py +0 -0
  55. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/enum.py +0 -0
  56. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/formatter/__init__.py +0 -0
  57. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/formatter/color.py +0 -0
  58. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/formatter/journald.py +0 -0
  59. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/formatter/json.py +0 -0
  60. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/formatter/rich.py +0 -0
  61. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_log/py.typed +0 -0
  62. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/__init__.py +0 -0
  63. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/__main__.py +0 -0
  64. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/forking.py +0 -0
  65. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/process.py +0 -0
  66. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/process_inner.py +0 -0
  67. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/protocol.py +0 -0
  68. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/py.typed +0 -0
  69. {aiomisc-17.7.6 → aiomisc-17.7.7}/aiomisc_worker/worker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiomisc
3
- Version: 17.7.6
3
+ Version: 17.7.7
4
4
  Summary: aiomisc - miscellaneous utils for asyncio
5
5
  License: MIT
6
6
  Author: Dmitry Orlov
@@ -34,6 +34,7 @@ class CarbonSender(Service):
34
34
  protocol: str = "udp"
35
35
  namespace: Iterable[str] = ("",)
36
36
  storage = TotalStorage
37
+ name: str = "carbon-sender"
37
38
  _handle: PeriodicCallback
38
39
 
39
40
  async def start(self) -> None:
@@ -50,7 +51,7 @@ class CarbonSender(Service):
50
51
 
51
52
  set_client(client)
52
53
 
53
- self._handle = PeriodicCallback(client.send, name="carbon-sender")
54
+ self._handle = PeriodicCallback(client.send, name=self.name)
54
55
  self._handle.start(self.send_interval, loop=self.loop)
55
56
  log.info(
56
57
  "Periodic carbon metrics sender started. Send to %s://%s:%d with "
@@ -14,11 +14,10 @@ class PeriodicService(Service):
14
14
 
15
15
  interval: Union[int, float]
16
16
  delay: Union[int, float] = 0
17
- name: str = "carbon-sender"
18
17
 
19
18
  def __init__(self, *, name: Optional[str] = None, **kwargs: Any):
20
19
  super().__init__(**kwargs)
21
- self.periodic = PeriodicCallback(self.callback, name=self.name)
20
+ self.periodic = PeriodicCallback(self.callback, name=name)
22
21
 
23
22
  async def start(self) -> None:
24
23
  assert self.interval, f"Interval illegal interval {self.interval!r}"
@@ -2,5 +2,5 @@
2
2
  # BY: poem-plugins "git" plugin
3
3
  # NEVER EDIT THIS FILE MANUALLY
4
4
 
5
- version_info = (17, 7, 6)
6
- __version__ = "17.7.6"
5
+ version_info = (17, 7, 7)
6
+ __version__ = "17.7.7"
@@ -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.7.6"
4
+ version = "17.7.7"
5
5
  description = "aiomisc - miscellaneous utils for asyncio"
6
6
  authors = ["Dmitry Orlov <me@mosquito.su>"]
7
7
  readme = "README.rst"
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