glyph / DateType

A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date', and separating out Naive and Aware datetimes into separate, mutually-incompatible types.
Other
73 stars 6 forks source link

Various fixes: Fix nested composition, runtime type-checking behavior, and more #2

Closed dlitz closed 1 year ago

glyph commented 1 year ago

Since it's been a few months with no response, I'm going to close this just to clear the dashboard. But if you have renewed interest, feel free to open a new PR that addresses the review.

Thanks again for contributing!