ssssam / calliope

Playlist toolkit - MOVED, now at https://gitlab.com/samthursfield/calliope/
https://gitlab.com/samthursfield/calliope/
GNU General Public License v2.0
2 stars 0 forks source link

Replace 'dateparser' with 'parsedatetime' #65

Closed ssssam closed 5 years ago

ssssam commented 5 years ago

The latter appears to have much poorer internationalization, so we might switch back in future. However we are a long way off from having the tools accept their commandline arguments in languages other than English at the moment. Meanwhile, 'dateparser' has some requirements that are difficult to satisfy on container OSes: the 'regex' module isn't packaged in Alpine Linux and has C code bundled with it, so pip install needs a full C toolchain available to be able to install this module. Right now it's not worth that pain.