2019-05-05 20:07:31 +02:00
|
|
|
[metadata]
|
2021-02-07 10:27:41 +08:00
|
|
|
name = manimgl
|
2022-02-04 11:03:37 +08:00
|
|
|
version = 1.4.1
|
2019-05-05 20:07:31 +02:00
|
|
|
author = Grant Sanderson
|
2021-06-26 12:23:14 +08:00
|
|
|
author_email= grant@3blue1brown.com
|
|
|
|
description = Animation engine for explanatory math videos
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown; charset=UTF-8
|
|
|
|
home_page = https://github.com/3b1b/manim
|
2019-05-05 20:07:31 +02:00
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://github.com/3b1b/manim/issues
|
2021-02-02 21:02:28 +08:00
|
|
|
Documentation = https://3b1b.github.io/manim/
|
2019-05-05 20:07:31 +02:00
|
|
|
Source Code = https://github.com/3b1b/manim
|
|
|
|
license = MIT
|
2019-07-07 21:44:50 -07:00
|
|
|
|
2021-06-26 12:23:14 +08:00
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
include_package_data=True
|
|
|
|
install_requires =
|
|
|
|
argparse
|
|
|
|
colour
|
|
|
|
numpy
|
|
|
|
Pillow
|
|
|
|
scipy
|
|
|
|
sympy
|
|
|
|
tqdm
|
|
|
|
mapbox-earcut
|
|
|
|
matplotlib
|
|
|
|
moderngl
|
|
|
|
moderngl_window
|
2021-11-10 00:21:04 +08:00
|
|
|
skia-pathops
|
2021-06-26 12:23:14 +08:00
|
|
|
pydub
|
2021-10-16 13:04:52 +08:00
|
|
|
pygments
|
2021-06-26 12:23:14 +08:00
|
|
|
pyyaml
|
2021-10-16 13:04:52 +08:00
|
|
|
rich
|
2021-06-26 12:23:14 +08:00
|
|
|
screeninfo
|
|
|
|
pyreadline; sys_platform == 'win32'
|
|
|
|
validators
|
|
|
|
ipython
|
|
|
|
PyOpenGL
|
|
|
|
manimpango>=0.2.0,<0.4.0
|
2022-01-27 17:31:14 +08:00
|
|
|
cssselect2
|
2019-05-05 21:41:43 +02:00
|
|
|
|
2021-06-26 12:23:14 +08:00
|
|
|
[options.entry_points]
|
2019-05-05 21:41:43 +02:00
|
|
|
console_scripts =
|
2021-02-07 17:43:05 +08:00
|
|
|
manimgl = manimlib.__main__:main
|
|
|
|
manim-render = manimlib.__main__:main
|