Metadata-Version: 2.1
Name: pyhelpers
Version: 1.3.0
Summary: 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/1.3.0/
Project-URL: Source, https://github.com/mikeqfu/pyhelpers
Project-URL: Tracker, https://github.com/mikeqfu/pyhelpers/issues
Keywords: Python,Utilities,Helpers
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
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

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

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

.. |PyPI| image:: https://img.shields.io/pypi/v/pyhelpers?color=yellow&label=PyPI
    :alt: PyPI - Release
    :target: https://pypi.org/project/pyhelpers/
.. |Python| image:: https://img.shields.io/pypi/pyversions/pyhelpers?label=Python
    :alt: Python version
    :target: https://docs.python.org/3/
.. |License| image:: https://img.shields.io/pypi/l/pyhelpers?label=License
    :alt: License for PyHelpers
    :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

PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist us in performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL).

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


