ni / ni/measurement-plugin-python

ni_measurementlink_generator | Template Creation | Add pyproject.toml file

Open
#733 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
21
Forks
20
Avg merge
1d 16h
Merged PRs (30d)
3

Description

Problem to Solve

Once the measurement plugin creation is done, user has to manually create the virtual environment either by creating pyproject.toml file or using venv command. If user choose venv command, then it might be a challenge to maintain the versions/dependencies.
To ease this, user will choose pyproject.toml, but here user should manually create the pyproject.toml file.

Proposed Solution

Add a pyproject.toml file during the measurement plugin creation process along with other files and ask user to setup the .venv using the toml file which will solve the manual overhead.

AB#2753608

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the measurement plugin creation process and its template files, then inspect how the generator adds the existing files. Add pyproject.toml generation and the setup guidance described in the issue; done means a newly created plugin includes the file and users can use it to set up .venv with managed dependencies.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.