Metadata-Version: 2.4
Name: strawchemy
Version: 0.2.10
Summary: Generate GraphQL API from SQLAlchemy models
Project-URL: Changelog, https://github.com/gazorby/strawchemy/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/gazorby/strawchemy
Project-URL: Homepage, https://github.com/gazorby/strawchemy
Project-URL: Issues, https://github.com/gazorby/strawchemy/issues
Project-URL: Repository, https://github.com/gazorby/strawchemy
Author-email: gazorby <gazorby@pm.me>
License: MIT
License-File: LICENCE
Keywords: SQL,graphql,sqlalchemy,strawberry
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: pydantic
Requires-Dist: sqlalchemy
Requires-Dist: strawberry-graphql
Provides-Extra: geo
Requires-Dist: geoalchemy2; extra == 'geo'
Requires-Dist: geojson-pydantic; extra == 'geo'
Requires-Dist: shapely; extra == 'geo'
Description-Content-Type: text/markdown

# Strawchemy

[![🔂 Tests and linting](https://github.com/gazorby/strawchemy/actions/workflows/ci.yaml/badge.svg)](https://github.com/gazorby/strawchemy/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/gazorby/strawchemy/graph/badge.svg?token=BCU8SX1MJ7)](https://codecov.io/gh/gazorby/strawchemy)
