{"id":19120899,"url":"https://github.com/waylonwalker/default-kedro157","last_synced_at":"2026-06-23T12:31:31.910Z","repository":{"id":40289101,"uuid":"244008744","full_name":"WaylonWalker/default-kedro157","owner":"WaylonWalker","description":"default kedro template with kedro version 0.15.7","archived":false,"fork":false,"pushed_at":"2023-01-05T08:42:32.000Z","size":10138,"stargazers_count":1,"open_issues_count":30,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T15:11:35.299Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WaylonWalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-29T17:11:22.000Z","updated_at":"2020-03-29T16:09:53.000Z","dependencies_parsed_at":"2023-02-03T21:00:43.779Z","dependency_job_id":null,"html_url":"https://github.com/WaylonWalker/default-kedro157","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WaylonWalker/default-kedro157","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fdefault-kedro157","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fdefault-kedro157/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fdefault-kedro157/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fdefault-kedro157/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaylonWalker","download_url":"https://codeload.github.com/WaylonWalker/default-kedro157/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fdefault-kedro157/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34688017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-09T05:15:22.729Z","updated_at":"2026-06-23T12:31:31.885Z","avatar_url":"https://github.com/WaylonWalker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Default Kedro 157\n\n_for testing out github actions with kedro_\n\nActions: ![Kedro application](https://github.com/WaylonWalker/default-kedro157/workflows/Kedro%20application/badge.svg)\n\nViz: [![viz Status](https://api.netlify.com/api/v1/badges/a2545a6c-4c84-4530-a9fe-8747db5a073b/deploy-status)](https://app.netlify.com/sites/default-kedro157/deploys)\n\nDocs: [![docs Status](https://api.netlify.com/api/v1/badges/dde08c74-b7a9-448d-9678-d2684792be24/deploy-status)](https://app.netlify.com/sites/default-kedro157-docs/deploys)\n\n## ⚡ Fully automated actions\n\n* test\n* lint\n* viz\n* build-docs\n* run\n* package\n* docker-build\n* deploy viz\n* deploy docs\n\n## 📈 Vizualization Deployed\n\n[default-kedro-157.waylonwalker.com/](https://default-kedro-157.waylonwalker.com/)\n\n![default-kedro157-viz.png](default-kedro157-viz.png)\n\n\n## 📄 Docs Deployed\n\n[default-kedro-157-docs.waylonwalker.com/](https://default-kedro-157-docs.waylonwalker.com/)\n\n\n## Overview\n\nThis is your new Kedro project, which was generated using `Kedro 0.15.7` by running:\n\n```\nkedro new\n```\n\nTake a look at the [documentation](https://kedro.readthedocs.io) to get started.\n\n## Rules and guidelines\n\nIn order to get the best out of the template:\n * Please don't remove any lines from the `.gitignore` file provided\n * Make sure your results can be reproduced by following a data engineering convention, e.g. the one we suggest [here](https://kedro.readthedocs.io/en/stable/06_resources/01_faq.html#what-is-data-engineering-convention)\n * Don't commit any data to your repository\n * Don't commit any credentials or local configuration to your repository\n * Keep all credentials or local configuration in `conf/local/`\n\n## Installing dependencies\n\nDependencies should be declared in `src/requirements.txt` for pip installation and `src/environment.yml` for conda installation.\n\nTo install them, run:\n\n```\nkedro install\n```\n\n## Running Kedro\n\nYou can run your Kedro project with:\n\n```\nkedro run\n```\n\n## Testing Kedro\n\nHave a look at the file `src/tests/test_run.py` for instructions on how to write your tests. You can run your tests with the following command:\n\n```\nkedro test\n```\n\nTo configure the coverage threshold, please have a look at the file `.coveragerc`.\n\n\n### Working with Kedro from notebooks\n\nIn order to use notebooks in your Kedro project, you need to install Jupyter:\n\n```\npip install jupyter\n```\n\nFor using Jupyter Lab, you need to install it:\n\n```\npip install jupyterlab\n```\n\nAfter installing Jupyter, you can start a local notebook server:\n\n```\nkedro jupyter notebook\n```\n\nYou can also start Jupyter Lab:\n\n```\nkedro jupyter lab\n```\n\nAnd if you want to run an IPython session:\n\n```\nkedro ipython\n```\n\nRunning Jupyter or IPython this way provides the following variables in\nscope: `proj_dir`, `proj_name`, `conf`, `io`, `parameters` and `startup_error`.\n\n#### Converting notebook cells to nodes in a Kedro project\n\nOnce you are happy with a notebook, you may want to move your code over into the Kedro project structure for the next stage in your development. This is done through a mixture of [cell tagging](https://jupyter-notebook.readthedocs.io/en/stable/changelog.html#cell-tags) and Kedro CLI commands.\n\nBy adding the `node` tag to a cell and running the command below, the cell's source code will be copied over to a Python file within `src/\u003cpackage_name\u003e/nodes/`.\n```\nkedro jupyter convert \u003cfilepath_to_my_notebook\u003e\n```\n\u003e *Note:* The name of the Python file matches the name of the original notebook.\n\nAlternatively, you may want to transform all your notebooks in one go. To this end, you can run the following command to convert all notebook files found in the project root directory and under any of its sub-folders.\n```\nkedro jupyter convert --all\n```\n\n#### Ignoring notebook output cells in `git`\n\nIn order to automatically strip out all output cell contents before committing to `git`, you can run `kedro activate-nbstripout`. This will add a hook in `.git/config` which will run `nbstripout` before anything is committed to `git`.\n\n\u003e *Note:* Your output cells will be left intact locally.\n\n## Package the project\n\nIn order to package the project's Python code in `.egg` and / or a `.wheel` file, you can run:\n\n```\nkedro package\n```\n\nAfter running that, you can find the two packages in `src/dist/`.\n\n## Building API documentation\n\nTo build API docs for your code using Sphinx, run:\n\n```\nkedro build-docs\n```\n\nSee your documentation by opening `docs/build/html/index.html`.\n\n## Building the project requirements\n\nTo generate or update the dependency requirements for your project, run:\n\n```\nkedro build-reqs\n```\n\nThis will copy the contents of `src/requirements.txt` into a new file `src/requirements.in` which will be used as the source for `pip-compile`. You can see the output of the resolution by opening `src/requirements.txt`.\n\nAfter this, if you'd like to update your project requirements, please update `src/requirements.in` and re-run `kedro build-reqs`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylonwalker%2Fdefault-kedro157","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaylonwalker%2Fdefault-kedro157","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylonwalker%2Fdefault-kedro157/lists"}