Metadata-Version: |
2.1 |
Name: |
pydot |
Version: |
3.0.2 |
Summary: |
Python interface to Graphviz's Dot |
Author-Email: |
Ero Carrera <ero.carrera[at]gmail.com>, Peter Nowee <peter[at]peternowee.com>, Łukasz <lukaszlapinski7[at]gmail.com>, "FeRD (Frank Dana)" <ferdnyc[at]gmail.com> |
Maintainer-Email: |
Peter Nowee <peter[at]peternowee.com>, Łukasz <lukaszlapinski7[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/pydot/pydot |
Project-Url: |
Changelog, https://github.com/pydot/pydot/blob/main/ChangeLog |
Project-Url: |
Bug Tracker, https://github.com/pydot/pydot/issues |
License: |
MIT |
Keywords: |
graphviz,dot,graphs,visualization |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
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: |
Topic :: Scientific/Engineering :: Visualization |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pyparsing (>=3.0.9) |
Requires-Dist: |
chardet; extra == "dev" |
Requires-Dist: |
parameterized; extra == "dev" |
Requires-Dist: |
ruff; extra == "dev" |
Requires-Dist: |
zest.releaser[recommended]; extra == "release" |
Requires-Dist: |
chardet; extra == "tests" |
Requires-Dist: |
parameterized; extra == "tests" |
Requires-Dist: |
ruff; extra == "tests" |
Requires-Dist: |
tox; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Requires-Dist: |
pytest-xdist[psutil]; extra == "tests" |
Provides-Extra: |
dev |
Provides-Extra: |
release |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSES/MIT.txt |
License-File: |
LICENSES/Python-2.0.txt |