Metadata-Version: 2.4
Name: gavels
Version: 0.0.2
Summary: AI-powered judgment SDK
Author-email: Ilias Merigh <ilias@merigh.com>
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# gavels

**gavels** is an upcoming Python SDK for calling an asynchronous judgment API.

The API will allow users to submit a request for judgment and retrieve the result
later using an async workflow.

⚠️ This package is currently a **placeholder**, published to reserve the name
on PyPI. The full SDK will be released in a future version.

Planned features:
- Async judgment submission
- Polling and await helpers
- Simple sync wrapper for non-developers
