mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Update README.md
Documentation updated
This commit is contained in:
@@ -20,7 +20,9 @@ The `pycmx` package provides a basic interface for parsing a CMX 3600 EDL and it
|
|||||||
|
|
||||||
```
|
```
|
||||||
>>> import pycmx
|
>>> import pycmx
|
||||||
>>> edl = pycmx.parse_cmx3600("tests/edls/TEST.edl")
|
>>> with open("tests/edls/TEST.edl") as f
|
||||||
|
... edl = pycmx.parse_cmx3600(f)
|
||||||
|
...
|
||||||
>>> edl.title
|
>>> edl.title
|
||||||
'DC7 R1_v8.2'
|
'DC7 R1_v8.2'
|
||||||
>>> events = list( edl.events )
|
>>> events = list( edl.events )
|
||||||
|
|||||||
Reference in New Issue
Block a user