python-lottie 0.7.1+dev23f1ddd
A framework to work with lottie files and telegram animated stickers (tgs)
Loading...
Searching...
No Matches
lottie Namespace Reference

Namespaces

namespace  exporters
 
namespace  gui
 
namespace  importers
 
namespace  nvector
 
namespace  objects
 Package with all the Lottie Python bindings.
 
namespace  parsers
 
namespace  utils
 
namespace  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")
 
str 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.