Skip to content

juliomfreitas/dclpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSL written in python for check architectural conformity of python systems.

It's based in simple constraints of interactions between modules defined by system architects.

TODO:
* Implement the ONLY rules
* Think a DSL Syntax
* Improve the way we check whether a class/function belongs to a module. Instead to use an import, we should parse the file and match the names written in it
* Validate the application in a real system
* Log errors in a better way (se the LogEntry classes is good because we can handle reports in a myryad if formats)

Test Cases:
* 

About

A version of DCL for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%