No description
Find a file
2023-11-30 13:23:23 -05:00
.github/workflows Update default.yml 2023-11-30 13:23:23 -05:00
docs remove bogus typehints package 2021-12-07 14:06:36 +01:00
hopsflow Improve docs marginally 2023-11-28 12:42:52 -05:00
.envrc remove requirements.txt 2021-12-10 10:37:49 +01:00
.gitignore ignore typings 2022-07-22 17:08:21 +02:00
flake.lock update deps 2022-11-28 17:41:14 -05:00
flake.nix use poetry version of hops 2023-11-28 12:29:32 -05:00
LICENSE project structure and license+setup.py 2021-12-07 13:28:32 +01:00
poetry.lock update deps 2022-12-02 15:26:37 -05:00
pyproject.toml implement dumpy to np 2022-11-30 18:14:42 -05:00
readme.md update flake and readme 2021-12-10 10:47:16 +01:00

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.