Please use Python version 3.10 or higher to ensure compatibility.
pip install lunary

Setup

Add the LUNARY_PUBLIC_KEY to your environment variables.
export LUNARY_PUBLIC_KEY="PUBLIC KEY"
You can use dotenv to load the environment variables from a .env file.
from dotenv import load_dotenv
load_dotenv()

Next steps