-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release of SLIM Python Starterkit Sample Project #8
Conversation
Proposed CHANGELOG.md file
Proposed CODE_OF_CONDUCT.md file
Proposed GitHub templates for bugs, feature requests, and pull requests
Proposed LICENSE text file w/ JPL-Caltech attribution
…tructions in appropriate locations. ...
…ions for the requirements.txt file. ...
Proposed CONTRIBUTING.md file using a standardized template
Proposed README.md file using standardized template
…configuration. ...
…anch ('main'). ...
…ge. ... Signed-off-by: John Engelke <[email protected]>
… changed to apply the template to a new project. ...
The PR for Dependabot instructions is ready at NASA-AMMOS/slim#84 The PR for using this in CI scenarios is pending shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! I wanted to test run this and will wait to do that when the SLIM write-up is ready. Excellent stuff @jpl-jengelke!
…iable fields. Updated README to simplify install command. ...
Based on feedback in the main project, there are no additional changes necessary here. Waiting on approval to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go for merge 🚀. Thanks @jpl-jengelke!
Purpose
Proposed Changes
pyproject.toml
,setup.cfg
and compliant with PEP517/518 standardstwine
, Pythonbuild
module and other tooling that support legacysetuptools
behavior -- Best of both worlds!pip -e
and build/package installations from packaged deliverables.Issues
Testing