Skip to content

DGarbs51/dgarbsutils

Repository files navigation

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

pip install dgarbsutils

Usage

from dgarbsutils import utils, awsUtils

Build

python -m build

Upload

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