Metadata-Version: 2.1
Name: dtyper
Version: 1.1.0
Summary: ⌨️dtyper: Call typer commands or make dataclasses from them ⌨
Author: Tom Ritchford
Author-email: tom@swirly.com
Requires-Python: >=3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer
Description-Content-Type: text/x-rst

⌨️dtyper: Call typer commands or make dataclasses from them ⌨️

Install using ``pip install dtyper``.

``dtyper.function`` takes a ``typer`` command and returns a callable function
with the correct defaults.

``dtyper.dataclass`` is a decorator that takes a ``typer`` command and makes a
dataclass from it, wrapping either a function or a callable class.

See ``test_dtyper.py`` for examples of use.

