Metadata-Version: 2.1
Name: dev-template
Version: 0.1.3
Summary: A template for Python project setup
Home-page: https://github.com/http-kennedy/dev_template
Author: Kennedy
Author-email: kennedy@mylaptop.dev
License: CC0-1.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# dev_template

A module to quickly generate a basic Python project template.

## Features

* Creates a basic python project template
* Initalizes a virtual environment for the project
* Ability to add user-defined packages during setup

## Installation

To install the package, use pip:

```bash
pip3 install dev-template
```

## Usage

Once installed type the following command into your terminal:

```bash
dev_template
```

or

```bash
python3 -m module.dev_template
```
