Metadata-Version: 2.1
Name: typeconvs
Version: 0.1.1
Summary: Converters from str to another type.
Home-page: https://andreas19.github.io/typeconvs/
Author: Andreas Suhre
Author-email: andreas19@posteo.eu
License: BSD-3-Clause
Project-URL: Source code, https://github.com/andreas19/typeconvs/
Keywords: type converters
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# TypeConvs

Converters from str to another type.

For more information see the [documentation](https://andreas19.github.io/typeconvs/overview.html).

History
-------

**2021-01-25 (0.1.1)**
 - Bugfix: function duration now raises ValueError when hour, minute, or second
   are negative or when minute or second are > 59
 - Add parameter use_locale to function duration

**2021-01-22 (0.1.0)**
 - First public release


