Python metadata and integration helper package for SeedMusic AI music generation workflows for https://seedmusicai.org
Project description
seedmusicai-org
seedmusicai-org is a lightweight Python metadata and integration helper package for seedmusicai.org.
The package gives automation scripts, content tooling, and future SDK code a stable package name for SeedMusic AI. It exposes the canonical website URL, documentation URL, source repository, local repository path, MDX content path, and Next.js app path used by the project.
Website focus
SeedMusic AI focuses on AI music generation, lyrics-to-song creation, voice cloning, and melody editing workflows. This package does not try to wrap a private production API yet; it publishes a clear, installable metadata layer that can later grow into a fuller SDK or workflow client.
Installation
pip install seedmusicai-org
Quick start
from seedmusicai_org import HOMEPAGE, get_site_info, hello
print(hello())
print(HOMEPAGE)
print(get_site_info())
Metadata API
Use the package when a script needs to know where the site lives, where content is stored, or which repository backs the package.
site = get_site_info()
print(site["name"])
print(site["homepage"])
print(site["content_path"])
print(site["app_path"])
Returned metadata includes:
- Site name: SeedMusic AI
- Homepage: https://seedmusicai.org
- Documentation: https://seedmusicai.org/docs
- Package name: seedmusicai-org
- Source repository: https://github.com/youram470-art/seedmusicai-org-python
- Local repository: /Users/mac/Documents/code/seedmusic
- Content path: content/blog
- Next.js app path: src/app
Common use cases
- reference the SeedMusic AI website from scripts.
- attach site metadata to generation, content, and indexing jobs.
- prepare a small base package for future lyrics-to-song and voice tooling.
- Share a stable public package page that points back to https://seedmusicai.org.
Automation example
This package is useful in release scripts, SEO tooling, blog generators, indexing jobs, and content maintenance utilities. A script can import the package, derive the content directory, and consistently point generated output back to the public website.
Links
- Website: https://seedmusicai.org
- Documentation: https://seedmusicai.org/docs
- Source: https://github.com/youram470-art/seedmusicai-org-python
- Issues: https://github.com/youram470-art/seedmusicai-org-python/issues
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 seedmusicai_org-0.1.0.tar.gz.
File metadata
- Download URL: seedmusicai_org-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d85d2a94edbf770a9ae1721ae3d782d4b630341b0cfcb846dd334cb437eb3d6
|
|
| MD5 |
0760f58c3a7f39690740664bd77eb123
|
|
| BLAKE2b-256 |
ddc1aa8932f57c8f8d02b35b70c8644a3298f33fd78319d743fa6b3e171547c7
|
File details
Details for the file seedmusicai_org-0.1.0-py3-none-any.whl.
File metadata
- Download URL: seedmusicai_org-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ed86b2d5aac67339e68c29197ba8450f70595e0d3bc36a9becce4505a84bbc8
|
|
| MD5 |
14147b38bed5a8bdfed66e5e1fbc6a1a
|
|
| BLAKE2b-256 |
6d38759b130f733c1ad775533e4c0ba7aef020e02a75473c4dc8a73f3db2e4b4
|