Metadata-Version: 2.1
Name: qcog_python_client
Version: 0.1.0
Summary: qcog python client
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: aiohttp
Requires-Dist: pydantic
Requires-Dist: typing_extensions
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pandas-stubs; extra == "dev"
Requires-Dist: types-requests; extra == "dev"
Requires-Dist: setuptools_scm[toml]>=8; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx_rtd_theme; extra == "dev"
Provides-Extra: examples
Requires-Dist: scikit-learn; extra == "examples"
Requires-Dist: torch; extra == "examples"
Requires-Dist: pillow; extra == "examples"

# Qognitive Python Client Library

[![Documentation Status](https://readthedocs.com/projects/qognitive-qcog-python-client/badge/?version=latest)](https://qognitive-qcog-python-client.readthedocs-hosted.com/en/latest/?badge=latest)

[![.github/workflows/pypi.yml](https://github.com/qognitive/qcog-python-client/actions/workflows/pypi.yml/badge.svg)](https://github.com/qognitive/qcog-python-client/actions/workflows/pypi.yml)

The Qognitive Python Client library is a programmatic way of interacting with Qognitive's cloud computation API for running Quantum Cognition Machine Learning (QCML) models.

More information on QCML can be found at our website <https://qognitive.io> and from our initial [white paper](https://www.qognitive.io/QCML%20-%20Qognitive,%20Inc.pdf)

## Documentation

The documentation for the API can be found at our [Read the Docs site here](https://qognitive-qcog-python-client.readthedocs-hosted.com/en/latest/).

## Getting API access

Access is currently in closed Beta. Please reach out to <business@qognitive.io> in order to request access to our system.

## Support

For any bugs or issues with the client please email <support@qognitive.io> or submit a github issue.

For any security vulnerabilities please contact <support@qognitive.io>.

Please do not message the maintainers directly, you are more likely to get your problem resolved quicker through the above steps.
