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
Release files for seedmusicai-org 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seedmusicai_org-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seedmusicai_org-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / seedmusicai_org-0.1.0.tar.gz
| Download URL | seedmusicai_org-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d85d2a94edbf770a9ae1721ae3d782d4b630341b0cfcb846dd334cb437eb3d6
|
|
BLAKE2b-256 checksum How to use checksums |
ddc1aa8932f57c8f8d02b35b70c8644a3298f33fd78319d743fa6b3e171547c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / seedmusicai_org-0.1.0-py3-none-any.whl
| Download URL | seedmusicai_org-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ed86b2d5aac67339e68c29197ba8450f70595e0d3bc36a9becce4505a84bbc8
|
|
BLAKE2b-256 checksum How to use checksums |
6d38759b130f733c1ad775533e4c0ba7aef020e02a75473c4dc8a73f3db2e4b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|