Closed sonerayberk closed 5 years ago
We have some existing date related contrib module https://github.com/Deepwalker/trafaret/blob/master/trafaret/contrib/rfc_3339.py Not sure how to resolve competition – what is your opinion?
@Deepwalker Thanks for the feedback!
Here are some pros of the proposal:
dateutil
requirement);base.py
as specialized Python's data type;Date
& DateTime
trafarets via pip install trafaret
, no pip install trafaret[rfc3339]
is required.Your thoughts?
@Deepwalker Any updates about the PR?
I like this idea Main pros is stdlib only. But I have version2
branch, and will need to update this implementation to include codes etc as well. So I think what to do first, merge PR or release version2.
I can make PR into the version2
branch as well, no problems
@Deepwalker Created PR to version2
https://github.com/Deepwalker/trafaret/pull/58.
Will we merge current PR into master
or should I close it?
close
Add Trafaret
datetime.date
anddatetime.datetime
support.