Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pyproject.toml files for starters #167

Conversation

DimedS
Copy link
Contributor

@DimedS DimedS commented Oct 24, 2023

This PR accomplishes the following changes:

  1. Merging and modifying align with the main Kedro project template of two pyproject.toml files for starters in core folder. The second pyproject.toml file has been removed.
  2. The requirements.txt file has been relocated to one level up.
  3. Modifications to the README.md file to align it with the main Kedro project template.

Tested:
pip install git+https://github.com/kedro-org/kedro.git@develop

kedro new --starter git+https://github.com/kedro-org/kedro-starters.git --directory spaceflights-pandas --checkout 2975-merge-pyprojecttoml-files-for-starters-in-line-with-python-src-layout

works well, then 'pip install .' works well also, previously was a problem in requirements.txt with:
git+https://github.com/kedro-org/kedro-viz.git@main#egg=kedro-viz&subdirectory=package
changed it to:
kedro-viz @ git+https://github.com/kedro-org/kedro-viz.git@main#subdirectory=package

Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
@DimedS DimedS marked this pull request as ready for review October 24, 2023 14:06
Copy link
Member

@merelcht merelcht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes look good to me, thanks @DimedS

Copy link
Contributor

@ankatiyar ankatiyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DimedS!

Copy link
Contributor

@SajidAlamQB SajidAlamQB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome work, thank you @DimedS! 🌟

@DimedS DimedS merged commit 7e78565 into main Oct 24, 2023
14 checks passed
@DimedS DimedS deleted the 2975-merge-pyprojecttoml-files-for-starters-in-line-with-python-src-layout branch October 24, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge pyproject.toml files for starters in line with python src-layout
4 participants