python-architecture-linter
python-architecture-linter-demo
python-architecture-linter | python-architecture-linter-demo | |
---|---|---|
2 | 1 | |
11 | 1 | |
- | - | |
0.0 | 0.0 | |
almost 2 years ago | almost 2 years ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
python-architecture-linter
- How boring should your team be
-
Navigate ASTs with x-path-like queries
>I've found myself manually writing code for finding things in python's AST but a tool like this would be much more succinct
Wow, I also am writing a tool for finding things in the Python AST: https://github.com/Incognito/python-architecture-linter
It does other things too, but one of the key features is reading the AST. It's a bit of a prototype but if you want to jam together on a project I'd be open to it.
python-architecture-linter-demo
What are some alternatives?
architecture_decision_record - Architecture decision record (ADR) examples for software planning, IT leadership, and template documentation
rfcs - Specifications for Interledger and related protocols
architecture-decision
rafiki - An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
Flake8 - flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
IronFunctions - IronFunctions - the serverless microservices platform by
docker-flask-example - A production ready example Flask app that's using Docker and Docker Compose.
json5 - JSON5 — JSON for Humans