Metadata-Version: 2.4
Name: tintage
Version: 0.0.1
Summary: Image and video rendering platform SDK.
Home-page: https://github.com/TintageHQ/tintage-python
Author: Tintage
Author-email: Tintage Inc <contact@tintage.com>
License: MIT
Project-URL: Homepage, https://github.com/TintageHQ/tintage-python
Project-URL: Repository, https://github.com/TintageHQ/tintage-python
Keywords: tintage,image,video,generation,rendering
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Tintage

Tintage SDK for Python - Image and video rendering platform SDK.

**⚠️ Warning: This package is not ready for production use. It is currently under active development.**

## Installation

```bash
pip install tintage
```

## Usage

```python
import tintage

print(tintage.__version__)
```

## License

MIT
