A Textual User Interface for the ENA Portal API.
This TUI app makes it easier to build ENA Portal API Queries, by loading the available result types, search fields, and return fields into an interface.
- Download the appropriate binary (MacOS or Linux) from releases
mv ptpt-* ptpt
chmod +x ptpt
./ptpt
- Install Poetry
poetry self add poetry-pyinstaller-plugin
poetry install