Skip to content

astrojuanlu/copier-kedro

Repository files navigation

copier-kedro

Copier template Kedro projects.

As simple as possible. No magic.

Usage

mkdir my-kedro-project && cd my-kedro-project
uvx copier copy --trust gh:astrojuanlu/copier-kedro .

(uvx is the shorthand for uv tool run, see the uv documentation)

Features

  • uv for project management.
  • pytest for testing.
  • tox for automation of test runners and other stuff.
  • Sphinx for documentation
  • GitHub Actions for continuous integration and publishing to PyPI.
  • Read the Docs for continuous documentation.
  • mypy for type checks.
  • ruff for style checks and automatic Python code formatting.
  • pre-commit for optional automation of style checks.
  • PDM as build backend.

License

MIT License

About

A copier template for Kedro projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published