Metadata-Version: 2.1
Name: pyconiq
Version: 0.0.1.dev0
Summary: Unofficial Python package to interface with the payment processor Payconiq.
Author: Joeri Hermans
Author-email: joeri@peinser.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.0,<4.0.0)
Requires-Dist: ujson (>=5.8.0,<6.0.0)
Requires-Dist: uvloop (>=0.19.0,<0.20.0)
Description-Content-Type: text/markdown

<div align="center">
  <img src="https://github.com/peinser/pyconiq/actions/workflows/docs.yml/badge.svg">
  <img src="https://github.com/peinser/pyconiq/actions/workflows/image.yml/badge.svg">
  <img src="https://badgen.net/badge/license/Apache-2.0/blue">
  <img src="https://img.shields.io/pypi/v/pyconiq">
  <img src="https://badgen.net/badge/code%20style/black/black">
  <img src="https://img.shields.io/docker/v/peinser/pyconiq">
</div>

<p align="center">
   <img src="docs/assets/logo.png" height=100%>
</p>

--------------------------------------------------------------------------------

_Unofficial_ Python package to interface with the payment processor
[Payconiq](https://www.payconiq.com/).

## Introduction

### Installation

Once the project cloned or the codespace ready, you can install the project
dependencies. For development, you can use the `dev` extra to install the development
dependencies.

```bash
poetry install --with=dev
```
or using pip:
```bash
pip install -e .[dev]
```

### Getting started

