impactsense-parser 0.1.0

Multi-language static analysis: parse codebases into an in-memory dependency graph for impact analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target/
parsed_output.json
parsed_output_production.json

# Neo4j data
neo4j-data/
neo4j-data.tar.gz
neo4j-data-fresh/
neo4j-data-fresh.tar.gz

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.py[cod]
*$py.class