today is rainy |file | contents |
| --| -- | | abstract_base_class.py | core abstract classes for the project | | helper_functions.py | utitly funtions that are called by many classes | | important_classes.py | classes that inherit from the abc | | alternative_classes.py | classes that inherit from the abc | | LICENSE.md | the info on how the code can be reused| | CONTRIBUTING.md | instructions for how people can contribute to the project| | setup.py | file with function with instructions for pip | | test_abc.py | tests for constructors and methods in abstract_base_class.py| | tests_helpers.py | tests for constructors and methods in helper_functions.py| | tests_imp.py | tests for constructors and methods in important_classes.py| | tests_alt.py | tests for constructors and methods in alternative_classes.py| | API.md | jupyterbook file to generate api documentation | | _config.yml | jupyterbook config for documentation | | _toc.yml | jupyter book toc file for documentation | | philosophy.md | overview of how the code is organized for docs | | example.md | myst notebook example of using the code | | scratch.ipynb | jupyter notebook from dev | document new features added a comment on 10/21/2025