Skip to content

An architectural conformance analysis tool for systems written in Python

License

Notifications You must be signed in to change notification settings

PqES/ArchPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchPython

An architectural conformance analysis tool for systems written in Python

Installing Dependencies

Use the requirement file to install external dependencies.

For example:

pip install -r requirements

Running

To run ArchPython, open the command prompt in this folder and type:

python src/main.pay <path_to_architeture_file> <path_to_project_source_code>

For example:

python src\main.py C:\dev\ArchPython\examples\PythonToDo\architecture.json C:\dev\ArchPython\examples\PythonToDo


More information coming soon!