Command line feed reader
| .github/workflows | ||
| cry | ||
| tests | ||
| .gitignore | ||
| .pdm-python | ||
| LICENSE | ||
| pdm.lock | ||
| pyproject.toml | ||
| README.md | ||
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