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

https://github.com/likianta/python-code-compat-checker

Find python code compatibility issues, especially new features for 3.8 ~ 3.10.
https://github.com/likianta/python-code-compat-checker

Last synced: 6 months ago
JSON representation

Find python code compatibility issues, especially new features for 3.8 ~ 3.10.

Awesome Lists containing this project

README

          

# CompatiPy

## Download

1. Download ".whl" package from release page.
2. Pip install it:

```shell
pip install
```

## Usage

Command usage:

```shell
py -m compatipy check-py38
```

Screenshot:

![](.assets/20220920124430.png)