Warning
This Python library is in an early development phase. Breaking changes may be added frequently.
A Python library that simplifies and standardizes data orchestration tasks.
We use uv to have one synchronous development environment. See installing uv.
Once uv is installed, clone the repository:
git clone https://github.com/equinor/dataorc.git && cd dataorcSync the development environment:
uv sync --all-extrasBuild the documentation and run a local development server:
uv run mkdocs serve --strictThe documentation will be served locally at http://127.0.0.1:8000/dataorc/.
This project is licensed under the terms of the MIT license.