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-stubs
Stubs 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]