Metadata-Version: 2.1
Name: phi_masker_utils
Version: 0.1.0
Summary: Collection of Python modules for masking PHI in delimited files and Excel worksheets.
Home-page: https://github.com/jai-python3/phi-masker-utils
Author: Jaideep Sundaram
Author-email: jai.python3@gmail.com
Keywords: phi_masker_utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: faker
Requires-Dist: Rich
Requires-Dist: PyYAML

================
PHI Masker Utils
================


.. image:: https://img.shields.io/pypi/v/phi_masker_utils.svg
        :target: https://pypi.python.org/pypi/phi_masker_utils

.. image:: https://img.shields.io/travis/jai-python3/phi_masker_utils.svg
        :target: https://travis-ci.com/jai-python3/phi_masker_utils

.. image:: https://readthedocs.org/projects/phi-masker-utils/badge/?version=latest
        :target: https://phi-masker-utils.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


Collection of Python modules for masking PHI in delimited files and Excel worksheets.


* Free software: GNU General Public License v3
* Documentation: https://jai-python3.github.io/phi-masker-utils/


Exported Scripts
----------------

* mask-file

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2024-09-15)
------------------

* First release on PyPI.
