Metadata-Version: 2.1
Name: dgarbsutils
Version: 1.2.4
Summary: A set of curated utils
Home-page: https://github.com/dgarbalo/py-utils
Author: Devon Garbalosa
Author-email: dgarbalo@gmail.com
Project-URL: Bug Tracker, https://github.com/dgarbalo/py-utils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Utils

## Description

I found myself using the same code over and over across projects so I created a package to import my own code faster.

## Install

```bash
pip install dgarbsutils
```

## Usage

```python
from dgarbsutils import utils, awsUtils
```

## Build

```bash
python -m build
```

## Upload

```bash
python3 -m twine upload --repository pypi dist/*
python3 -m twine upload --repository nexus dist/*
```
