LICENSE
README.md
pyproject.toml
code2schema/__init__.py
code2schema/cli.py
code2schema.egg-info/PKG-INFO
code2schema.egg-info/SOURCES.txt
code2schema.egg-info/dependency_links.txt
code2schema.egg-info/entry_points.txt
code2schema.egg-info/requires.txt
code2schema.egg-info/top_level.txt
code2schema/analyzer/__init__.py
code2schema/analyzer/cqrs.py
code2schema/analyzer/events.py
code2schema/analyzer/graph.py
code2schema/codegen/__init__.py
code2schema/codegen/visualizer.py
code2schema/core/__init__.py
code2schema/core/extractor.py
code2schema/core/models.py
tests/test_code2schema.py