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.
Option 1: download the repository to your code folder and pip install via:
pip install -e "path\to\your\python\project"
Option 2: pip install directly from github
pip install "git+https://github.com/sivart213/research_tools#egg=research_tools"
If using conda, be sure install in a separate environment to protect your installation.
Code should also be available for use if "research_tools" 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