Metadata-Version: 2.1
Name: dimtim-utils
Version: 0.0.14
Summary: Python utils
Home-page: https://github.com/dim-tim-inc/dimtim-utils
Author: Dim-Tim, Inc.
Author-email: info@dim-tim.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# dimtim-utils

Python utils for Dim-Tim projects

### Changelog

__v0.0.7__ _\[10.12.2021\]_

* Added _utils.text.inline(str)_ function

-------------------------------------------------------------------------------

__v0.0.8__ _\[10.12.2021\]_

* Updated _utils.debug.timeit(str?)_ function

-------------------------------------------------------------------------------

__v0.0.9__ _\[17.01.2022\]_

* Added _utils.decorators.freezeargs()_ decorator

-------------------------------------------------------------------------------

__v0.0.10__ _\[17.01.2022\]_

* Small fixes

-------------------------------------------------------------------------------

__v0.0.11__ _\[17.01.2022\]_

* Small fixes

-------------------------------------------------------------------------------

__v0.0.12__ _\[17.01.2022\]_

* Small json serializer fixes

-------------------------------------------------------------------------------

__v0.0.13__ _\[22.01.2022\]_

* Added _out_ argument to _utils.debug.timeit(str?, Logger?)_ to specify logger output
* Small fix in importing module
* Added _utils.text.to_kebab_case(str)_ function
* Added some tests

-------------------------------------------------------------------------------

__v0.0.14__ _\[23.01.2022\]_

* Fix _helpers.management_ import without installed __python-crontab__ library


