Metadata-Version: 2.1
Name: tlint
Version: 0.0.2
Summary: Linter which behaviour is entirely based on a config file.
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Python Tlint

*Simple linter that just works and implements various kind of checks.*

[![PyPI version](https://badge.fury.io/py/tlint.svg)](https://badge.fury.io/py/tlint)

## Install

```
pip install tlint
```

## Usage

Generate initial project configuration

```
tlint init
```

Lint project according to generated configuration

```
tlint
```

## Ideas / Roadmap

- determines user defined modules
- foreach user defined module, prevent import based on rules
- theses rules come from a config file that only owner may modify
- a warning is thrown in pipeline if someone else modify this file


