Metadata-Version: 2.1
Name: ptulsconv
Version: 1.0.6
Summary: Parse and convert Pro Tools text exports
Keywords: text-processing,parsers,film,broadcast,editing,editorial
Author-email: Jamie Hardt <jamiehardt@me.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Text Processing :: Filters
Requires-Dist: parsimonious
Requires-Dist: tqdm
Requires-Dist: reportlab
Requires-Dist: Sphinx ~= 5.3.0 ; extra == "doc"
Requires-Dist: sphinx-rtd-theme >= 1.1.1 ; extra == "doc"
Project-URL: Documentation, https://ptulsconv.readthedocs.io/
Project-URL: Issues, https://github.com/iluvcapra/ptulsconv/issues
Project-URL: Source, https://github.com/iluvcapra/ptulsconv
Provides-Extra: doc

[![Documentation Status](https://readthedocs.org/projects/ptulsconv/badge/?version=latest)](https://ptulsconv.readthedocs.io/en/latest/?badge=latest)
![](https://img.shields.io/github/license/iluvcapra/ptulsconv.svg)
![](https://img.shields.io/pypi/pyversions/ptulsconv.svg) 
[![](https://img.shields.io/pypi/v/ptulsconv.svg)][pypi]
![GitHub last commit](https://img.shields.io/github/last-commit/iluvcapra/pycmx)
[![Lint and Test](https://github.com/iluvcapra/ptulsconv/actions/workflows/python-package.yml/badge.svg)](https://github.com/iluvcapra/ptulsconv/actions/workflows/python-package.yml)

[pypi]: https://pypi.org/project/ptulsconv/


# ptulsconv

Read 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][quickstart].


## Installation

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

    % pip3 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.

[quickstart]: https://ptulsconv.readthedocs.io/en/latest/user/quickstart.html

