Channels
announcements
introduce-yourself
resources
random
plugins-integrations
user-research
questions
questions-so
job-posting
help-
circleci-status
dependencies-releases
Powered by
#questions
Title
# questions
b
Benjamin Lee
11/02/2023, 10:52 AM
hello, may I ask what the difference is between using
kedro package
to create a whl file to install versus using the conventional method of running
python -m build
?
d
datajoely
11/02/2023, 11:59 AM
Hey
@Benjamin Lee
very little - it was introduced as convenience function for people who weren’t familiar with packaging
there are also some default assumptions about
what
is packaged i.e. conf is not included as per the
12 factor app
https://docs.kedro.org/en/stable/tutorial/package_a_project.html#package-a-kedro-project
also note that
build
was released in 2020 which Kedro pre-dates so things were slightly more complicated when we started this journey
Post