Metadata-Version: 2.1
Name: typed-linter
Version: 0.0.0
Summary: Linter and code quality tool that uses real type information to find bugs and problems
Home-page: https://github.com/wemake.services/typed-linter
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/wemake.services/typed-linter
Description-Content-Type: text/markdown

# typed-linter

[![Build Status](https://github.com/wemake.services/typed-linter/workflows/test/badge.svg?branch=master&event=push)](https://github.com/wemake.services/typed-linter/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/wemake.services/typed-linter/branch/master/graph/badge.svg)](https://codecov.io/gh/wemake.services/typed-linter)
[![Python Version](https://img.shields.io/pypi/pyversions/typed-linter.svg)](https://pypi.org/project/typed-linter/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Linter and code quality tool that uses real type information to find bugs and problems


## Installation

```bash
pip install typed-linter
```

## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [de63faa912eb36309c37c94bced64bd2cf3584a3](https://github.com/wemake-services/wemake-python-package/tree/de63faa912eb36309c37c94bced64bd2cf3584a3). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/de63faa912eb36309c37c94bced64bd2cf3584a3...master) since then.

