Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

File metadata and controls

15 lines (10 loc) · 353 Bytes

A software dependency analyzer for Python using the Python AST package

Introduction

This reposiory will contain a software dependency analyzer for Python.

Planned features: -Analyses software dependencies using the Python AST package -Supports following output formats -Sqlite database -Gexf

Status

Does not yet contain any source code.