Whenever: Typed and DST-safe datetimes for Python
1–10 of 151 posts
Re: Whenever: Typed and DST-safe datetimes for Python
#2Re: Whenever: Typed and DST-safe datetimes for Python
#3Re: Whenever: Typed and DST-safe datetimes for Python
#4Re: Whenever: Typed and DST-safe datetimes for Python
#5Re: Whenever: Typed and DST-safe datetimes for Python
#6Ah nice it solves the Liskov violation that the standard library has. In the standard library, dates can be compared with I wonder what benefits this choice has that outweigh the risks of this behavior.
Re: Whenever: Typed and DST-safe datetimes for Python
#7Re: Whenever: Typed and DST-safe datetimes for Python
#8Hard pass. The complexity of having to use binary packages or build things is not worth the performance benefit. The pure-Python version requires building from source and passing special flags, so it is not possible to specify it in requirements.txt.
Re: Whenever: Typed and DST-safe datetimes for Python
#9I learned the hard way, that dependencies kill projects.
Not saying this isn't great, thanks for creating it! It does have its use cases, of course.
Re: Whenever: Typed and DST-safe datetimes for Python
#10> available in Rust or pure Python. Hard pass. The complexity of having to use binary packages or build things is not worth the performance benefit. The pure-Python version requires building from source and passing special flags, so it is not possible to specify it in requirements.txt.