Skip to content

Commit

Permalink
docs: Give rich a shout-out
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Sep 6, 2022
1 parent 615d883 commit 3ad55ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document is less about software architecture per-se, but rather about techn
## Features

- fully async using [`aiohttp`](https://docs.aiohttp.org/en/stable/) and [gidgethub](https://gidgethub.readthedocs.io/en/latest/index.html)
- based around the fantastic [`rich`](https://github.com/Textualize/rich) library for terminal output
- [structural pattern matching](https://peps.python.org/pep-0634/), introduced in Python 3.10:
- initially used for fun, but not because any use cases were substantially easier using it,
- then dropped on 2022-07-16 since Python 3.10 is [unsupported by AWS lambda](https://github.com/aws/aws-lambda-base-images/issues/31),
Expand Down

0 comments on commit 3ad55ca

Please sign in to comment.