Added a Usage example to readme

This commit is contained in:
Jamie Hardt
2018-11-29 22:08:36 -08:00
parent 284aea8422
commit af578ca8eb

View File

@@ -9,6 +9,15 @@ Features:
* Remark or comment fields with common recognized forms are read and
available to the client, including clip name and source file data.
## Usage
```
Python 3.7.1 (default, Nov 6 2018, 18:46:03)
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycmx
>>> pycmx.parse_cmx3600("INS4_R1_010417.edl")
```
## Should I Use This?