Metadata-Version: 2.1
Name: zmag
Version: 0.0.11
Summary: Craft APIs for Databases, with ZeroMQ and GraphQL
Author-Email: hlop3z <23062270+hlop3z@users.noreply.github.com>
License: MIT
Requires-Python: >=3.12
Requires-Dist: pyzmq>=25.1.1
Requires-Dist: ariadne>=0.20.1; extra == "debug"
Requires-Dist: spoc>=0.1.12; extra == "debug"
Requires-Dist: click>=8.1.7; extra == "debug"
Requires-Dist: dbcontroller[mongo,sql,sqlite]>=0.1.57; extra == "debug"
Requires-Dist: uvicorn[standard]>=0.23.2; extra == "debug"
Requires-Dist: watchdog>=3.0.0; extra == "debug"
Requires-Dist: ariadne>=0.20.1; extra == "sqlite"
Requires-Dist: spoc>=0.1.12; extra == "sqlite"
Requires-Dist: click>=8.1.7; extra == "sqlite"
Requires-Dist: dbcontroller[sqlite]>=0.1.57; extra == "sqlite"
Requires-Dist: ariadne>=0.20.1; extra == "postgresql"
Requires-Dist: spoc>=0.1.12; extra == "postgresql"
Requires-Dist: click>=8.1.7; extra == "postgresql"
Requires-Dist: dbcontroller[sql]>=0.1.57; extra == "postgresql"
Requires-Dist: databases[asyncpg]>=0.8.0; extra == "postgresql"
Requires-Dist: ariadne>=0.20.1; extra == "mysql"
Requires-Dist: spoc>=0.1.12; extra == "mysql"
Requires-Dist: click>=8.1.7; extra == "mysql"
Requires-Dist: dbcontroller[sql]>=0.1.57; extra == "mysql"
Requires-Dist: databases[aiomysql]>=0.8.0; extra == "mysql"
Requires-Dist: ariadne>=0.20.1; extra == "mongo"
Requires-Dist: spoc>=0.1.12; extra == "mongo"
Requires-Dist: click>=8.1.7; extra == "mongo"
Requires-Dist: dbcontroller[mongo]>=0.1.57; extra == "mongo"
Provides-Extra: debug
Provides-Extra: sqlite
Provides-Extra: postgresql
Provides-Extra: mysql
Provides-Extra: mongo
Description-Content-Type: text/markdown

<h1 style="font-size: 5em; letter-spacing: -2px; font-family: Georgia, sans-serif;" align="center">
   Welcome to <strong>Zmag</strong>
</h1>

<p align="center">
   <a href="https://pypi.org/project/zmag/" target="_blank"><img 
      src="https://img.shields.io/pypi/v/zmag" 
      alt="Python Package Index"
      /></a>
   <a href="https://pypi.org/project/zmag/" target="_blank">
   <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/zmag" />
   </a>
   <a href="https://pypistats.org/packages/zmag" target="_blank">
   <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/zmag" />
   </a>
   <img alt="License" src = "https://img.shields.io/badge/License-MIT-yellow.svg">
</p>

<p align="center" style="font-size: 3em; letter-spacing: -2px; font-family: Georgia, sans-serif;">
   <strong>Craft APIs for Databases</strong> —  with ZeroMQ and GraphQL
</p>

<p align="center" style="font-size: 2.5em; letter-spacing: -2px; font-family: Georgia, sans-serif;" >
   Links 
   <br>
   <a href="https://pypi.org/project/zmag" target="_blank">
   PyPi
   </a>
   <br>
   <a href="https://github.com/hlop3z/zmag" target="_blank">
   Github
   </a>
   <br>
   <a href="https://hlop3z.github.io/zmag/" target="_blank">
   Docs
   </a>
</p>
