Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domdfcoding/dotnet-stubs
Incomplete, and probably incorrect, stubs for .NET
https://github.com/domdfcoding/dotnet-stubs
dotnet python type-stubs
Last synced: 21 days ago
JSON representation
Incomplete, and probably incorrect, stubs for .NET
- Host: GitHub
- URL: https://github.com/domdfcoding/dotnet-stubs
- Owner: domdfcoding
- License: mit
- Created: 2020-09-04T13:05:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T17:28:28.000Z (3 months ago)
- Last Synced: 2024-09-30T07:36:36.922Z (about 1 month ago)
- Topics: dotnet, python, type-stubs
- Language: Python
- Homepage:
- Size: 315 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
#############
dotnet-stubs
#############.. start short_desc
**Incomplete, and probably incorrect, stubs for .NET**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy| |pre_commit_ci|
* - Other
- |license| |language| |requires|.. |actions_linux| image:: https://github.com/domdfcoding/dotnet-stubs/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/dotnet-stubs/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status.. |actions_windows| image:: https://github.com/domdfcoding/dotnet-stubs/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/dotnet-stubs/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status.. |actions_macos| image:: https://github.com/domdfcoding/dotnet-stubs/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/dotnet-stubs/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status.. |actions_flake8| image:: https://github.com/domdfcoding/dotnet-stubs/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/dotnet-stubs/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status.. |actions_mypy| image:: https://github.com/domdfcoding/dotnet-stubs/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/dotnet-stubs/actions?query=workflow%3A%22mypy%22
:alt: mypy status.. |requires| image:: https://requires.io/github/domdfcoding/dotnet-stubs/requirements.svg?branch=master
:target: https://requires.io/github/domdfcoding/dotnet-stubs/requirements/?branch=master
:alt: Requirements Status.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/dotnet-stubs?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/dotnet-stubs
:alt: CodeFactor Grade.. |pypi-version| image:: https://img.shields.io/pypi/v/dotnet-stubs
:target: https://pypi.org/project/dotnet-stubs/
:alt: PyPI - Package Version.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dotnet-stubs?logo=python&logoColor=white
:target: https://pypi.org/project/dotnet-stubs/
:alt: PyPI - Supported Python Versions.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dotnet-stubs
:target: https://pypi.org/project/dotnet-stubs/
:alt: PyPI - Supported Implementations.. |wheel| image:: https://img.shields.io/pypi/wheel/dotnet-stubs
:target: https://pypi.org/project/dotnet-stubs/
:alt: PyPI - Wheel.. |license| image:: https://img.shields.io/github/license/domdfcoding/dotnet-stubs
:target: https://github.com/domdfcoding/dotnet-stubs/blob/master/LICENSE
:alt: License.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/dotnet-stubs
:alt: GitHub top language.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dotnet-stubs/v0.0.12
:target: https://github.com/domdfcoding/dotnet-stubs/pulse
:alt: GitHub commits since tagged version.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/dotnet-stubs
:target: https://github.com/domdfcoding/dotnet-stubs/commit/master
:alt: GitHub last commit.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
:alt: Maintenance.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dotnet-stubs
:target: https://pypi.org/project/dotnet-stubs/
:alt: PyPI - Downloads.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/dotnet-stubs/master.svg
:target: https://results.pre-commit.ci/latest/github/domdfcoding/dotnet-stubs/master
:alt: pre-commit.ci status.. end shields
|
Installation
--------------.. start installation
``dotnet-stubs`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install dotnet-stubs
.. end installation
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:
.. code-block:: bash
$ python -m pip install dotnet-stubs[builder]