Readme elaboration. setup.py changed to reflect appropriate categories.

This commit is contained in:
Jamie Hardt
2018-11-29 21:26:49 -08:00
parent 7ebaf26107
commit ec3a65fc6a
2 changed files with 18 additions and 1 deletions

View File

@@ -1,2 +1,20 @@
# pycmx
Python CMX3600 Edit Decision List Parser
The `pycmx` package provides a basic interface for parsing a CMX3600 EDL.
Features:
* The major variations of the CMX3600, the standard, "File32" and "File128"
formats are automatically detected and properly read.
* Remark or comment fields with common recognized forms are read and
available to the client, including clip name and source file data.
## Should I Use This?
At this time, this is (at best) alpha software and the interface will be
changing often. It may be fun to experiment with but it is not suitable
at this time for production code.
Contributions are welcome and will make this module production-ready all the
faster! Please reach out or file a ticket!