Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.