Metadata-Version: 2.1
Name: strawberry_sqlalchemy
Version: 0.1.4
Summary: A helper library to integrate sqlalchemy models with strawberry-graphql
Author-email: Ambro17 <ambro17.1@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: strawberry-graphql>=0.9
Requires-Dist: sqlalchemy>=1

# Strawberry-Sqlalchemy

## Features
- Define models from alchemy
- Relay Support

## Dev Setup
```
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip pip-tools
pip-sync requirements.txt requirements-dev.txt
```

