{"id":19120889,"url":"https://github.com/waylonwalker/find-project-0165","last_synced_at":"2026-06-24T07:31:46.655Z","repository":{"id":105815047,"uuid":"303454573","full_name":"WaylonWalker/find-project-0165","owner":"WaylonWalker","description":"kedro 0.16.5 project converted to use find-kedro","archived":false,"fork":false,"pushed_at":"2020-10-12T16:46:43.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-22T12:45:28.429Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-12T16:46:06.000Z","updated_at":"2020-10-12T16:46:36.000Z","dependencies_parsed_at":"2023-06-14T03:45:28.081Z","dependency_job_id":null,"html_url":"https://github.com/WaylonWalker/find-project-0165","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WaylonWalker/find-project-0165","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Ffind-project-0165","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Ffind-project-0165/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Ffind-project-0165/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Ffind-project-0165/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaylonWalker","download_url":"https://codeload.github.com/WaylonWalker/find-project-0165/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Ffind-project-0165/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34722665,"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-24T02:00:07.484Z","response_time":106,"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:21.543Z","updated_at":"2026-06-24T07:31:46.625Z","avatar_url":"https://github.com/WaylonWalker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# find-project\n\n## Overview\n\nThis is your new Kedro project, which was generated using `Kedro 0.16.5`.\n\nTake a look at the [Kedro 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\n* Don't remove any lines from the `.gitignore` file we provide\n* Make sure your results can be reproduced by following a [data engineering convention](https://kedro.readthedocs.io/en/stable/11_faq/01_faq.html#what-is-data-engineering-convention)\n* Don't commit data to your repository\n* Don't commit any credentials or your local configuration to your repository. Keep all your credentials and local configuration in `conf/local/`\n\n## How to install dependencies\n\nDeclare any dependencies 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## How to run your Kedro pipeline\n\nYou can run your Kedro project with:\n\n```\nkedro run\n```\n\n## How to test your Kedro project\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 as follows:\n\n```\nkedro test\n```\n\nTo configure the coverage threshold, go to the `.coveragerc` file.\n\n## Project dependencies\n\nTo generate or update the dependency requirements for your project:\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[Further information about project dependencies](https://kedro.readthedocs.io/en/stable/04_kedro_project_setup/01_dependencies.html#project-specific-dependencies)\n\n## How to work with Kedro and notebooks\n\n\u003e Note: Using `kedro jupyter` or `kedro ipython` to run your notebook provides these variables in scope: `context`, `catalog`, and `startup_error`.\n\u003e\n\u003e Jupyter, JupyterLab, and IPython are already included in the project requirements by default, so once you have run `kedro install` you will not need to take any extra steps before you use them.\n\n### Jupyter\nTo use Jupyter notebooks in your Kedro project, you need to install Jupyter:\n\n```\npip install jupyter\n```\n\nAfter installing Jupyter, you can start a local notebook server:\n\n```\nkedro jupyter notebook\n```\n\n### JupyterLab\nTo use JupyterLab, you need to install it:\n\n```\npip install jupyterlab\n```\n\nYou can also start JupyterLab:\n\n```\nkedro jupyter lab\n```\n\n### IPython\nAnd if you want to run an IPython session:\n\n```\nkedro ipython\n```\n\n### How to convert notebook cells to nodes in a Kedro project\nYou can move notebook code over into a Kedro project structure using 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\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. Run the following command to convert all notebook files found in the project root directory and under any of its sub-folders:\n\n```\nkedro jupyter convert --all\n```\n\n### How to ignore notebook output cells in `git`\nTo 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 retained locally.\n\n## Package your Kedro project\n\n[Further information about building project documentation and packaging your project](https://kedro.readthedocs.io/en/stable/03_tutorial/05_package_a_project.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylonwalker%2Ffind-project-0165","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaylonwalker%2Ffind-project-0165","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylonwalker%2Ffind-project-0165/lists"}