Metadata-Version: 2.1
Name: TeXlinter
Version: 1.0.1
Summary: A small linter for LaTex
Author: Marcus Björnbäck
Author-email: smacke123b@gmail.com
License: BSD 2-clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3


# Make sure you have upgraded version of pip
Windows
```
py -m pip install --upgrade pip
```
Linux/MAC OS
```
python3 -m pip install --upgrade pip
```

```
Hello this is a linter for LaTex document types.
For usage: TeXlinter <"document-name">
If you have your own rules:  TeXlinter <"document-name"> --rules="Your own rules
```

