https://github.com/aidantomcy/pymon
A unified tool to run your code.
https://github.com/aidantomcy/pymon
development maturin nodemon python rust watch
Last synced: 3 months ago
JSON representation
A unified tool to run your code.
- Host: GitHub
- URL: https://github.com/aidantomcy/pymon
- Owner: aidantomcy
- License: mit
- Created: 2022-01-21T05:16:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T07:59:13.000Z (over 1 year ago)
- Last Synced: 2026-01-14T10:38:22.077Z (5 months ago)
- Topics: development, maturin, nodemon, python, rust, watch
- Language: Rust
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pymon
pymon is a CLI tool that helps develop Python applications by re-running the application whenever file changes are detected in the directory.
It is written in the Rust programming language and will be installable on Windows, macOS and Linux when production ready.

## Installation
Download the wheel file for your operating system from the [releases page](https://github.com/aidantomcy/pymon/releases)
Open your terminal to the folder where you've downloaded the wheel file, and then run:
```
pip install pymon-*.whl
```
## Usage
You can run and watch any Python file by simply running `pymon `. If you do not specify a file name, it will print a help message.
## Credits
This project has been heavily inspired by [nodemon](https://github.com/remy/nodemon)