LICENSE
README.md
pyproject.toml
suno_easy/__init__.py
suno_easy/client.py
suno_easy/exceptions.py
suno_easy/py.typed
suno_easy/tasks.py
suno_easy.egg-info/PKG-INFO
suno_easy.egg-info/SOURCES.txt
suno_easy.egg-info/dependency_links.txt
suno_easy.egg-info/requires.txt
suno_easy.egg-info/top_level.txt
suno_easy/_core/__init__.py
suno_easy/_core/constants.py
suno_easy/_core/payload.py
suno_easy/_core/submit.py
suno_easy/_core/tasks.py
suno_easy/_core/types.py
suno_easy/models/__init__.py
suno_easy/models/account.py
suno_easy/models/lyrics.py
suno_easy/models/media.py
suno_easy/models/music.py
suno_easy/models/persona.py
suno_easy/models/processing.py
suno_easy/models/style.py
suno_easy/models/upload.py
suno_easy/models/voice.py
suno_easy/resources/__init__.py
suno_easy/resources/account.py
suno_easy/resources/audio.py
suno_easy/resources/lyrics.py
suno_easy/resources/music.py
suno_easy/resources/persona.py
suno_easy/resources/upload.py
suno_easy/resources/video.py
suno_easy/resources/voice.py
suno_easy/webhooks/__init__.py
suno_easy/webhooks/events.py
suno_easy/webhooks/parsers.py
tests/test_client.py