Metadata-Version: 2.1
Name: nbcpychecker
Version: 1.0.2
Summary: NBIOT Cloud Python Code Checker
License: MIT
Requires-Python: >=3.7.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: attrs (>=23.1.0,<24.0.0)
Description-Content-Type: text/markdown

[![PyPI Version](https://badge.fury.io/py/nbcpychecker.svg)](https://badge.fury.io/py/nbcpychecker)
[![Python Build](https://github.com/nbiotcloud/nbcpychecker/actions/workflows/main.yml/badge.svg)](https://github.com/nbiotcloud/nbcpychecker/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/nbcpychecker/badge/?version=latest)](https://nbcpychecker.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/nbiotcloud/nbcpychecker/badge.svg?branch=main)](https://coveralls.io/github/nbiotcloud/nbcpychecker?branch=main)
[![python-versions](https://img.shields.io/pypi/pyversions/nbcpychecker.svg)](https://pypi.python.org/pypi/nbcpychecker)
[![pylint](https://img.shields.io/badge/linter-pylint-%231674b1?style=flat)](https://www.pylint.org/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# NBIOT Cloud Python Code Checker

* [Documentation](https://nbcpychecker.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/nbcpychecker/)
* [Sources](https://github.com/nbiotcloud/nbcpychecker)
* [Issues](https://github.com/nbiotcloud/nbcpychecker/issues)

## Installation

Installing it is pretty easy:

```bash
pip install nbcpychecker
```

