Metadata-Version: 2.1
Name: maxsetup
Version: 0.1.0
Summary: 
Author: Max Ludden
Author-email: dev@maxludden.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: alive-progress (>=2.4.1,<3.0.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: pyaml (>=21.10.1,<22.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Requires-Dist: ujson (>=5.5.0,<6.0.0)
Description-Content-Type: text/markdown

---
Title: README.md
Path: README.md
Author: Max Ludden
Date: 2019-01-01 00:00:00
CSS: static/style.css
...

# MaxSetup README.md

## Purpose

This is a module that automates the foundation of a new python project.

## Features from Textualize/Rich:

<br />

> - Generates a custom themed Rich `Console`
> - Installs Rich's Enhanced Tracebacks
> - Creates a formatted custom Rich `Progress` Bar.
> - Provides a helper function to allow for rich to easily print gradient text.
> - Provides a helper function to allow for rich to easily print a gradient text to a panel.

<br />

## Installation

<br />

#### Install from Pip

```Python
pip install maxsetup
```

<br />

#### Install from Pipx

```Python
pipx install maxsetup
```

<br />

#### Install from Pipx

```Python
python add maxsetup
```
<br />
<hr />
<br />

## Usage

<br />

The following are available to import from `maxsetup`:


> Not Complete, Will be here soon.

