An open API service indexing awesome lists of open source software.

https://github.com/tatsh/portage-stubs

PEP 561 type stubs for portage.
https://github.com/tatsh/portage-stubs

gentoo pep561 portage stubs types

Last synced: about 2 months ago
JSON representation

PEP 561 type stubs for portage.

Awesome Lists containing this project

README

        

# portage-stubs

[![QA](https://github.com/Tatsh/portage-stubs/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/portage-stubs/actions/workflows/qa.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/portage-stubs)](https://pypi.org/project/portage-stubs/)
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/portage-stubs)](https://github.com/Tatsh/portage-stubs/tags)
[![License](https://img.shields.io/github/license/Tatsh/portage-stubs)](https://github.com/Tatsh/portage-stubs/blob/master/LICENSE.txt)
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/portage-stubs/v0.0.6/master)](https://github.com/Tatsh/portage-stubs/compare/v0.0.6...master)

PEP 561 type stubs for portage.

## Installation

### Poetry

```shell
poetry add portage-stubs
```

### Pip

```shell
pip install portage-stubs
```