Skip to content

Eswcvlad/netstandard-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python type stubs for .NET Standard

PyPI - Version PyPI - Types PyPI - License

This repository contains unofficial Python type stubs for .NET Standard, that can be used to improve IDE experience for developers using Python.NET.

The initial type stubs were generated using the pythonnet-stub-generator project.

Docstrings are based on the official .NET API documentation, which is available at dotnet-api-docs under a CC BY 4.0 license.

At the moment this project is focused on type stubs for .NET Standard 2.0.

Versioning

Versions will follow the x.y.z format, where x.y is the targeted version of .NET Standard and z is the version of the stubs themselves.

So if you want to make sure, that type stubs cover only, for example, .NET Standard 2.0, specify the version constraints like this:

netstandard>=2.0,<2.1

Installation

You can install netstandard-stubs with pip:

pip install netstandard-stubs

About

Python type stubs for .NET Standard 2.0 APIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages