Metadata-Version: 2.4
Name: python_misc_utils
Version: 0.27
Summary: A collection of Python utility APIs
Author: Davide Libenzi
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/davidel/py_misc_utils
Project-URL: Issues, https://github.com/davidel/py_misc_utils/issues
Project-URL: Repository, https://github.com/davidel/py_misc_utils.git
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: pyyaml
Provides-Extra: fs
Requires-Dist: boto3; extra == "fs"
Requires-Dist: bs4; extra == "fs"
Requires-Dist: ftputil; extra == "fs"
Requires-Dist: google-cloud-storage; extra == "fs"
Requires-Dist: pyarrow; extra == "fs"
Dynamic: author
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

## Python Utility Code

I keep writing the same stuff in different projects, so I finally decided
to throw stuff into a common boilerplate and stop the cut&paste jobs.

## Install

The library can be installed using *PyPi*:

```Shell
$ pip install python-misc-utils
```

Or directly from the *Github* repository:

```Shell
$ pip install git+https://github.com/davidel/py_misc_utils.git
```

