Pydantic model for Adobe Audition Sesx project files.
Project description
Overview
This simple library is a pydantic + pydantic-xml data model for Adobe Audition .sesx project files.
It strives to offer full read/write compatibility with the full SESX file format, enabling easier automation and scripting around project files without risking breaking those project files.
Installation
pip install pydantic_adobe_audition
Usage
from pathlib import Path
from pydantic_adobe_audition import Sesx
# Read data
sesx_content = Path("to/project.sesx").read_text()
project = Sesx.from_xml(sesx_content)
# Write data
sesx_content = project.to_xml()
Path("to/project.output.sesx").write_text(sesx_content)
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 pydantic_adobe_audition-0.1.0.tar.gz.
File metadata
- Download URL: pydantic_adobe_audition-0.1.0.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75985ab07aff8e43fe01b4fc66017bbe978023f596ca95964379edd8b0dc5de8
|
|
| MD5 |
8e1932e267823008972167d401d4d6c1
|
|
| BLAKE2b-256 |
72c0791496b192ec5442eec83c4e3be40ba7720dd2705945337c2915c39938fe
|
File details
Details for the file pydantic_adobe_audition-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pydantic_adobe_audition-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e4ae1e5baa8ca72193131d9cd33e0e38a26a4ad5eed6845f1ac673da4b3ea6
|
|
| MD5 |
a9d0d7121c9073e2ae44d795b9d012f0
|
|
| BLAKE2b-256 |
67616f8c20c5b4be1ade0fb300e23afd86c3e7c67f1e50de23156cf00cb29374
|