willmcgugan / codereviews

Free code reviews for open source projects
113 stars 3 forks source link

[Code Review Request] ics.py: iCalendar for Humans #25

Open N-Coder opened 2 years ago

N-Coder commented 2 years ago

What is the name of your project? ics.py: iCalendar for Humans, a Pythonic and easy iCalendar library following RFC 5545

What is the repo URL? https://github.com/ics-py/ics-py

Is there anything else I should know about the code? We are about to complete a major rewrite of the library, whose details are documented here. Pretty much everything was re-built, while the user-facing API stayed mostly the same - which is good, but not really that important for a project with current version 0.8.0-dev. As most of that API grew organically, now would be the optimal point in time to think about which things we could do better in terms of usability. The changes are close to complete for a alpha release (with the still missing documentation and test updates probably waiting until we release a beta version), while there still is some internal polishing and advanced, new functionality in the progress of being developed, where feedback in-the-loop would also be awesome (see also the discussion here).

Are there any areas you would like me to focus on? There are a few areas that would benefit from a review:

Have I reviewed this project previously? Not that I'm aware of.