Metadata-Version: 2.1
Name: fcpxml
Version: 0.0.2
Summary: fcpxml 解析
Home-page: https://github.com/ldsxp/fcpxml
Author: lds
Author-email: 85176878@qq.com
License: GNU GPL 3
Download-URL: https://pypi.org/project/fcpxml
Description: # fcpxml
        
        **fcpxml** 解析 Final Cut Pro 导出的 xml 文件（现在开发是以  Premiere Pro 导出的 XML 项目文件为基础）
        
        **请不要安装，现在还不可用！！！**
        
        查看 [更改日志](https://github.com/ldsxp/fcpxml/blob/master/CHANGELOG.md)
        
        ## 安装：
        ```shell
        pip install -U fcpxml
        ```
        
        
        ## 简单的例子:
        
        ```python
        ...
        ```
        
        ## 参考
        https://helpx.adobe.com/cn/premiere-pro/using/importing-xml-project-files-final.html
        https://developer.apple.com/documentation/professional_video_applications/exchanging_content_and_metadata_with_final_cut_pro
        https://developer.apple.com/library/archive/documentation/FinalCutProX/Reference/FinalCutProXXMLFormat/Introduction/Introduction.html
        https://pypi.org/project/openclip/#files
        https://github.com/zeibou/pyFcpxmlCreator
        https://github.com/elusive-ideas/fcpxml_reader
        https://github.com/antiero/dotStudio/tree/master/Python/Startup/fcpxml_reader
        https://github.com/jeffli678/fcpxml2srt
        https://github.com/martinblech/xmltodict
        https://codebeautify.org/xmlviewer
        https://docs.python.org/3/library/xml.etree.elementtree.html#module-xml.etree.ElementTree
        
Keywords: fcpxml,Final Cut Pro
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
