vltr / middle

Flexible, extensible Python data structures for general usage
https://middle.readthedocs.io/en/latest/
MIT License
10 stars 1 forks source link

Date and datetime objects #6

Open vltr opened 6 years ago

vltr commented 6 years ago

Get date and datetime converters to be customizable, instead of an if isinstance statement

vltr commented 5 years ago

One idea here is to drop the required dependency python-dateutil and provide a full Python parser with format selection out of the box. Perhaps create extras with python-dateutil, arrow, maya and others for managing date and datetime?