Metadata-Version: 2.1
Name: pyaaf2
Version: 1.4.0
Summary: A python module for reading and writing advanced authoring format files
Home-page: https://github.com/markreidvfx/pyaaf2
Author: Mark Reid
Author-email: mindmark@gmail.com
License: MIT
Project-URL: Source, https://github.com/markreidvfx/pyaaf2
Project-URL: Documentation, http://pyaaf.readthedocs.io
Project-URL: Issues, https://github.com/markreidvfx/pyaaf2/issues
Keywords: film tv editing editorial edit non-linear edl time
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Multimedia :: Video :: Non-Linear Editor
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Description-Content-Type: text/x-rst
License-File: LICENSE

|python-versions| |travis-build| |appveyor-build| |docs|

pyaaf2
======

A python module for reading and writing Advanced Authoring Format (AAF) files.
pyaaf2 rewrite of `pyaaf1 <https://github.com/markreidvfx/pyaaf>`_ in pure python.

Features
--------

- Read/Write AAF files
- Modifying existing AAF files inplace
- Embedding DNxHD/DNxHR/WAV media
- Low level read/write Compound File Binary access
- Lazy file reading
- Zero dependencies, does not use AAF SDK

Requirements
------------

- Python >= 2.7

Installation
------------

You can install pyaaf2 via::

    pip install pyaaf2

or if you want to use the latest development git master::

    git clone https://github.com/markreidvfx/pyaaf2
    cd pyaaf2
    python setup.py install

Documentation
-------------

Documentation is available on `Read the Docs. <http://pyaaf.readthedocs.io/>`_

TODO
----

- More docs
- More tests
- More helper classes
- Port more pyaaf1 examples
- MXF linking improvements
- AMA linking improvements
- XML support

.. |python-versions| image:: https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%203.7-blue.svg

.. |travis-build| image:: https://travis-ci.org/markreidvfx/pyaaf2.svg?branch=master
    :alt: travis build status
    :target: https://travis-ci.org/markreidvfx/pyaaf2

.. |appveyor-build| image:: https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true
    :alt: appveyor build status
    :target: https://ci.appveyor.com/project/markreidvfx/pyaaf2

.. |docs| image:: https://readthedocs.org/projects/pyaaf/badge/?version=latest
    :alt: Documentation Status
    :target: http://pyaaf.readthedocs.io/en/latest/?badge=latest


