From f5bbb1846bb7c45fd685b03ad9d0589ef91279e9 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 27 Apr 2023 20:57:04 -0500 Subject: [PATCH] update readme --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 58385aa..8ff52da 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,13 @@ -# {{ package_title }} - -[![PyPI - Version](https://img.shields.io/pypi/v/{{ package_name }}.svg)](https://pypi.org/project/{{ package_name }}) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/{{ package_name }}.svg)](https://pypi.org/project/{{ package_name }}) - ---- - -**Table of Contents** - -- [Installation](#installation) -- [License](#license) +# pydantic-typer ## Installation +pypi package to come if this works out, and I can decide +what to call it. I think its possible to do this for other +objects like dataclasses as well. + ```console -pip install {{ package_name }} +pip install git+https://github.com/WaylonWalker/pydantic-typer.gi ``` ## Usage