Help in fine tuning your changes with this minimalist CLI tool that reloads your python script after every save.
Project description
reloader-cli
Help in fine tuning your changes with this minimalist CLI tool that reloads your python script after every save.
Installation
Install reloader-cli with pip
pip install reloader-cli
Usage/Examples
To use this tool, simply install it via pip and run
reloader [my_app.py] [main]
By default this tool targets the run() function inside your app.py script.
Running Tests
To run tests and see code coverage, run the following command:
coverage run -m pytest && coverage report -m
Or if only to run tests, run:
pytest
Keep in mind the following modules are required for running these commands:
coverage
pytest
License
To view the license for using this tool, visit this link here: MIT
Authors
Support and Suggestions
For any type of related support or you have some suggestions in mind, email me at aasiddiqui40@gmail.com.
Debugging
For debugging this tool, search for 'debugging' inside the file, and follow the instructions in the comments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reloader_cli-1.0.4.tar.gz.
File metadata
- Download URL: reloader_cli-1.0.4.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b263bc7c3242de62fea32e794f7cbdb99d186ecfa1cc6e8c8ddd2607dba6ed53
|
|
| MD5 |
e45e85be519e3edbf96d728e1c7400d7
|
|
| BLAKE2b-256 |
4becf22fe4c35ee522d53db58d94da90b3df32132b588a938a90a1e41db8d4b5
|
File details
Details for the file reloader_cli-1.0.4-py3-none-any.whl.
File metadata
- Download URL: reloader_cli-1.0.4-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
662ddac6053d4f02fea8f946427525a1cbf50bd7e473ed72c03cbd468a63f929
|
|
| MD5 |
a7544e62b2e4a83e1e33e22310090173
|
|
| BLAKE2b-256 |
63667905660fc230872d59c1d3dc6c9bbc2c70177f2713136f5a1b26bc99e38b
|