Metadata-Version: 2.4
Name: daredevil
Version: 0.1.0
Summary: Create and understand code without reading it
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourname/daredevil
Project-URL: Repository, https://github.com/yourname/daredevil
Keywords: code,visualization,accessibility,vibe-coding
Classifier: Development Status :: 3 - Alpha
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyvis>=0.3.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"

# daredevil
Vib code (python) code without reading it.

Vibe coding is good at creating code. But I would prefer not to read all of it all the time. Daredevil is a syntax analysis tool to help you understand code without reading it. At the moment, it is a dumping gound for my work on this topic.

Liable to change. Features probably won't go away but might change. Contains AI generated code. 

Will probably start as a bunch of tools that I dump which begins to take shape

## My preferences
I hate GUIs but sometimes the are the best tools. I do not want to work out out to use tools like this each time.

# Features
Show a module import graph with line numbers and doc on mousehover.

```
daredevil modules
```

## Probably features
Call graphs through modules.
Constraings

