Research Template Reference
https://github.com/ezhang7423/research_project
Primary Development Features/Dependencies:
Dive into the specifics of each feature by checking out the complete documentation for each.
Optional Features
Google Drive Remote Filesystem
Option 1 (mounts google drive onto local file system): https://github.com/astrada/google-drive-ocamlfuse
Option 2 (makes gdrive act like a local folder with fsspec api):
https://github.com/fsspec/gdrivefs
🏗️ Development
Install and initialize poetry and install
pre-commithooks:
Run the codestyle:
Makefile usage
Makefile contains a lot of functions for faster development.
2. Install all dependencies and pre-commit hooks
Install requirements:
Pre-commit hooks coulb be installed after git init via
3. Codestyle
Automatic formatting uses pyupgrade, isort and black.
Codestyle checks only, without rewriting files:
Note: check-codestyle uses isort, black and darglint library
Update all dev libraries to the latest version using one comand
Last updated