|python-versions| |github-build| |docs|
A python module for reading and writing Advanced Authoring Format (AAF) files.
pyaaf2 is a rewrite of pyaaf1 <https://github.com/markreidvfx/pyaaf>
_ in pure python.
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 is available on Read the Docs. <http://pyaaf.readthedocs.io/>
_
.. |python-versions| image:: https://img.shields.io/badge/python-%3E%3D%202.7-blue.svg
.. |github-build| image:: https://github.com/markreidvfx/pyaaf2/actions/workflows/workflow.yml/badge.svg :alt: github actions :target: https://github.com/markreidvfx/pyaaf2/actions
.. |docs| image:: https://readthedocs.org/projects/pyaaf/badge/?version=latest :alt: Documentation Status :target: http://pyaaf.readthedocs.io/en/latest/?badge=latest