New reengineered version of LODE, maintained by OpenCitations.
pip install lodefrom lode import example_function
result = example_function()
print(result)Full documentation is available at: https://username.github.io/lode/
This project uses UV for dependency management.
# Clone the repository
git clone https://github.com/username/lode.git
# Install dependencies
uv sync --all-extras --dev
# run locally
uv run python main.py
# open at
localhost:8000This project is licensed under the ISC License - see the LICENSE.md file for details.