Metadata-Version: 2.1
Name: typytemplate
Version: 0.1.2
Summary: Lightweight Python project templating tool
License: Apache-2.0
Author: StephanMalan
Author-email: stephanmalan.rob@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

<h1 align="center">
  
  # 🛠️Typy Template
  [![pypi][pypi0]][pypi1] ![MIT][l0] ![RV][rv0] 
 
</h1>

[pypi0]: https://img.shields.io/pypi/v/typytemplate
[pypi1]: https://pypi.org/project/typytemplate/
[l0]: https://img.shields.io/badge/license-MIT-blue.svg
[rv0]: https://img.shields.io/badge/python-3.11%2B-lightgrey.svg


Typy Template is a lightweight Python project templating tool.

Usage:
```bash
typytemplate <project_name>
```

You will then be guided, via a command line wizzard, for some basic configuration for the new peoject.

Currently, template sets up:
 - Poetry configuration
 - Linting via Pylint, Mypy, and Ruff
 - Formatting with black
 - Basic "Hello World" template
 - Basic test template
 - VSCode configuration
 - Basic Makefile
