Metadata-Version: 2.1
Name: pyhelpers
Version: 1.2.5
Summary: A handy toolkit for facilitating Python users' data manipulation tasks.
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: fake-useragent
Requires-Dist: fuzzywuzzy
Requires-Dist: html5lib
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: psycopg2
Requires-Dist: python-rapidjson
Requires-Dist: requests
Requires-Dist: sqlalchemy
Requires-Dist: sqlalchemy-utils
Requires-Dist: tqdm
Requires-Dist: xlrd
Requires-Dist: xlwt
Requires-Dist: XlsxWriter

PyHelpers
=========

|PyPI| |Python| |License| |Downloads| |DOI|

.. |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
.. |Downloads| image:: https://img.shields.io/pypi/dm/pyhelpers?color=yellow&label=Downloads
   :target: https://pypistats.org/packages/pyhelpers
.. |DOI| image:: https://zenodo.org/badge/173177909.svg
   :target: https://zenodo.org/badge/latestdoi/173177909

**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>`_.


