Metadata-Version: 2.1
Name: hank-ai-lib
Version: 3.2.2
Home-page: https://github.com/hank-ai/mondo/tree/main/src/python/hank-ai-lib
Download-URL: https://pypi.org/project/hank-ai-lib/
Author: Hank AI, Inc.
Author-email: sysadmin@hank.ai
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <3.11,>=3.8
Description-Content-Type: text/markdown
Requires-Dist: pendulum (~=2.1.2) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.5.0"
Requires-Dist: python-magic (~=0.4.27) ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.5.0"
Requires-Dist: loguru (~=0.6.0) ; python_version >= "3.5"
Requires-Dist: jsonpickle (~=3.0.1) ; python_version >= "3.7"
Requires-Dist: requests (~=2.28.2) ; python_version >= "3.7" and python_version < "4"
Requires-Dist: backoff (~=2.2.1) ; python_version >= "3.7" and python_version < "4.0"
Requires-Dist: pandas (~=1.5.3) ; python_version >= "3.8"

**Hank AI LIB**

This is the base library of common and shared utilities used by
other Hank AI Python packages.

- Argparse
- Backoff
- Enumerations
  - LoguruLevel
  - RedactString
  - EncodeBinaryBase
  - EncodeStringCodec
  - JsonPickleSeparator
  - MimeTypeApplication
  - MimeTypeImage
  - MimeTypeText
  - MimeType
  - PathItemType
  - PathItemState
  - Argparse
- ErrorWithExit
- LogEnv
- SSH
- Sys
  - FileProperties
  - SourcePathItems
  - SourceItems
  - Sys (general i/o)
