Metadata-Version: 2.4
Name: epicauth
Version: 1.0.1
Summary: EpicAuth official Python SDK
Author-email: EpicAuth <agentreachout@epicauth.cc>
License: MIT
Project-URL: Homepage, https://epicauth.cc
Project-URL: API, https://epicauth.cc/docs
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pywin32; platform_system == "Windows"
Requires-Dist: discord-interactions
Requires-Dist: qrcode
Requires-Dist: pillow

# EpicAuth Python SDK

Official Python SDK for EpicAuth API.

## Install
```bash
pip install epicauth

```

## Usage 
from epicauth import EpicAuth

auth = EpicAuth(
    name="APP_NAME",
    ownerid="OWNER_ID",
    version="1.0",
    hash_to_check="HASH"
)

auth.login("username", "password")
