$ python -m venv .virtualenv
$ ./ve pip install -r requirements.txt
$ ./ve python server.py -h
usage: server.py [-h] [--host HOST] [--port PORT] --prefix PREFIX
optional arguments:
-h, --help show this help message and exit
--host HOST
--port PORT
--prefix PREFIX Allowed directories
$ ./ve python server.py --host 127.0.0.1 --port 8765 --prefix /tmp/dir1/ --prefix /tmp/dir2/
-
Notifications
You must be signed in to change notification settings - Fork 0
hugoren/logviewer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Log tailer with Python and websocket.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published