Metadata-Version: 2.1
Name: utilities-hki
Version: 0.0.2
Summary: Global utilities for Humankind data science
Project-URL: Homepage, https://github.com/humankind-datascience/utilities-hki
Author: Francisco Pena, Colleen Treado
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: boto3>=1.21
Requires-Dist: psycopg2-binary>2.8
Description-Content-Type: text/markdown

# Global Utilities

> last modified 17 November, 2022 by Francisco

The `utilities-hki` repository contains the common utilities required by multiple other `humankind-datascience` repositories. Unlike the old `utilities` repo, this package contains no encrypted files, and credentials are now passed into the utility functions as input arguments.

## Development
To make changes to the package, follow the instructions at the accompanying [github repository](https://github.com/humankind-datascience/utilities-hki) 