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.1.tar.gz (121.4 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.1-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pydantic_adobe_audition-0.1.1.tar.gz
  • Upload date:
  • Size: 121.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for pydantic_adobe_audition-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7ca09b62442ad3208660eaccce4e9741ce0ad6c0f3ebfd9f7f8aa1e12c2534f7
MD5 e56f90cad91207db4e7e9b7f2f1035f3
BLAKE2b-256 51ee231b7d18c43aa0edf6861e822010d23821259b575fcc5849d745f5d1ee03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydantic_adobe_audition-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3fbbcf8097d04ef4461d3b5142b8f90d3dc3db377e9abb6d97e1916bd14cede4
MD5 a173d2a0ff254a8954c278b09a4158c6
BLAKE2b-256 0af3b51834860168fd1c8f4715b6fc599a23177cf2951be54c96f6a5268a433c

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