Jamie Hardt 1fd86a6d7d Switching to ruff linter (#17)
* Migrating to uv build and manager

* Updated Flake8 settings

* Updating github workflow

* Update python-package.yml

Removed redundant flake8 run

* Twiddle

* Version number in banner

* Changing to ruff linter

* Tweaking workflow

* Update python-package.yml

* Update __init__.py

* Update __init__.py

* removing flake8 file

* Doc notes

* Twiddling with RtD

---------

Co-authored-by: Jamie Hardt <jamie@squad51.us>
2026-01-21 21:56:05 -08:00
2025-05-25 07:23:25 -07:00
2021-10-02 15:50:44 -07:00
2025-05-18 13:35:12 -07:00
2022-11-20 13:03:34 -08:00
2022-11-04 13:23:04 -07:00
2022-11-19 00:00:15 -08:00
2026-01-21 21:56:05 -08:00
2025-09-20 16:39:06 -07:00

Documentation Status GitHub last commit Lint and Test

ptulsconv

Parse Pro Tools text exports and generate PDF reports, JSON output.

Quick Start

For a quick overview of how to cue ADR with ptulsconv, check out the Quickstart.

Installation

The easiest way to install on your site is to use pip:

% pip3 install ptulsconv

If you are using uv you can also do a tool install...

% uv tool install ptulsconv

This will install the necessary libraries on your host and gives you command-line access to the tool through an entry-point ptulsconv. In a terminal window type ptulsconv -h for a list of available options.

Description
No description provided
Readme MIT 11 MiB
Languages
Python 96.8%
XSLT 3.2%