Metadata-Version: 2.1
Name: edgeql-queries
Version: 0.0.1
Summary: Simple EdgeQL in Python.
Home-page: https://github.com/nsidnev/edgeql-queries
License: MIT
Author: Nik Sidnev
Author-email: sidnev.nick@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Requires-Dist: edgedb (>=0.7.1,<0.8.0)
Requires-Dist: markdown-include (>=0.5.1,<0.6.0); extra == "docs"
Requires-Dist: mkdocs (>=1.1,<2.0); extra == "docs"
Requires-Dist: mkdocs-material (>=5.0,<6.0); extra == "docs"
Requires-Dist: mkdocstrings (>=0.10,<0.11); extra == "docs"
Requires-Dist: typer (>=0.1.1,<0.2.0); extra == "docs"
Project-URL: Documentation, https://nsidnev.github.io/edgeql-queries/
Project-URL: Repository, https://github.com/nsidnev/edgeql-queries
Description-Content-Type: text/markdown

<h1 align="center">edgeql-queries</h1>
<p align="center">
    <em>Simple EdgeQL in Python.</em>
</p>
<p align="center">
    <a href=https://github.com/nsidnev/edgeql-queries>
        <img src=https://github.com/nsidnev/edgeql-queries/workflows/Tests/badge.svg alt="Tests" />
    </a>
    <a href=https://github.com/nsidnev/edgeql-queries>
        <img src=https://github.com/nsidnev/edgeql-queries/workflows/Styles/badge.svg alt="Styles" />
    </a>
    <a href="https://codecov.io/gh/nsidnev/edgeql-queries">
        <img src="https://codecov.io/gh/nsidnev/edgeql-queries/branch/master/graph/badge.svg" alt="Coverage" />
    </a>
    <a href="https://github.com/ambv/black">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style" />
    </a>
    <a href="https://pypi.org/project/edgeql-queries/">
        <img src="https://badge.fury.io/py/edgeql-queries.svg" alt="Package version" />
    </a>
    <a href="https://github.com/nsidnev/edgeql-queries/blob/master/LICENSE">
        <img src="https://img.shields.io/github/license/Naereen/StrapDown.js.svg" alt="License" />
    </a>
</p>

---

**Documentation**: https://nsidnev.github.io/edgeql-queries/

## Requirements

`edgeql-queries` require only the [EdgeDB driver for Python](https://github.com/edgedb/edgedb-python).

## Credits

This project is inspired by [aiosql](https://github.com/nackjicholson/aiosql) 
project and is based on it's source code.

## License

This project is licensed under the terms of the MIT license.
