Metadata-Version: 2.1
Name: pyhelpers
Version: 1.2.2
Summary: A toolkit for facilitating data manipulation in Python.
Home-page: https://github.com/mikeqfu/pyhelpers
Author: Qian Fu
Author-email: qian.fu@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/x-rst
Requires-Dist: fuzzywuzzy
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: python-rapidjson
Requires-Dist: requests
Requires-Dist: sqlalchemy
Requires-Dist: sqlalchemy-utils
Requires-Dist: tqdm
Requires-Dist: XlsxWriter

PyHelpers
=========

|PyPI| |Python| |License| |Code size| |Downloads|

.. |PyPI| image:: https://img.shields.io/pypi/v/pyhelpers?color=important&label=PyPI
   :target: https://pypi.org/project/pyhelpers/
.. |Python| image:: https://img.shields.io/pypi/pyversions/pyhelpers?label=Python
   :target: https://www.python.org/downloads/windows/
.. |License| image:: https://img.shields.io/github/license/mikeqfu/pyhelpers?color=green&label=License
   :target: https://github.com/mikeqfu/pyhelpers/blob/master/LICENSE
.. |Code size| image:: https://img.shields.io/github/languages/code-size/mikeqfu/pyhelpers?color=yellowgreen&label=Code%20size
   :target: https://github.com/mikeqfu/pyhelpers/tree/master/pyhelpers
.. |Downloads| image:: https://img.shields.io/pypi/dm/pyhelpers?color=yellow&label=Downloads
   :target: https://pypistats.org/packages/pyhelpers

**Author**: Qian Fu |Twitter|

.. |Twitter| image:: https://img.shields.io/twitter/url/https/twitter.com/Qian_Fu?label=Follow&style=social
   :target: https://twitter.com/Qian_Fu

PyHelpers is designed as a miscellaneous collection of simple but useful Python functions and classes, providing a handy toolkit for facilitating Python users' data manipulation tasks.

Resources
---------

- `Documentation <https://pyhelpers.readthedocs.io/>`_
- `Issue Tracker <https://github.com/mikeqfu/pyhelpers/issues>`_

License
-------

PyHelpers is licensed under `GNU General Public License, version 2 (GPLv2) <https://github.com/mikeqfu/pyhelpers/blob/master/LICENSE>`_.


