Metadata-Version: 2.4
Name: small-py
Version: 0.1.0
Summary: Utility library for various uses
Author-email: Nathan Smalley <nathansmalley2@gmail.com>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Follow listed setup steps below:

## Create a local virtual environment

 $ py -m venv .venv (when VSCode asks to use the environment, "say Yes")

## Activate the virtual environment

  On Windows 
  
  $ .venv/Scripts/activate

## Install dependencies

  $ pip install -r .setup-docs/requirements.txt --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --default-timeout=1000
