Metadata-Version: 2.1
Name: pyhelpers
Version: 1.2.11
Summary: An open-source toolkit designed as a miscellaneous collection of simple and useful Python tools for facilitating data manipulation tasks.
Home-page: https://github.com/mikeqfu/pyhelpers
Author: Qian Fu
Author-email: qian.fu@outlook.com
License: GPLv2
Project-URL: Documentation, https://pyhelpers.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/mikeqfu/pyhelpers
Project-URL: Tracker, https://github.com/mikeqfu/pyhelpers/issues
Keywords: python,helper functions,utilities
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 (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: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: psycopg2
Requires-Dist: python-rapidjson
Requires-Dist: pyproj
Requires-Dist: pyxlsb
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: sqlalchemy
Requires-Dist: sqlalchemy-utils
Requires-Dist: tqdm
Requires-Dist: xlrd
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

PyHelpers is an open-source toolkit designed as a miscellaneous collection of simple and useful Python tools for facilitating data manipulation tasks.

Resources
=========

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

License
=======

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

Cite as
=======

Qian Fu, 2020. PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks. `doi:10.5281/zenodo.4017438 <https://doi.org/10.5281/zenodo.4017438>`_


