Package for generic functions and equations compiled from various sources during my PhD career.
This is a non-production package which is used by my other packages.
Currently, the only proven install method for this repo is to download the repository to your code folder and pip install via:
pip install -e "path\to\your\python\project"
If using conda, be sure install in a separate environment to protect your installation.
Code should also be available for use if "toolbox" folder is placed into your own directory
utils
: Contains project management scripts unrelated to the libraryinit_util.py
: Create str for__init__.py
files or push updates to all packagesgen_package_list.py
: create an env.yml
equations
: Contains scripts w/ basic equations which can be called an manipulatedfunctions
: Contains useful operational functions to interface with data or os