Metadata-Version: 2.1
Name: data_file_profiler_utils
Version: 0.1.0
Summary: A Python module for simple data file profiling.
Home-page: https://github.com/jai-python3/data-file-profiler-utils
Author: Jaideep Sundaram
Author-email: jai.python3@gmail.com
Keywords: data_file_profiler_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: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: Rich
Requires-Dist: file-helper-utils

========================
Data File Profiler Utils
========================

A Python module for simple data file profiling.


Usage
--------


from import data_file_profiler_utils import Manager as ProfileManager

pm = ProfileManager()
pm.profile_file("/tmp/patient002.vcf")



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-02-10)
------------------

* First release on PyPI.
