معرفی شرکت ها


changedetector-0.1.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A basic change detector for the Python, Ruby and C++.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل changedetector-0.1.7
نام changedetector
نسخه کتابخانه 0.1.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Lux Luth <luxusluth@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/changedetector/
مجوز -
# CHANGE DETECTOR ``` .d8888b. 888 d88P Y88b888 888 888888 888 88888b. 8888b. 88888b. .d88b. .d88b. 888 888 "88b "88b888 "88bd88P"88bd8P Y8b 888 888888 888.d888888888 888888 88888888888 Y88b d88P888 888888 888888 888Y88b 888Y8b. "Y8888P" 888 888"Y888888888 888 "Y88888 "Y8888 888 Y8b d88P "Y88P" 8888888b. 888 888 888 "Y88b 888 888 888 888 888 888 888 888 .d88b. 888888 .d88b. .d8888b888888 888 888d8P Y8b888 d8P Y8bd88P" 888 888 88888888888888 88888888888 888 888 .d88PY8b. Y88b. Y8b. Y88b. Y88b. 8888888P" "Y8888 "Y888 "Y8888 "Y8888P "Y888 ``` [![Pypi](https://img.shields.io/badge/VERSION-0.1.6-blue?style=for-the-badge&logo=pypi)](https://pypi.org/project/changedetector/) ## CHANGE DETECTOR ### Installation ```sh pip install changedetector ``` Change detector is a tool that can be used to detect changes in your code-base. It works with a simple command ```sh detectchange ``` It detects changes in your working directory. And executes the scripts chosen when the script is executed. It can be used to detect changes in python, ruby, Cpp and C files. ## UPCOMING FEATURES - [x] Watch a file change to excecute an other one (WRS - Watch Run Self, WRO - Watch and Run Other) ```sh Choose the mode you want to use: > Watch and Run Self (WRS) Watch and Run Other (WRO) ``` - [ ] `watchFor`, return a dict of files that changed after a set time ```python from changedetector import detectchange dt = detectchange # time in milliseconds res = dt.watchFor(time=3000) # res = {...} ``` - [ ] `watchFor`, shell version ```sh detectchange --watchFor 3000 detectchange -W 3000 # return a JSON type output ```


نیازمندی

مقدار نام
- pick==2.0.2
- pyfiglet==0.8.post1
- watchdog==2.1.9


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl changedetector-0.1.7:

    pip install changedetector-0.1.7.whl


نصب پکیج tar.gz changedetector-0.1.7:

    pip install changedetector-0.1.7.tar.gz