2019-05-05 20:07:31 +02:00
|
|
|
[metadata]
|
2021-02-07 10:27:41 +08:00
|
|
|
name = manimgl
|
2024-12-12 20:54:37 -06:00
|
|
|
version = 1.7.2
|
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
|
2022-02-05 22:13:34 +08:00
|
|
|
classifiers =
|
|
|
|
Development Status :: 4 - Beta
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Topic :: Scientific/Engineering
|
|
|
|
Topic :: Multimedia :: Video
|
|
|
|
Topic :: Multimedia :: Graphics
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Natural Language :: English
|
2019-07-07 21:44:50 -07:00
|
|
|
|
2021-06-26 12:23:14 +08:00
|
|
|
[options]
|
|
|
|
packages = find:
|
2022-02-05 22:13:34 +08:00
|
|
|
include_package_data = True
|
|
|
|
install_requires =
|
2024-12-11 10:38:30 -06:00
|
|
|
addict
|
2024-12-11 16:46:09 +05:30
|
|
|
appdirs
|
2025-03-20 20:52:48 +02:00
|
|
|
audioop-lts
|
2021-06-26 12:23:14 +08:00
|
|
|
colour
|
2024-12-11 16:46:09 +05:30
|
|
|
diskcache
|
2024-10-17 10:43:18 -07:00
|
|
|
ipython>=8.18.0
|
2022-04-22 16:42:45 +08:00
|
|
|
isosurfaces
|
2024-10-17 10:43:18 -07:00
|
|
|
fontTools
|
|
|
|
manimpango>=0.6.0
|
2024-12-11 16:46:09 +05:30
|
|
|
mapbox-earcut
|
2021-06-26 12:23:14 +08:00
|
|
|
matplotlib
|
|
|
|
moderngl
|
|
|
|
moderngl_window
|
2022-04-22 16:42:45 +08:00
|
|
|
numpy
|
|
|
|
Pillow
|
2021-06-26 12:23:14 +08:00
|
|
|
pydub
|
2021-10-16 13:04:52 +08:00
|
|
|
pygments
|
2022-04-22 16:42:45 +08:00
|
|
|
PyOpenGL
|
|
|
|
pyperclip
|
2021-06-26 12:23:14 +08:00
|
|
|
pyyaml
|
2021-10-16 13:04:52 +08:00
|
|
|
rich
|
2022-04-22 16:42:45 +08:00
|
|
|
scipy
|
2021-06-26 12:23:14 +08:00
|
|
|
screeninfo
|
2025-03-20 20:52:48 +02:00
|
|
|
setuptools
|
2022-04-22 16:42:45 +08:00
|
|
|
skia-pathops
|
2022-09-07 13:28:27 +08:00
|
|
|
svgelements>=1.8.1
|
2022-04-22 16:42:45 +08:00
|
|
|
sympy
|
|
|
|
tqdm
|
2024-10-17 10:43:18 -07:00
|
|
|
typing-extensions; python_version < "3.11"
|
2022-04-22 16:42:45 +08:00
|
|
|
validators
|
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
|