mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 08:31:37 -05:00
No description
.github/workflows | ||
.ob-jupyter | ||
docs | ||
hopsflow | ||
.envrc | ||
.gitignore | ||
__init__.py | ||
flake.lock | ||
flake.nix | ||
gaussflow.py | ||
gaussflow_two.py | ||
hopsflow.py | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
pyrightconfig.json | ||
readme.md | ||
util.py |
This repo contains code used in the work for my master thesis.
Docs
Documentation is available here.
Installation
Nix
For developing use nix develop
and for installing use the default
package from the flake.
If you plan to use this package in another poetry2nix project you have
to include the overrides from lib.overrides
in the flake
github:vale981/hiro-flake-utils
.
Poetry
For development use poetry shell
and for installing just add this
repo to the depencies of your project. You can also build a standalone
package with poetry build
using.