Metadata-Version: 2.4
Name: fcp-math
Version: 0.0.1
Summary: Arithmetic operations and FPS conversions done clean in a FCP-native way.
Author-email: Sugil Steve Lee <sugilmath@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/leesugil/fcp-math
Project-URL: Issues, https://github.com/leesugil/fcp-math/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# fcp-math
Arithmetic operations and FPS conversions done clean in a FCP-native way.

FCP stores time-related variables in a string format like '100/6000s' representing the fraction value and time unit at the same time. Those variables play crucial rule in everywhere (fps, clip start, clip duration, clip offset, to name a few). Sometimes you want to do some arithmetic calculations with them or convert them properly depending on fps. This package does that.
