python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie Namespace Reference

Namespaces

 exporters
 
 gui
 
 importers
 
 nvector
 
 objects
 Package with all the Lottie Python bindings.
 
 parsers
 
 utils
 
 version
 

Variables

 here = os.path.dirname(os.path.abspath(__file__))
 
 pipe
 
 out
 
 err
 
 vfn = os.path.join(os.path.dirname(os.path.dirname(here)), "version")
 
string version_tuple = "unknown" else (0, 0, 0)
 

Variable Documentation

◆ err

lottie.err

Definition at line 22 of file __init__.py.

◆ here

lottie.here = os.path.dirname(os.path.abspath(__file__))

Definition at line 10 of file __init__.py.

◆ out

lottie.out

Definition at line 22 of file __init__.py.

◆ pipe

lottie.pipe
Initial value:
1 = subprocess.Popen(
2  ['git', 'describe', '--abbrev=0', '--tags'],
3  cwd=here,
4  stderr=subprocess.DEVNULL,
5  stdout=subprocess.PIPE
6  )

Definition at line 13 of file __init__.py.

◆ version_tuple

tuple lottie.version_tuple = "unknown" else (0, 0, 0)

Definition at line 33 of file __init__.py.

◆ vfn

lottie.vfn = os.path.join(os.path.dirname(os.path.dirname(here)), "version")

Definition at line 26 of file __init__.py.