Metadata-Version: 2.1
Name: pyhelpers
Version: 1.2.17
Summary: PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks.
Home-page: https://github.com/mikeqfu/pyhelpers
Author: Qian Fu
Author-email: q.fu@bham.ac.uk
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
License-File: LICENSE
Requires-Dist: XlsxWriter
Requires-Dist: Shapely
Requires-Dist: SQLAlchemy
Requires-Dist: fake-useragent
Requires-Dist: fuzzywuzzy
Requires-Dist: joblib
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: psycopg2
Requires-Dist: pyproj
Requires-Dist: orjson
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: xlrd

#########
PyHelpers
#########

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

.. |PyPI| image:: https://img.shields.io/pypi/v/pyhelpers?color=yellow&label=PyPI
    :alt: PyPI
    :target: https://pypi.org/project/pyhelpers/
.. |Python| image:: https://img.shields.io/pypi/pyversions/pyhelpers?label=Python
    :alt: PyPI - Python Version
    :target: https://www.python.org/downloads/windows/
.. |License| image:: https://img.shields.io/pypi/l/pyhelpers?label=License
    :alt: PyPI - License
    :target: https://github.com/mikeqfu/pyhelpers/blob/master/LICENSE
.. |Downloads| image:: https://img.shields.io/pypi/dm/pyhelpers?label=Downloads
    :alt: PyPI - Downloads
    :target: https://pypistats.org/packages/pyhelpers
.. |DOI| image:: https://zenodo.org/badge/173177909.svg
    :alt: Zenodo - DOI
    :target: https://zenodo.org/badge/latestdoi/173177909

|
| **Author**: Qian Fu
| **Email**: q.fu@bham.ac.uk

*PyHelpers* is an open-source Python package designed as a lite tool kit for facilitating data (pre)processing tasks. It provides a miscellaneous collection of easy-to-use Python functions/classes that can help with day-to-day reading/writing of file-like objects, manipulation of various types of data (e.g. geographical data and textual data) and communication with a SQL database.

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


