-
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
Python Project Setup #8
Comments
May need to consider Python project conventions like those discussed in the following |
This may involve separate issues but may also look into the below references This may include https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/ May want to create "New Project Templates" for assorted configurations including setuptools, setup.py, requirements.txt, and related pyenv (environment) setup element as well. |
May need to provide pip interface as well (likely part of "module" setup functionality) with "requirements.txt" compatibility/interface (i.e. new "requirements.txt" file option) |
Background
|
There may be overlap here with
|
May want to allow project configuration using pyproject.toml configuration file. See https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ |
This will track Python project related features to include
The text was updated successfully, but these errors were encountered: