Skip to main content

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.

MIT License Tests Passing Coverage 100%

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reloader_cli-1.0.41.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

reloader_cli-1.0.41-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page