{"id":16923495,"url":"https://github.com/astrojuanlu/kedro-init","last_synced_at":"2025-08-30T15:32:20.321Z","repository":{"id":210790970,"uuid":"726942651","full_name":"astrojuanlu/kedro-init","owner":"astrojuanlu","description":"A simple CLI command that initialises a Kedro project from an existing Python package","archived":false,"fork":false,"pushed_at":"2024-08-23T07:07:22.000Z","size":41,"stargazers_count":10,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T03:23:18.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astrojuanlu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-03T21:02:59.000Z","updated_at":"2024-10-02T16:39:06.000Z","dependencies_parsed_at":"2023-12-05T00:23:55.670Z","dependency_job_id":"ffa93ec2-35dd-438a-8416-5c7f927f0cbb","html_url":"https://github.com/astrojuanlu/kedro-init","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"15cbd85afa8498f50026560c6e535957159431a0"},"previous_names":["astrojuanlu/kedro-init"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fkedro-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fkedro-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fkedro-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fkedro-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrojuanlu","download_url":"https://codeload.github.com/astrojuanlu/kedro-init/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231501598,"owners_count":18386286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T19:59:21.626Z","updated_at":"2024-12-27T15:06:02.739Z","avatar_url":"https://github.com/astrojuanlu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kedro-init\n\n[![Documentation Status](https://readthedocs.org/projects/kedro-init/badge/?version=latest)](https://kedro-init.readthedocs.io/en/latest/?badge=latest)\n[![Code style: ruff-format](https://img.shields.io/badge/code%20style-ruff_format-6340ac.svg)](https://github.com/astral-sh/ruff)\n[![PyPI](https://img.shields.io/pypi/v/kedro-init)](https://pypi.org/project/kedro-init)\n\nA simple CLI command that initialises a Kedro project from an existing Python package\n\n## Installation and usage\n\nTo use, run\n\n```\n$ uvx kedro-init .\n```\n\nOr, alternatively,\n\n```\n$ pipx run kedro-init .\n```\n\nFor example, from a Poetry package:\n\n```\n(.venv) $ poetry new --src test-project \u0026\u0026 cd test-project\n(.venv) $ kedro-init .\n[00:19:38] Looking for existing package directories                             cli.py:25\n[00:19:45] Initialising config directories                                      cli.py:25\n           Creating modules                                                     cli.py:25\n           🔶 Kedro project successfully initialised!                           cli.py:26\n```\n\nAnd with a uv package:\n\n```\n$ mkdir test-project \u0026\u0026 cd test-project \u0026\u0026 uv init\nInitialized project `test-project`\n$ uvx kedro-init .\n[09:06:24] Looking for existing package directories                      cli.py:25\n[09:06:25] Initialising config directories                               cli.py:25\n           Creating modules                                              cli.py:25\n           🔶 Kedro project successfully initialised!                    cli.py:26\n```\n\n## Development\n\nTo run style checks:\n\n```\n(.venv) $ pip install tox\n(.venv) $ tox\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrojuanlu%2Fkedro-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrojuanlu%2Fkedro-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrojuanlu%2Fkedro-init/lists"}