⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

New reengineered version of LODE, maintained by OpenCitations

License

Notifications You must be signed in to change notification settings

opencitations/lode

Repository files navigation

Lode

Run tests Coverage License: ISC

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://username.github.io/lode/

Development

This project uses UV for dependency management.

Setup

# Clone the repository
git clone https://github.com/username/lode.git
cd lode

# Install dependencies
uv sync --all-extras --dev

Running tests

uv run pytest tests/

Building documentation locally

cd docs
npm install
npm run dev

License

This project is licensed under the ISC License - see the LICENSE.md file for details.

About

New reengineered version of LODE, maintained by OpenCitations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages