Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 603 Bytes

Description

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/

Usage

To run the scripts from the module,

  1. cd <the folder containing the project>
  2. pip install -e .
  3. ring-lord

Testing

To run the module tests,

  1. cd <the folder containing the project>
  2. python3 setup.py test