Metadata-Version: 2.1
Name: wuff
Version: 1.1.2
Summary: Analyzer tools for WooWoo projects
Author: Michal Janecek
Author-email: michal.janecek@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest >=6.0 ; extra == 'test'

# Wuff

This is the analyzer for WooWoo projects. It can be used for example within a Language Server to provide analysis.

## Local installation

```bash
pip install -e .
```
