Metadata-Version: 2.4
Name: structest
Version: 0.0.1
License-File: LICENSE
Description-Content-Type: text/markdown

# Structest

Lightweight Python library that ensures your test files follow standard naming
conventions and match the structure of your source code.

## Installation

You can install Structest using pip:

```bash
pip install .
```

And run it with:

```bash
structest .
```
