pip install fgpyo
Requires python 3.7+
See documentation on fgpyo.readthedocs.org.
Poetry is used to manage the python development environment.
A simple way to create an environment with the desired version of python and poetry is to use conda. E.g.:
conda create -n fgpyo -c conda-forge "python>=3.6" poetry
conda activate fgpyo
poetry install