Skip to content

Commit

Permalink
Add ADR-py
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 28, 2024
1 parent d523085 commit dc8c3f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2024-10-28-adr-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,18 @@ 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.
- [architectural-decision](https://github.com/cspray/architectural-decision): PHP library to create ADRs using PHP8 Attributes.
- [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.
Expand Down

0 comments on commit dc8c3f7

Please sign in to comment.