From ec3a65fc6a08276724f02addc5cf86f28d58c276 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 29 Nov 2018 21:26:49 -0800 Subject: [PATCH] Readme elaboration. setup.py changed to reflect appropriate categories. --- README.md | 18 ++++++++++++++++++ setup.py | 1 - 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d97d3c2..21453e1 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/setup.py b/setup.py index 09e142e..2a929d0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ setup(name='pycmx', url='https://github.com/iluvcapra/pycmx', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2.7', 'Topic :: Multimedia', 'Topic :: Multimedia :: Video', 'Topic :: Text Processing'],