Metadata-Version: 2.1
Name: ltpylib
Version: 1.11.0
Summary: Common Python helper functions
Home-page: https://github.com/lancethomps/ltpylib
Author: Lance Thompson
License: MIT
Project-URL: Bug Reports, https://github.com/lancethomps/ltpylib/issues
Project-URL: Source, https://github.com/lancethomps/ltpylib
Keywords: utils
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argcomplete
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: bs4
Requires-Dist: colorama
Requires-Dist: configparser
Requires-Dist: dateparser
Requires-Dist: html5lib
Requires-Dist: jira
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: Pygments
Requires-Dist: python-dateutil
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: semver
Requires-Dist: SQLAlchemy
Requires-Dist: stashy
Requires-Dist: tabulate
Requires-Dist: urllib3
Requires-Dist: xmltodict
Provides-Extra: pg
Requires-Dist: psycopg2; extra == "pg"

# LT pylib

[![Build](https://github.com/lancethomps/ltpylib/actions/workflows/build.yml/badge.svg)](https://github.com/lancethomps/ltpylib/actions/workflows/build.yml)

A Python library that exposes some commonly used helper functions.
