Metadata-Version: |
2.1 |
Name: |
dtumathtools |
Version: |
2024.2.0 |
Summary: |
A plotting package for the Mathematics 1 course at the Technical University of Denmark |
Author-Email: |
Christian Mikkelstrup <s194345[at]student.dtu.dk>, Hans Henrik Hermansen <s194042[at]student.dtu.dk> |
Maintainer-Email: |
Christian Mikkelstrup <s194345[at]student.dtu.dk> |
Project-Url: |
Url, https://github.com/dtudk/dtumathtools |
Project-Url: |
Homepage, https://github.com/dtudk/dtumathtools |
Project-Url: |
Releases, https://github.com/dtudk/dtumathtools/releases |
Project-Url: |
Documentation, https://github.com/dtudk/dtumathtools |
Project-Url: |
Repository, https://github.com/dtudk/dtumathtools.git |
Project-Url: |
Source, https://github.com/dtudk/dtumathtools |
Project-Url: |
Tracker, https://github.com/dtudk/dtumathtools/issues |
Project-Url: |
Discussions, https://github.com/dtudk/dtumathtools/discussions |
Project-Url: |
Chat, https://discord.gg/h8EVaV9ShP |
License: |
BSD-3-Clause |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Education |
Classifier: |
Topic :: Education |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Requires-Python: |
<3.13,>=3.9 |
Requires-Dist: |
sympy (~=1.12) |
Requires-Dist: |
matplotlib (<3.10,>=3.8) |
Requires-Dist: |
jupyter (>=1.0.0) |
Requires-Dist: |
numpy (<2,>=1.24) |
Requires-Dist: |
sympy-plot-backends (<3.3,>=3.1.1); python_version <= "3.9" |
Requires-Dist: |
sympy-plot-backends (<4.0,>=3.4); python_version >= "3.10" |
Requires-Dist: |
panel (>=1.0.0); extra == "bokeh" |
Requires-Dist: |
ipywidgets-bokeh; extra == "bokeh" |
Requires-Dist: |
colorcet; extra == "bokeh" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
ipympl (>=0.7.0); extra == "ipympl" |
Requires-Dist: |
vtk; extra == "k3d" |
Requires-Dist: |
k3d (>=2.9.7); extra == "k3d" |
Requires-Dist: |
plotly (>=4.14.3); extra == "plotly" |
Requires-Dist: |
PyQt5 (~=5.15.9); extra == "qt" |
Requires-Dist: |
pytest; extra == "test" |
Provides-Extra: |
bokeh |
Provides-Extra: |
dev |
Provides-Extra: |
ipympl |
Provides-Extra: |
k3d |
Provides-Extra: |
plotly |
Provides-Extra: |
qt |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |