Incomplete, and probably incorrect, stubs for .NET
| Tests | |
|---|---|
| PyPI | |
| Activity | |
| QA | |
| Other |
dotnet-stubs can be installed from PyPI.
To install with pip:
$ python -m pip install dotnet-stubsStubs are build using the dotnet_stub_builder that ships alongside these stubs. Is has additional dependencies, which can be installed using the builder extra:
$ python -m pip install dotnet-stubs[builder]