speedate
speedate copied to clipboard
How to use speedate in python?
Do I have to go through pydantic v2 to use speedate's ability to parse time in python? If so, are there any code examples?
speedate is used in pydantic-core, which is used in pydantic, which you can use from Python.
Other than that, the functionality is not exposed directly... you could try to get access via cffi or perhaps write a small Python wrapper and post it on PYPI?