Metadata-Version: 2.4
Name: kling3-pro
Version: 0.1.0
Summary: Python metadata helper package for https://kling3.pro and Kling 3 Pro website workflows
Author-email: "kling3.pro" <support@kling3.pro>
License-Expression: MIT
Project-URL: Homepage, https://kling3.pro
Project-URL: Documentation, https://kling3.pro/docs
Project-URL: Repository, https://github.com/youram470-art/kling3-pro-python
Project-URL: Issues, https://github.com/youram470-art/kling3-pro-python/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# kling3-pro

Python metadata package for [kling3.pro](https://kling3.pro).

`kling3-pro` is a lightweight helper for Python tools that need to identify the
Kling 3 Pro website and its publishing structure. It exposes the homepage,
content directory, app directory, and source repository as simple Python
metadata.

## Installation

```bash
pip install kling3-pro
```

## Usage

```python
from kling3_pro import HOMEPAGE, get_site_info, hello

print(hello())
print(HOMEPAGE)
print(get_site_info())
```

## Site Metadata

- Website: https://kling3.pro
- Local repository: `/Users/mac/Documents/code/kling3-cf`
- Content path: `content`
- Next.js app path: `src/app`
- Source: https://github.com/youram470-art/kling3-pro-python

## License

MIT
