Metadata-Version: 2.4
Name: cardinal_pythonlib
Version: 2.2.0
Summary: Miscellaneous Python libraries
Home-page: https://github.com/RudolfCardinal/pythonlib
Author: Rudolf Cardinal
Author-email: rudolf@pobox.com
License: Apache License 2.0
Keywords: cardinal
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: alembic
Requires-Dist: appdirs>=1.4.0
Requires-Dist: arrow>=0.15
Requires-Dist: beautifulsoup4
Requires-Dist: chardet>=5.0.0
Requires-Dist: colorlog
Requires-Dist: extract_msg
Requires-Dist: isodate>=0.5.4
Requires-Dist: numba
Requires-Dist: numpy<2.0,>=1.20.0
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pendulum>=2.1.1
Requires-Dist: pdfminer.six>=20191010
Requires-Dist: prettytable
Requires-Dist: psutil
Requires-Dist: pygments
Requires-Dist: pyparsing
Requires-Dist: pypdf>=3.1.0
Requires-Dist: python-dateutil
Requires-Dist: rich-argparse>=0.5.0
Requires-Dist: scipy
Requires-Dist: semantic-version
Requires-Dist: SQLAlchemy<3.0,>=1.4
Requires-Dist: sqlparse
Requires-Dist: xlrd>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

cardinal_pythonlib
==================

.. Build status:

.. image:: https://github.com/RudolfCardinal/pythonlib/actions/workflows/docs.yml/badge.svg
    :target: https://github.com/RudolfCardinal/pythonlib/actions/workflows/docs.yml/

.. image:: https://github.com/RudolfCardinal/pythonlib/actions/workflows/run_tests.yml/badge.svg
    :target: https://github.com/RudolfCardinal/pythonlib/actions/workflows/run_tests.yml/

.. Code style:
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


Simple library functions used by other code, and some basic command-line tools.

By Rudolf Cardinal (rudolf@pobox.com)

Install with ``pip install cardinal_pythonlib``.

Documentation is at https://cardinalpythonlib.readthedocs.io/.
