python-lottie
0.6.11+deved4e6c7
A framework to work with lottie files and telegram animated stickers (tgs)
|
Classes | |
class | LottieBase |
Base class for Lottie JSON objects bindings. More... | |
class | EnumMeta |
Hack to counter-hack the hack in enum meta. More... | |
class | LottieEnum |
Base class for enum-like types in the Lottie JSON structure. More... | |
class | PseudoList |
List tag for some weird values in the Lottie JSON. More... | |
class | LottieValueConverter |
Factory for property types that require special conversions. More... | |
class | LottieProp |
Lottie <-> Python property mapper. More... | |
class | LottieObjectMeta |
class | LottieObject |
Base class for mapping Python classes into Lottie JSON objects. More... | |
class | Index |
Simple iterator to generate increasing integers. More... | |
class | CustomObject |
Allows extending the Lottie shapes with custom Python classes. More... | |
class | ObjectVisitor |
Variables | |
PseudoBool = LottieValueConverter(bool, int, "0-1 int") | |
For values in Lottie that are bools but ints in the JSON. More... | |
lottie.objects.base.PseudoBool = LottieValueConverter(bool, int, "0-1 int") |