Metadata-Version: 2.4
Name: callgraph-viz
Version: 0.1.0
Summary: Interactive function call graph visualizer for Python and JavaScript
Author-email: Korah Stone <korahcomm@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/KorahStone/callgraph-viz
Project-URL: Repository, https://github.com/KorahStone/callgraph-viz
Project-URL: Issues, https://github.com/KorahStone/callgraph-viz/issues
Keywords: call-graph,visualization,code-analysis,static-analysis,d3js
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
