-
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 - pyproject.toml #40
Comments
May need some "toml" support as well, but believe this may already be included in more recent Netbeans so this may be unnecessary. |
This may overlap or replace some of the following:
Not sure if these are fully addressed in pyproject.toml - need to confirm this.
|
[project] dependencies = [ [project.optional-dependencies] [project.urls] [project.scripts] [project.gui-scripts] [project.entry-points."spam.magical"] |
Will also want to add a "New File...pyproject.toml" with maybe the example as a template. |
Need a toml library to work with in Java. See the following |
Some additional references |
Will leverage jackson
Although initial implementation does not have the grouping like in [project] sections as I expected which may be related to FasterXML/jackson-dataformats-text#254 |
For Toml spec see https://toml.io/en/ |
May switch over to Tomlj which may support the "table" sect notion which does seem to be fully supported in jackson For more info see: |
This will support project metadata using pyproject.toml. This will involve reworking some of the existing Python Project details to read in and output pyproject.toml project files instead.
This may involve importing existing ones for the project as well as creation of new python4nb project files.
For additional details, see
The text was updated successfully, but these errors were encountered: