From dc8c3f76f8d281b5a9773f5922d1798f8094da24 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 28 Nov 2024 10:57:35 +0100 Subject: [PATCH] Add ADR-py --- _posts/2024-10-28-adr-tooling.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_posts/2024-10-28-adr-tooling.md b/_posts/2024-10-28-adr-tooling.md index 6d1637b..b2d7ce5 100644 --- a/_posts/2024-10-28-adr-tooling.md +++ b/_posts/2024-10-28-adr-tooling.md @@ -39,6 +39,7 @@ categories: [adr] - PHP version: [phpadr](https://github.com/bellangelo/phpadr) - Powershell module: [adr-ps](https://github.com/rdagumampan/adr-ps) - Python rewrite: [adr-tools-python](https://pypi.org/project/adr-tools-python/) + - Python rewrite: [ADR-py](https://github.com/AlTosterino/ADR-py) - Another Powershell module: [ArchitectureDecisionRecords](https://github.com/ajoberstar/ArchitectureDecisionRecords) - Rust rewrite: [adrs](https://github.com/joshrotenberg/adrs) - [adr-viewer](https://github.com/mrwilson/adr-viewer) - python application to generate a website from a set of ADRs. @@ -46,6 +47,10 @@ categories: [adr] - [Loqbooq](https://loqbooq.app): Commerical Web App with Slack integration to record ADR-inspired decision logs - [Talo](https://github.com/canpolat/talo): CLI (and dotnet tool) to manage and export ADRs, RFCs and custom software design document types. +#### Renderings + +- [adr-viewer](https://pypi.org/project/adr-viewer/) - renders ADRs in a web page + ## Tooling close to the code - [(Java) Embedded Architectural Decision Records](https://github.com/adr/e-adr#embedded-architectural-decision-records), which shows how a distributed AD log can be embedded in Java Code via ADR annotations.