Skip to content

Commit dc8c3f7

Browse files
authored
Add ADR-py
1 parent d523085 commit dc8c3f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2024-10-28-adr-tooling.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,18 @@ categories: [adr]
3939
- PHP version: [phpadr](https://github.com/bellangelo/phpadr)
4040
- Powershell module: [adr-ps](https://github.com/rdagumampan/adr-ps)
4141
- Python rewrite: [adr-tools-python](https://pypi.org/project/adr-tools-python/)
42+
- Python rewrite: [ADR-py](https://github.com/AlTosterino/ADR-py)
4243
- Another Powershell module: [ArchitectureDecisionRecords](https://github.com/ajoberstar/ArchitectureDecisionRecords)
4344
- Rust rewrite: [adrs](https://github.com/joshrotenberg/adrs)
4445
- [adr-viewer](https://github.com/mrwilson/adr-viewer) - python application to generate a website from a set of ADRs.
4546
- [architectural-decision](https://github.com/cspray/architectural-decision): PHP library to create ADRs using PHP8 Attributes.
4647
- [Loqbooq](https://loqbooq.app): Commerical Web App with Slack integration to record ADR-inspired decision logs
4748
- [Talo](https://github.com/canpolat/talo): CLI (and dotnet tool) to manage and export ADRs, RFCs and custom software design document types.
4849

50+
#### Renderings
51+
52+
- [adr-viewer](https://pypi.org/project/adr-viewer/) - renders ADRs in a web page
53+
4954
## Tooling close to the code
5055

5156
- [(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.

0 commit comments

Comments
 (0)