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

patch: Move Python scripts to CLI package #62

Merged
merged 9 commits into from
Jul 27, 2023
Merged

Conversation

carlcsaposs-canonical
Copy link
Contributor

@carlcsaposs-canonical carlcsaposs-canonical commented Jul 25, 2023

Move python scripts into an installable Python package

Benefits of Python package:

  • Easier to install than checking out repository
  • Dependencies (e.g. pyyaml, requests) specified by package & don't need to be installed separately
  • Code between scripts can be shared in the future

This PR lays the groundwork for adding shared pytest plugins and for a reusable integration test workflow

Copy link

@taurus-forever taurus-forever left a comment

Choose a reason for hiding this comment

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

Superb, good example of benefits python packages brings!

Copy link

@paulomach paulomach left a comment

Choose a reason for hiding this comment

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

that's LOVELY!

@carlcsaposs-canonical carlcsaposs-canonical merged commit a060f85 into main Jul 27, 2023
1 check passed
@carlcsaposs-canonical carlcsaposs-canonical deleted the python-cli branch July 27, 2023 13:46
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.

3 participants