1,006 B
1,006 B
cry
Command line feed reader
Installation
Install this tool using pip:
pip install cry
Usage
For help, run:
cry --help
You can also use:
python -m cry --help
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd cry
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest