Metadata-Version: 2.4
Name: axory
Version: 0.1.3
Summary: Axory Python SDK for deepfake detection API
Home-page: https://github.com/ayushmansahu601/detectifai_sdk
Author: Ayush Sahu
Author-email: Ayush Sahu <ayushmansahu0601@email.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Requires-Dist: PyJWT>=2.8.0
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: requests-mock>=1.11.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Axory SDK

Python SDK for AxoryAI's deepfake detection API.

## Installation

```bash
pip install axory
