Metadata-Version: 2.4
Name: uthavu-init
Version: 0.1.0
Summary: Uthavu developer onboarding tool
Author-email: Jawahar <jawahar@uthavu.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

````md
# uthavu-init

Uthavu developer onboarding utility.

## Installation

```bash
pip install uthavu-init
````

## Usage

```bash
uthavu-init
```

This configures:

* GitLab Package Registry access
* pip.conf
* private framework installation support

## Example

```bash
pip install uthavu-auth==2.0.3
```

```
``` 
