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

Package single .py file Python scripts #232

Open
tmontes opened this issue Jun 28, 2022 · 0 comments
Open

Package single .py file Python scripts #232

tmontes opened this issue Jun 28, 2022 · 0 comments
Labels
@ core enhancement New feature or request
Milestone

Comments

@tmontes
Copy link
Member

tmontes commented Jun 28, 2022

(see inspiration from #196)

THOUGHTS:

  • Use some kind of packagable Python project template, probably setuptools-based.
  • Run the script-to-be-packaged via import?
  • How to produce metadata?
    • Name: from script name? overridable via CLI flag?
    • Version: 1.0.0, overridable by CLI flag?
    • License: ?
    • Dependencies: None or grab them from pip freeze output?
@tmontes tmontes added enhancement New feature or request @ core labels Jun 28, 2022
@tmontes tmontes added this to the NEXT milestone Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant