ariebovenberg / whenever

⏰ Modern datetime library for Python, available in Rust or pure Python
https://whenever.rtfd.io
MIT License
831 stars 13 forks source link

An visual overview of classes, their differences, and conversions #69

Open ariebovenberg opened 7 months ago

ariebovenberg commented 7 months ago

To understand the basics of the API at first glance, there should be a simple diagram which shows the different classes, their differences, and how to convert between them.

D3SL commented 3 months ago

I think Lubridate's "Cheat Sheet" from R could be a fantastic inspiration for this. They really did a solid job conveying the concepts of datetimes, durations, and intervals visually.