microcosm_daemon

View on PyPIReverse Dependencies (1)

3.0.0 microcosm_daemon-3.0.0-py3-none-any.whl

Wheel Details

Project: microcosm_daemon
Version: 3.0.0
Filename: microcosm_daemon-3.0.0-py3-none-any.whl
Download: [link]
Size: 15875
MD5: 672202ea439a4039d0a6d8533b8d5ba1
SHA256: fcca1f8e1088f57a5acbd47ab39918191241cd298b28f7e62afa9bad2e8fa855
Uploaded: 2024-06-11 19:45:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: microcosm-daemon
Version: 3.0.0
Summary: Asynchronous workers
Author: Globality Engineering
Author-Email: engineering[at]globality.com
Home-Page: https://github.com/globality-corp/microcosm-daemon
Requires-Python: >=3.6
Requires-Dist: microcosm (>=4.0.0)
Requires-Dist: microcosm-logging (>=2.0.0)
Requires-Dist: waitress (>=3.0.0); extra == "healthcheck"
Requires-Dist: Flask (>=2); extra == "healthcheck"
Requires-Dist: markupsafe (>=2.1); extra == "healthcheck"
Requires-Dist: requests (>=2.27.1); extra == "healthcheck"
Requires-Dist: coverage (>=3.7.1); extra == "test"
Requires-Dist: parameterized (>=0.8.1); extra == "test"
Requires-Dist: PyHamcrest (>=1.8.5); extra == "test"
Requires-Dist: pytest-cov (>=3.0.0); extra == "test"
Requires-Dist: pytest (>=6.2.5); extra == "test"
Provides-Extra: healthcheck
Provides-Extra: test
License-File: LICENSE
[No description]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
microcosm_daemon/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
microcosm_daemon/api.py sha256=slKz4abm76kdxZlL85jekkwp7DaEMeEb8SM67EC2OH0 305
microcosm_daemon/daemon.py sha256=FR9t0ZdPzIkQSCWTcb21wsDNn_Lf-arvGbm6DUt7nLM 5842
microcosm_daemon/error_policy.py sha256=3pYZoTj04rh4k0-hr9g_s6pPVJoU-bdLmPSmamx9qaU 2503
microcosm_daemon/health_reporter.py sha256=oFTEDwVxY6PHPx-G2nhB3nZjk-JE1fBtsBWbldz2dTA 1730
microcosm_daemon/healthcheck_server.py sha256=Eoz-gGum4e_J7W458q41LBtz3iX23bjdvv6uSB8ANzc 1986
microcosm_daemon/reloader.py sha256=Q4a_PX4FvOwILVFNzYVvkKSBkFushX0Z6mY_JrLFQyM 2368
microcosm_daemon/runner.py sha256=5zUOvY49JfXYWrTw2hGxBJcECkh71kmFsNJAwg67eYc 2466
microcosm_daemon/signal_handler.py sha256=mTn45avnLeYf4QT4RmrgbjB5OC7xrkiwvia0tfJ5DA4 576
microcosm_daemon/sleep_policy.py sha256=Hmtc4DmyI8zZ-lRWQ98hk_yh5dVQi2qMxAUbtB9oYnE 1070
microcosm_daemon/standby.py sha256=NUBfDW7x8ZdP3yhV9Z01Cv5XBraeMMLfygEbiVXmuCY 2969
microcosm_daemon/state_machine.py sha256=KyExcAt017q8zYHrzieDyZ5dObpSbEDu6WeEboXMSeU 1548
microcosm_daemon-3.0.0.dist-info/LICENSE sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E 11357
microcosm_daemon-3.0.0.dist-info/METADATA sha256=7-7yES66b-GmXzGhJyzOK_nxakKSuCrSydm6K1-tXNQ 870
microcosm_daemon-3.0.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
microcosm_daemon-3.0.0.dist-info/entry_points.txt sha256=2l851oEAVMk14Kl-zgKz0tEHmsTJRU2lk_EBY-_Vmhs 309
microcosm_daemon-3.0.0.dist-info/top_level.txt sha256=ocE1IpWQK6swsvIUF0wA15n7wzQ6zrwH2V8uLvN0WT0 17
microcosm_daemon-3.0.0.dist-info/RECORD

top_level.txt

microcosm_daemon

entry_points.txt

error_policy = microcosm_daemon.error_policy:configure_error_policy
health_reporter = microcosm_daemon.health_reporter:configure_health_reporter
signal_handler = microcosm_daemon.signal_handler:configure_signal_handler
sleep_policy = microcosm_daemon.sleep_policy:configure_sleep_policy