r1chardj0n3s / parse

Parse strings using a specification based on the Python format() syntax.
http://pypi.python.org/pypi/parse
MIT License
1.72k stars 101 forks source link

parse arbitrary datetime strings #152

Closed bendichter closed 1 year ago

bendichter commented 1 year ago

fix #150

bendichter commented 1 year ago

@r1chardj0n3s , I would love to hear your thoughts on this. It would be very useful for my application and I'd like to avoid splintering if I can

bendichter commented 1 year ago

ping @r1chardj0n3s

wimglenn commented 1 year ago

What's up with renaming parse.py to fparse.py? That's a huge backwards break and I don't understand the reason, there's no explanation in the commit messages

bendichter commented 1 year ago

@wimglenn this was a while ago but I think that was a mistake. @r1chardj0n3s never responded so I made a package of my own here and probably just copy/pasted to aggressively. If there is serious consideration of this feature I'd be happy to fix it and the merge conflicts.

bendichter commented 1 year ago

Closed in favor of #165