Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 625 Bytes

File metadata and controls

21 lines (15 loc) · 625 Bytes

Postcode.eu API Methods Explorer

This is a Gradio-based user interface for trying out the Postcode.eu API client.

Prerequisites

  • Make sure you have a .env file in this directory with your API credentials, see .env.example.

Installation

From the parent directory, install the example dependencies using uv:

uv sync --extra examples

Alternatively, you can use pip:

pip install -e .[examples]

Usage

From the parent directory, run the script: python -m examples.main. This will launch a web interface where you can try out various API methods.