ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

Python Project Properties - Update: Libraries #34

Open ebresie opened 1 year ago

ebresie commented 1 year ago

As of v0.3.0, when open project properties, many of the field do not populate correctly and have placeholder logics. This issue is to resolve this. This is broken down into each category to focus the work to smaller chunks

Python Project Properties: Libraries - this will involve displaying and potential management of libraries associated with context where lists of libraries are needed (i.e., in Platform context, in Project context, and Option context).

This updates further relative to the initial project properties added as part of #20 updates.

ebresie commented 1 year ago

This may overlap with https://github.com/ebresie/python4nb/issues/6 specifically interfaces with pip to query for currently installed modules/packages, to reformat for use in "list of libraries/packages/modules" context. In other words, run a pip list command with applicable output format, parse the results and populate given list where applicable.