Skip to content

domdfcoding/dotnet-stubs

Repository files navigation

dotnet-stubs

Incomplete, and probably incorrect, stubs for .NET

Tests Linux Test Status Windows Test Status macOS Test Status
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Activity GitHub last commit Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status pre-commit.ci status
Other License GitHub top language Requirements Status

Installation

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]