Python

Installation

pip install lunary

Setup

Add the LUNARY_PUBLIC_KEY to your environment variables.

export LUNARY_PUBLIC_KEY="YOUR PROJECT ID"

You can use dotenv to load the environment variables from a .env file.

from dotenv import load_dotenv
load_dotenv()

Next steps

Questions? We're here to help.