clickupython.helpers package
Submodules
clickupython.helpers.formatting module
- clickupython.helpers.formatting.url_join(host, model, *additional_path)
clickupython.helpers.timefuncs module
- clickupython.helpers.timefuncs.fuzzy_time_to_seconds(text: any) int
Converts a human readable duration of time into seconds
Args: text - a human readable period of time
Returns: seconds of the duration as an int
- clickupython.helpers.timefuncs.fuzzy_time_to_unix(text: str)
Converts a human readable time and date to a Unix timestamp
Args: text - a human readable date in string form
Returns: a Unix timestamp