Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonghwanhyeon/griffe-modernized-annotations

A Griffe extension that modernizes type annotations by adopting PEP 585 and PEP 604
https://github.com/jonghwanhyeon/griffe-modernized-annotations

annotations griffe griffe-extension

Last synced: about 2 months ago
JSON representation

A Griffe extension that modernizes type annotations by adopting PEP 585 and PEP 604

Awesome Lists containing this project

README

        

# griffe-modernized-annotations
![Build status](https://github.com/jonghwanhyeon/griffe-modernized-annotations/actions/workflows/publish.yml/badge.svg)

A Griffe extension that modernizes type annotations by adopting PEP 585 and PEP 604

## Example
Without extension:
![Without Extension](https://github.com/jonghwanhyeon/griffe-modernized-annotations/raw/main/assets/without-extension.png)

With extension:
![With Extension](https://github.com/jonghwanhyeon/griffe-modernized-annotations/raw/main/assets/with-extension.png)

## Install
To install **griffe-modernized-annotations**, simply use pip:

```console
$ pip install griffe-modernized-annotations
```

## Usage
```yaml
plugins:
- mkdocstrings:
handlers:
python:
options:
extensions:
- griffe_modernized_annotations
```