Metadata-Version: 2.1
Name: karnak
Version: 0.1.15
Summary: Karnak Data Platform Community Libraries
Home-page: https://github.com/cogitaslabs/karnak-community
Author: Leonardo Rossi
Author-email: leorossi@cogitaslabs.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: PyAthena (>=2.1.0)
Requires-Dist: PyAthenaJDBC
Requires-Dist: boto3
Requires-Dist: psutil
Requires-Dist: python-dateutil

# Karnak Data Platform Community Libraries

Karnak Data Platform is an opinionated framework for building big data and AI systems.

This package contains a collection of open sourced utility libraries that are part of the
Karnak Data Platform framework.

## Libraries included

- **karnak.util.argparse**: argparse validators.
- **karnak.util.athena**: helper library for querying AWS Athena with performance for
  small or large results.

- **karnak.util.log**: convenience logging functions.
- **karnak.util.path**: file system path helper functions.
- **karnak.util.profiling**: memory profiling and timing helper functions.

