diff --git a/dist/Zhurnal-1.3.37-py3-none-any.whl b/dist/Zhurnal-1.3.37-py3-none-any.whl index fbbf216..3ddd18a 100644 Binary files a/dist/Zhurnal-1.3.37-py3-none-any.whl and b/dist/Zhurnal-1.3.37-py3-none-any.whl differ diff --git a/dist/zhurnal-1.3.37.tar.gz b/dist/zhurnal-1.3.37.tar.gz index 89d6730..a52606c 100644 Binary files a/dist/zhurnal-1.3.37.tar.gz and b/dist/zhurnal-1.3.37.tar.gz differ diff --git a/src/Zhurnal.egg-info/PKG-INFO b/src/Zhurnal.egg-info/PKG-INFO index 69565e2..bd3dde3 100644 --- a/src/Zhurnal.egg-info/PKG-INFO +++ b/src/Zhurnal.egg-info/PKG-INFO @@ -8,3 +8,17 @@ License: MIT Requires-Python: >=3.7 Description-Content-Type: text/markdown Requires-Dist: aiohttp + +# Zhurnal + +Application for running and monitoring multiple applications. +The monitoring goes trough web. +The web interface will show life updates of stdout and stderr of configured applications. + +## Instalation +1. Run `make`. This will build envionment and will install the application. +2. Run Zhurnal with the commands as parameters followed by the host / port to serve on. `./.venv/bin/zhurnal "ping google.nl" "ping google.nl" --host=127.0.0.1 --port=8081` + +## Todo +1. Optional Basic Auth configurable trough command line. +2. Process filtering in web interface by pressing a digit. Escape to show all processes. diff --git a/src/Zhurnal.egg-info/SOURCES.txt b/src/Zhurnal.egg-info/SOURCES.txt index a5fab6d..01c227a 100644 --- a/src/Zhurnal.egg-info/SOURCES.txt +++ b/src/Zhurnal.egg-info/SOURCES.txt @@ -1,3 +1,4 @@ +README.md pyproject.toml setup.cfg src/Zhurnal.egg-info/PKG-INFO @@ -5,4 +6,8 @@ src/Zhurnal.egg-info/SOURCES.txt src/Zhurnal.egg-info/dependency_links.txt src/Zhurnal.egg-info/entry_points.txt src/Zhurnal.egg-info/requires.txt -src/Zhurnal.egg-info/top_level.txt \ No newline at end of file +src/Zhurnal.egg-info/top_level.txt +src/zhurnal/__init__.py +src/zhurnal/app.py +src/zhurnal/tests/__init__.py +src/zhurnal/tests/app.py \ No newline at end of file diff --git a/src/Zhurnal.egg-info/top_level.txt b/src/Zhurnal.egg-info/top_level.txt index 8b13789..fb0df89 100644 --- a/src/Zhurnal.egg-info/top_level.txt +++ b/src/Zhurnal.egg-info/top_level.txt @@ -1 +1 @@ - +zhurnal