Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisschellekens authored Nov 2, 2024
1 parent b7033ba commit 3ee59f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ This is currently a one-man project, so the focus will always be to support thos
While this update is taking longer, I am confident that the added benefits will make the wait worthwhile.
Stay tuned for more updates and thank you for your continued support!

📣 **update on the major release**: The vast majority of things related to creating a PDF are done.
Major changes include:
- The codebase no longer uses `Decimal`.
- The codebase no longer uses external files (some people were experiencing issues with that when trying to pack their code into an executable.)
- `Annotation` objects have become part of the `LayoutElement` hierarchy.
- `LayoutElement` objects are characterised by 2 methods: `get_size` and `paint`.
- The codebase is fully checked using `mypy`.
- The codebase is fully checked using `pydocstyle`.
- The codebase is tested even more thoroughly (1200+ tests!)

Next up is reading a PDF, after which I can work on modifying a PDF in a way that is fully consistent with the ISO standard.


## 1. About the Examples

The examples can be found in a separate repository.
Expand Down

0 comments on commit 3ee59f6

Please sign in to comment.