Metadata-Version: 2.1
Name: pyavb
Version: 0.1.0.dev7
Summary: A python module for the reading and writing Avid Bin Files files.
Home-page: https://github.com/markreidvfx/pyavb
Author: Mark Reid
Author-email: mindmark@gmail.com
License: MIT
Project-URL: Source, https://github.com/markreidvfx/pyavb
Project-URL: Documentation, http://pyavb.readthedocs.io
Project-URL: Issues, https://github.com/markreidvfx/pyavb/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: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Description-Content-Type: text/x-rst
Provides-Extra: cython
License-File: LICENSE

|python-versions| |github-build| |docs|

pyavb
=====

A python module for reading and writing Avid Bin Files (AVB) files.

Notice
------

This project is in no way affiliated, nor endorsed in any way with Avid, and their name and all product names are registered brand names and trademarks that belong to them.

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

- Python >= 2.7

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

You can install pyavb via::

    pip install pyavb

or clone the latest development git master::

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

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

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


.. |python-versions| image:: https://img.shields.io/badge/python-%3E%3D%202.7-blue.svg

.. |github-build| image:: https://github.com/markreidvfx/pyavb/actions/workflows/workflow.yml/badge.svg
    :alt: github actions
    :target: https://github.com/markreidvfx/pyavb/actions

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


