mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Added a Usage example to readme
This commit is contained in:
@@ -9,6 +9,15 @@ Features:
|
|||||||
* Remark or comment fields with common recognized forms are read and
|
* Remark or comment fields with common recognized forms are read and
|
||||||
available to the client, including clip name and source file data.
|
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?
|
## Should I Use This?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user