Skip to content

astarche/grpc-device-example-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create and prepare venv:

poetry install

Generate stubs for nirfmxspecan using ../grpc-device:

poetry run python -m generatestubs nirfmxspecan

Note: settings.json is configured to enable black and mypy in vscode. If not using vscode.

poetry run black .
poetry run mypy .

Develop examples in the root directory and copy to grpc-device examples.

About

Template poetry project for creating grpc-device examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages