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.
- Host: GitHub
- URL: https://github.com/likianta/python-code-compat-checker
- Owner: likianta
- License: mit
- Created: 2022-08-30T17:44:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T02:48:39.000Z (about 3 years ago)
- Last Synced: 2025-02-08T05:26:26.225Z (8 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
