Tera tera app to contribute langar seva at various gurudwara's
Install this tool using pip:
pip install tera-teraFor help, run:
teratera --helpYou can also use:
python -m teratera --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
cd tera-tera
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
python -m pytest