mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Readme elaboration. setup.py changed to reflect appropriate categories.
This commit is contained in:
18
README.md
18
README.md
@@ -1,2 +1,20 @@
|
|||||||
# pycmx
|
# pycmx
|
||||||
Python CMX3600 Edit Decision List Parser
|
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!
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -13,7 +13,6 @@ setup(name='pycmx',
|
|||||||
url='https://github.com/iluvcapra/pycmx',
|
url='https://github.com/iluvcapra/pycmx',
|
||||||
classifiers=['Development Status :: 3 - Alpha',
|
classifiers=['Development Status :: 3 - Alpha',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Python :: 2.7',
|
|
||||||
'Topic :: Multimedia',
|
'Topic :: Multimedia',
|
||||||
'Topic :: Multimedia :: Video',
|
'Topic :: Multimedia :: Video',
|
||||||
'Topic :: Text Processing'],
|
'Topic :: Text Processing'],
|
||||||
|
|||||||
Reference in New Issue
Block a user