Metadata-Version: 2.4
Name: wriftai
Version: 0.2.0
Summary: Python client for WriftAI
Project-URL: Homepage, https://wriftai.github.io/wriftai-python/
Project-URL: Repository, https://github.com/wriftai/wriftai-python
Project-URL: Documentation, https://wriftai.github.io/wriftai-python/
Author-email: WriftAI <wriftai@sych.io>
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.1
Requires-Dist: typing-extensions>=4.5.0; python_full_version < '3.11'
Description-Content-Type: text/markdown

# WriftAI Python Client

[![CI](https://github.com/wriftai/wriftai-python/actions/workflows/ci.yml/badge.svg)](https://github.com/wriftai/wriftai-python/actions/workflows/ci.yml)
![PyPI - Version](https://img.shields.io/pypi/v/wriftai)
[![License](https://img.shields.io/github/license/wriftai/wriftai-python)](https://img.shields.io/github/license/wriftai/wriftai-python)

Python client for WriftAI

## Documentation
Coming Soon

## Installation
Coming Soon

## Contributing
Contributions are very welcome. To learn more, see the [Contributor Guide](./CONTRIBUTING.md).

## License
Copyright (c) Sych Inc. All rights reserved.

Distributed under the terms of the [Apache 2.0 license](./LICENSE).
