Metadata, keyword, deep-link, and SEO helper package for Viddi AI (https://viddiai.com), the all-in-one AI creative agent for video, image, and music generation.
Project description
viddiai-com
Python metadata, keyword, deep-link, and SEO helper package for Viddi AI.
Viddi AI (https://viddiai.com) is an all-in-one AI creative agent that generates video, images, and music from a single platform with shared credits. This package gives Python scripts, automation, and future SDK work a stable way to reference Viddi AI metadata, build keyword lists, construct deep links back to https://viddiai.com, and prepare SEO-friendly page metadata.
If you need a package that clearly signals AI video generator, text to video AI, AI image generator, AI music generator, and all-in-one AI creative tool, this package is designed for that job.
Installation
pip install viddiai-com
Usage
from viddiai_com import HOMEPAGE, hello, get_site_info
print(hello())
print(HOMEPAGE) # https://viddiai.com
print(get_site_info()["focus"])
Keyword helper
from viddiai_com import get_viddiai_keywords
print(get_viddiai_keywords(["ai video generator", "text to video ai"]))
Deep-link builder
from viddiai_com import build_viddiai_url, prompt_starter
prompt = prompt_starter("product launch teaser", mode="video")
url = build_viddiai_url(prompt, mode="video", aspect_ratio="16:9")
print(url) # https://viddiai.com?...
SEO metadata builder
from viddiai_com import create_viddiai_meta
meta = create_viddiai_meta("ai music generator")
print(meta["title"])
print(meta["description"]) # links back to https://viddiai.com
Included Utilities
HOMEPAGEpointing tohttps://viddiai.com.hello()for confirming the package is installed.get_site_info()for website, documentation, package, and source metadata.get_viddiai_keywords(extra)for a deduplicated Viddi AI keyword list.build_viddiai_url(prompt, **options)for deep links tohttps://viddiai.com.prompt_starter(subject, mode)for plausible creative prompt strings.create_viddiai_meta(query, **options)for SEO title/description/OpenGraph.
Use Cases
- Add Viddi AI metadata to Python automation and content pipelines.
- Prepare SEO metadata for pages targeting AI video generator, AI image generator, and AI music generator search terms.
- Build deep links that route users back to https://viddiai.com.
- Reserve a clean, importable Python package name for the Viddi AI ecosystem.
Links
- Website: https://viddiai.com
- Documentation: https://viddiai.com
- Source: https://github.com/youram470-art/viddiai-com-python
- PyPI: https://pypi.org/project/viddiai-com/
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file viddiai_com-0.1.0.tar.gz.
File metadata
- Download URL: viddiai_com-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bee6ab22c7e31a7ee0b3486dae52ab7d685e2c64ee6521bc5edac748c21b6d6c
|
|
| MD5 |
5e47cd1e556154b6de681e1a88e43287
|
|
| BLAKE2b-256 |
f314bf4550ca164b456820cfbc8adc4f3d1ea9f90a341991c558bab9dce30d77
|
File details
Details for the file viddiai_com-0.1.0-py3-none-any.whl.
File metadata
- Download URL: viddiai_com-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc4e9a14c3694a924a9b01b4fb77fb6ccc51229653b19fff6913b5c1edadb984
|
|
| MD5 |
24108c94008a6096ae18a7fc0c757396
|
|
| BLAKE2b-256 |
719b9fcff83b7ffc70d5512c78f9a0e9ebf46de727ea21f0fff3986729710c5c
|