Metadata-Version: 2.1
Name: pnmac-common
Version: 0.1.7
Summary: A set of utilities to use
Home-page: https://gitlab.pnmac.com/martech/pnmac-common-utilities
Author: Example Author
Author-email: none@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

# PNMAC Common Utilities

A set of utilities to be (re)used

## Installation

`pip install pnmac_common`

## Toolkit

- Config Reader - A small utility to read in application settings from YAML config files prefixed with environments.
  - Per current SOP, these configs should be dev, stg, qa, prd
- Formatter - A set of utility functions to help safely transform data types
- Scrubber - A set of utility function to help scrub PII and NPI out for use with logging.

## Packaging

`python setup.py bdist_wheel`
`python -m twine upload dist/*`


