This is Python Plugin for Apache Netbeans which leverages textmate grammar and LSP based functionality.
The source is being published for further community support and development opportunities.
This is in early development with more work to follow.
Once more development is more mature, expectations is a release will be available here and/or be published to the Netbeans Plugin Portal.
- Python Colorization (via textmate grammar)
- Auto completion leveraging the Python LSP
- Python Hints/Tips leveraging the Python LSP
- Python Platform Configuration and Installation
- Python Execution Functionality
- Installation requires Python to be installed
- Installation of following python LSP related module to be installed in g -- python -m pip install python-language-server[all] --- For additional details on the Python LSP server
- Compile python4nb from source and install module within given Netbeans setup
- Open Tools...Python Platform...select python instance where LSP server module installed
- Changes will be tracked using project's github issues.
- Upon completion of updates for given issues, a pull request will be made, reviewed, and upon completion integrated into the master branch in github for coming release.
Additional updates (more work to follow) related to the following
- Implement Python platform discovery feature
- Get Project Properties
- nbproject\project.properites not created correctly
- Python Project Setup
- Implement Python Execution Feature
- Update dependencies to more recent version to reduce security concerns
- Python Colorization (via textmate gramer)
- Auto completion leveraging the Python LSP
- Python Hints/Tips leveraging the Python LSP
For version, will attempt to comply with major/minor/patch versioning as defined here
TODO (For more specifics details, see project issue area:
- Further updates for Python Project properties
- Complete Python Debugging
- Complete Python Module Management
- Complete Unit Test functionality
- Complete Implement CI build/packaging for release
- Complete Help and documentation for the python4nb plugin
- Complete Development "New Project" Templates
Project is being developed leveraging Apache-2.0 license or applicable licenses. All due diligence has been made to attribute proper licensings where applicable.
Some functionality is based on or leverages functionality from other projects and attempts to comply as applicable.