Metadata-Version: 2.4
Name: king-ai
Version: 0.1.0
Summary: Public links for King AI video and image creation tools.
Author: Maria Resources
License: MIT
Project-URL: King AI, https://king-ai.net/
Project-URL: AI video generator, https://king-ai.net/ai/image
Project-URL: Kling Motion Control, https://king-ai.net/kling-motion-control
Project-URL: King AI video generator, https://king-ai.net/videoframeai
Keywords: king ai,ai video generator,image to video,motion control
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 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

        # King AI Resources

        This lightweight metadata package exposes public entry points for the
        King AI website and its documented tools.

        ## Public links

        - [King AI](https://king-ai.net/)
- [AI video generator](https://king-ai.net/ai/image)
- [Kling Motion Control](https://king-ai.net/kling-motion-control)
- [King AI video generator](https://king-ai.net/videoframeai)

        ## Python helper

        ```python
        from king_ai import get_info

        info = get_info()
        ```

        `get_info()` returns the public homepage and feature-link inventory. It does not
        perform network requests, collect data, or provide an SDK for the linked service.

        ## License

        MIT
