Metadata-Version: 2.4
Name: flowai-resources
Version: 0.1.0
Summary: Public links for Flow AI video and image creation tools.
Author: Maria Resources
License: MIT
Project-URL: Flow AI, https://flowai.studio/
Project-URL: AI video generator, https://flowai.studio/ai/image
Project-URL: Flow AI Video Generator, https://flowai.studio/videoframe-ai
Project-URL: text to video, https://flowai.studio/mindvideo-ai
Project-URL: image to video, https://flowai.studio/videoinu-ai
Keywords: flow ai,ai video generator,text to video,image to video
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

    # Flow AI Resources

    This lightweight metadata package exposes public entry points for the Flow AI
    website and its documented video and image creation tools.

    ## Public links

    - [Flow AI](https://flowai.studio/)
- [AI video generator](https://flowai.studio/ai/image)
- [Flow AI Video Generator](https://flowai.studio/videoframe-ai)
- [text to video](https://flowai.studio/mindvideo-ai)
- [image to video](https://flowai.studio/videoinu-ai)

    ## Python helper

    ```python
    from flowai_resources 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
