data-file-profiler-utils


Namedata-file-profiler-utils JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/jai-python3/data-file-profiler-utils
SummaryA Python module for simple data file profiling.
upload_time2024-02-10 19:59:55
maintainer
docs_urlNone
authorJaideep Sundaram
requires_python>=3.6
license
keywords data_file_profiler_utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jai-python3/data-file-profiler-utils",
    "name": "data-file-profiler-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "data_file_profiler_utils",
    "author": "Jaideep Sundaram",
    "author_email": "jai.python3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/d0/45449e72c0ef1c0a7e2c3880616904a8ed320cfc6785786e1e9ff362b975/data_file_profiler_utils-0.1.0.tar.gz",
    "platform": null,
    "description": "========================\nData File Profiler Utils\n========================\n\nA Python module for simple data file profiling.\n\n\nUsage\n--------\n\n\nfrom import data_file_profiler_utils import Manager as ProfileManager\n\npm = ProfileManager()\npm.profile_file(\"/tmp/patient002.vcf\")\n\n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-02-10)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python module for simple data file profiling.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jai-python3/data-file-profiler-utils"
    },
    "split_keywords": [
        "data_file_profiler_utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "858ec94aa6b092a93191ad841d49eea4bb73dce27557997bed2daf72b51ad544",
                "md5": "7f529913f0506f85366fdaa8235211f0",
                "sha256": "ebcde5b241608b0bfb4b37550a7f68b4c500d8142044857d3ed6f739fa2f45c2"
            },
            "downloads": -1,
            "filename": "data_file_profiler_utils-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f529913f0506f85366fdaa8235211f0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 5061,
            "upload_time": "2024-02-10T19:59:53",
            "upload_time_iso_8601": "2024-02-10T19:59:53.796804Z",
            "url": "https://files.pythonhosted.org/packages/85/8e/c94aa6b092a93191ad841d49eea4bb73dce27557997bed2daf72b51ad544/data_file_profiler_utils-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dd045449e72c0ef1c0a7e2c3880616904a8ed320cfc6785786e1e9ff362b975",
                "md5": "27dc44dd162bea92113c807d8f9783e5",
                "sha256": "c772071c82f2d8d5a282f9d88b2dba09d5987572896fe7602e6f7bbbcc2c2977"
            },
            "downloads": -1,
            "filename": "data_file_profiler_utils-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27dc44dd162bea92113c807d8f9783e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9867,
            "upload_time": "2024-02-10T19:59:55",
            "upload_time_iso_8601": "2024-02-10T19:59:55.109842Z",
            "url": "https://files.pythonhosted.org/packages/0d/d0/45449e72c0ef1c0a7e2c3880616904a8ed320cfc6785786e1e9ff362b975/data_file_profiler_utils-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 19:59:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jai-python3",
    "github_project": "data-file-profiler-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "data-file-profiler-utils"
}
        
Elapsed time: 0.29750s