structurizr-python
structurizr-python copied to clipboard
A Python 3 port of Simon Brown's Structurizr diagrams-as-code architecture description tool.
* [x] fix #87 * [ ] description of feature/fix * [ ] tests added/passed * [x] add an entry to the [next release](../CHANGELOG.rst) New to python, please help me...
### Checklist - [x] There are [no similar issues or pull requests](https://github.com/Midnighter/structurizr-python/issues) for this yet. ### Is your feature related to a problem? Please describe it. Currently auto layout can...
### Checklist - [X] There are [no similar issues or pull requests](https://github.com/Midnighter/structurizr-python/issues) for this yet. ### Is your feature related to a problem? Please describe it. Following PR #77, the...
### Checklist - [X] There are [no similar issues or pull requests](https://github.com/Midnighter/structurizr-python/issues) for this yet. ### Is your feature related to a problem? Please describe it. In the Java implementation,...
### Checklist - [ ] I searched the [documentation](https://structurizr-python.readthedocs.io). - [ ] I looked through [similar issues on GitHub](https://github.com/Midnighter/structurizr-python/issues). - [ ] I looked up "How to do ... in...
### Checklist - [X] There are [no similar issues or pull requests](https://github.com/Midnighter/structurizr-python/issues) for this yet. ### Is your feature related to a problem? Please describe it. In keeping with the...
### Checklist - [X] There are [no similar issues or pull requests](https://github.com/Midnighter/structurizr-python/issues) for this yet. ### Is your feature related to a problem? Please describe it. I want to be...
#### Problem description If `add_nearest_neighbours()` is called more than once for the same element (e.g. with different neighbour types) then it can currently duplicate relationships. #### Code Sample Create a...
#### Problem description With a new workspace in the Structurizr UI, many fields are optional (may be left blank). The model we have using Pydantic is more strict than this,...