Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
googletron
on Jan 23, 2013
|
parent
|
context
|
favorite
| on:
Delorean – datetime conversions in Python
I appreciate the encouragement. What would be much more useful is some actual feedback. :)
I have baked in some of the niceties of dateutil into Delorean, such as rrule and parse.
jessaustin
on Jan 23, 2013
[–]
Please don't make it too much like dateutil; using that module requires too much doc study. I usually end up just building a few functions from scratch that do precisely what I want with datetime alone.
googletron
on Jan 24, 2013
|
parent
[–]
Which is the reason I abstracted many of the more complex features into easier, less complex and easily groked API.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I have baked in some of the niceties of dateutil into Delorean, such as rrule and parse.