Metadata-Version: 2.1
Name: pytilz
Version: 0.0.1.dev8
Summary: 
Author: Ilya Nekhay
Author-email: nekhayiv@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: respx
Description-Content-Type: text/markdown

# Setting up a new project

```bash
git init
poetry install
pre-commit install
pre-commit autoupdate
```

