Metadata-Version: 2.1
Name: spql
Version: 0.0.1
Summary: Lorem Ipsum
Home-page: https://github.com/Florents-Tselai/spql
Author: Florents Tselai
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/Florents-Tselai/spql/issues
Project-URL: CI, https://github.com/Florents-Tselai/spql/actions
Project-URL: Changelog, https://github.com/Florents-Tselai/spql/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: setuptools
Requires-Dist: pip
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: ruff ; extra == 'test'
Requires-Dist: click ; extra == 'test'

<p align="center">

<p align="center">
   <img width="50%" height="40%" src="" alt="Logo">
  </p>

  <h1 align="center">spql</h1>
  <p align="center">
  <strong>Lorem Ipsum</strong>
    <br> <br />
    <a href="#status"><strong> Status</strong></a> |
    <a href="#why"><strong> Why</strong></a> |
    <a href="#how"><strong> How </strong></a> |
    <a href="#installation"><strong> Installation </strong></a> |
    <a href="#usage"><strong> Usage </strong></a> |
    <a href="#roadmap"><strong> Roadmap </strong></a> 

   </p>
<p align="center">

<p align="center">
<a href="https://pypi.org/project/spql/"><img src="https://img.shields.io/pypi/v/spql?label=PyPI"></a>
<a href="https://github.com/Florents-Tselai/spql/actions/workflows/test.yml?branch=mainline"><img src="https://github.com/Florents-Tselai/spql/actions/workflows/test.yml/badge.svg"></a>
<a href="https://codecov.io/gh/Florents-Tselai/spql"><img src="https://codecov.io/gh/Florents-Tselai/spql/branch/main/graph/badge.svg"></a>  
<a href="https://opensource.org/licenses/MIT license"><img src="https://img.shields.io/badge/MIT license.0-blue.svg"></a>
<a href="https://github.com/Florents-Tselai/spql/releases"><img src="https://img.shields.io/github/v/release/Florents-Tselai/spql?include_prereleases&label=changelog"></a>

## Status

## Why

## How


## Installation

## Usage

```bash
pip install spql
```

### Development

```bash
pip install -e '.[test]'
pytest
```

