GitHub - https://github.com/Animatea/aiotense Documentation - https://animatea.github.io/aiotense/
aiotense is a tool that converts a string like "1day1minute 20seconds" into number of seconds or timedelta objects. - If you need case insensitivity, you can use resolvers. - Custom parsing sequence - custom resolvers. - Need to convert result to string? You can write your own converter by inheriting `aiotense.application.ports.converters.AbstractConverter`. - Need to cache the result? Write your own parser by inheriting `aiotense.application.ports.parsers.AbstractParser`.
aiotense has been designed with maximum flexibility, practicality and user friendliness in mind. I hope our project helped you or you were just interested in seeing it.