A graphical user interface based on The Data Config design pattern, using the FRIDAAY data format.
See the introductory PipeBook blog post.
Use [poetry](https://python-poetry.org/docs/)
to manage both dependencies and the virtual environment:
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
# WINDOWS: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
$ git clone https://github.com/TheSwanFactory/pipebook.git
$ cd pipebook
$ poetry install # OR: '$ poetry update'
$ poetry run python -m pipebook
$ poetry env use python
$ poetry run pytest
$ poetry run ptw
$ poetry update
$ poetry version patch
$ poetry build && poetry publish
$ poetry version prepatch
Uses the Toga GUI Toolkit for Python. For more details, see the PipeBook UX Design Brief.