Lode
June 22, 2026 ยท View on GitHub
New reengineered version of LODE, maintained by OpenCitations.
Installation
pip install lode
Usage
from lode import example_function
result = example_function()
print(result)
Documentation
Full documentation is available at: https://opencitations.github.io/lode/
Prerequisites
This project uses UV for dependency management.
Setup
# Clone the repository
git clone https://github.com/opencitations/lode.git
# Enter the repo
cd lode
# Install dependencies
uv sync --all-extras --dev
# run locally
uv run python main.py
# open at
localhost:8000
Docker
Build
docker build -t lode .
Run
docker run -p 8080:8080 lode
Run from Docker Hub
docker run -p 8080:8080 opencitations/lode:latest
Replace latest with the desired version tag.
The app will be available at localhost:8080.
License
This project is licensed under the ISC License - see the LICENSE.md file for details.