Monitor & auto execute single script(go py c) after modify.
Project description
Monitor and auto execute single script after modify
support go, python, c++, c. filename endswith .py .c .cpp .go extend other. Support django reload server when template change.
[zh_cn] 自动执行修改后的脚本
install
pip install seeing
use
seeing -f hello.py
seeing -s 3 -f hello.go # execute script after hello.go modified 3 seconds.
seeing -f hello.cpp # it will run g++ hello.cpp && ./a.out
seeing -f hello.c # same as cpp
# reload django devlop server
pip install gunicorn
seeing -c gunicorn project_name.wsgi
extend other
seeing -c sh hello.sh
seeing -c open hello.html
seeing -c node hello.js
seeing -c scrapy spider.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seeing-0.1.7.tar.gz
(3.0 kB
view details)
Built Distribution
seeing-0.1.7-py3.6.egg
(5.9 kB
view details)
File details
Details for the file seeing-0.1.7.tar.gz
.
File metadata
- Download URL: seeing-0.1.7.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee573e7d498aefb86670a693fadc9a3c7f3e637242bc4e35159295d23db01418 |
|
MD5 | 03e289d7486db66cd67c6378c061ce39 |
|
BLAKE2b-256 | 55e3dd00ff933713d515ebb7b164428c3d5ca76a64e9ef878469d8aedd5981a9 |
File details
Details for the file seeing-0.1.7-py3.6.egg
.
File metadata
- Download URL: seeing-0.1.7-py3.6.egg
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f87e04467d70f554874a24c382bdbac3f0660f71aee0b9602475ea287f068854 |
|
MD5 | 5eb4cc9bbebc727a7febd9dd2092684d |
|
BLAKE2b-256 | dc9b0cd8b48bc92fb443543fd085fade9edd036b9156a46e5da7bb761b4f777f |