Metadata-Version: 2.1
Name: qimp
Version: 0.2.1
Summary: Quantum image manimupaltion package wrapper for Qiskit.
Home-page: https://github.com/Giacomo-Antonioli/qimp
Keywords: qimp
Author: Giacomo Antonioli
Author-email: giacomo.antonioli@phd.unipi.it
Requires-Python: >=3.8,<3.12
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: types-tqdm (>=4.66.0.5,<5.0.0.0)
Project-URL: Bug Tracker, https://github.com/Giacomo-Antonioli/qimp/issues
Project-URL: Documentation, https://qimp.readthedocs.io
Project-URL: Repository, https://github.com/Giacomo-Antonioli/qimp
Description-Content-Type: text/markdown


# Qimp


<div align="center">

[![PyPI - Version](https://img.shields.io/pypi/v/qimp.svg)](https://pypi.python.org/pypi/qimp)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qimp.svg)](https://pypi.python.org/pypi/qimp)
[![Tests](https://github.com/Giacomo-Antonioli/qimp/workflows/tests/badge.svg)](https://github.com/Giacomo-Antonioli/qimp/actions?workflow=tests)
[![Codecov](https://codecov.io/gh/Giacomo-Antonioli/qimp/branch/main/graph/badge.svg)](https://codecov.io/gh/Giacomo-Antonioli/qimp)
[![Read the Docs](https://readthedocs.org/projects/qimp/badge/)](https://qimp.readthedocs.io/)
[![PyPI - License](https://img.shields.io/pypi/l/qimp.svg)](https://pypi.python.org/pypi/qimp)

[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)

</div>
![QImP Mascotte](https://github.com/Giacomo-Antonioli/QImP/blob/main/img/QImP.jpg?raw=true)


Quantum image manipulation package wrapper for Qiskit.


* GitHub repo: <https://github.com/Giacomo-Antonioli/qimp.git>
* Documentation: <https://qimp.readthedocs.io>
* Free software: MIT


## Features

* TODO

## Quickstart

TODO

## Credits

This package was created with [Cookiecutter][cookiecutter] and the [fedejaure/cookiecutter-modern-pypackage][cookiecutter-modern-pypackage] project template.

[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[cookiecutter-modern-pypackage]: https://github.com/fedejaure/cookiecutter-modern-pypackage

