Ideal Python Project Structure taken from https://realpython.com/python-application-layouts/, https://realpython.com/python-modules-packages/, and https://realpython.com/run-python-scripts/.
Resource management taken from https://python-packaging.readthedocs.io/en/latest/everything.html, and https://packaging.python.org/en/latest/guides/using-manifest-in/
To run the scripts from the module,
- cd <the folder containing the project>
- pip install -e .
- ring-lord
To run the module tests,
- cd <the folder containing the project>
- python3 setup.py test