Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydantic_adobe_audition-0.1.0.tar.gz (69.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydantic_adobe_audition-0.1.0-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file pydantic_adobe_audition-0.1.0.tar.gz.

File metadata

File hashes

Hashes for pydantic_adobe_audition-0.1.0.tar.gz
Algorithm Hash digest
SHA256 75985ab07aff8e43fe01b4fc66017bbe978023f596ca95964379edd8b0dc5de8
MD5 8e1932e267823008972167d401d4d6c1
BLAKE2b-256 72c0791496b192ec5442eec83c4e3be40ba7720dd2705945337c2915c39938fe

See more details on using hashes here.

File details

Details for the file pydantic_adobe_audition-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pydantic_adobe_audition-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 59e4ae1e5baa8ca72193131d9cd33e0e38a26a4ad5eed6845f1ac673da4b3ea6
MD5 a9d0d7121c9073e2ae44d795b9d012f0
BLAKE2b-256 67616f8c20c5b4be1ade0fb300e23afd86c3e7c67f1e50de23156cf00cb29374

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page