hhpy


Namehhpy JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/rhedak/hhpy
SummaryConvenient Data Science
upload_time2023-06-05 12:51:02
maintainer
docs_urlNone
authorHenrik Hanssen
requires_python>=3.8
licenseApache 2.0
keywords package development template
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hhpy - Data Science convenience project


Built with [Python Package Template Project](https://github.com/AlexIoannides/py-package-template/). 

My attempt at creating a convenient way to use different data science and machine learning operations and frameworks using one unified way.
The main idea is to store data in pandas DataFrames and start from there.

Also provides several extensions on pandas, matplotlib and seaborn for convenience.

## Installing

Install and update using [pip](https://pypi.org/project/hhpy/):

```bash
pip install hhpy
```

Or get the latest dev version from github

```bash
pip install git+https://github.com/rhedak/hhpy
```

## Documentation

Documentation is available at [https://hhpy.readthedocs.io/](https://hhpy.readthedocs.io/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rhedak/hhpy",
    "name": "hhpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "package development template",
    "author": "Henrik Hanssen",
    "author_email": "Henrik Hanssen <rhedak00@yahoo.de>",
    "download_url": "https://files.pythonhosted.org/packages/80/5a/3132e3dc2b0388d16aee88360202ef5cf8ea6d6706a98da0dd89f4443fdc/hhpy-0.3.1.tar.gz",
    "platform": null,
    "description": "# hhpy - Data Science convenience project\n\n\nBuilt with [Python Package Template Project](https://github.com/AlexIoannides/py-package-template/). \n\nMy attempt at creating a convenient way to use different data science and machine learning operations and frameworks using one unified way.\nThe main idea is to store data in pandas DataFrames and start from there.\n\nAlso provides several extensions on pandas, matplotlib and seaborn for convenience.\n\n## Installing\n\nInstall and update using [pip](https://pypi.org/project/hhpy/):\n\n```bash\npip install hhpy\n```\n\nOr get the latest dev version from github\n\n```bash\npip install git+https://github.com/rhedak/hhpy\n```\n\n## Documentation\n\nDocumentation is available at [https://hhpy.readthedocs.io/](https://hhpy.readthedocs.io/)\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Convenient Data Science",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/rhedak/hhpy"
    },
    "split_keywords": [
        "package",
        "development",
        "template"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cb3b416d2ab27997ab35269ce8978426bc7134f9007fbae3d1aa4115b72f442",
                "md5": "f46491d13d6849373a640db71764cfa5",
                "sha256": "88da43f00cb44256cc926f1f99cbde62c3ca12072e8de22c88ee34c7a7419db3"
            },
            "downloads": -1,
            "filename": "hhpy-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f46491d13d6849373a640db71764cfa5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 98915,
            "upload_time": "2023-06-05T12:51:00",
            "upload_time_iso_8601": "2023-06-05T12:51:00.051469Z",
            "url": "https://files.pythonhosted.org/packages/8c/b3/b416d2ab27997ab35269ce8978426bc7134f9007fbae3d1aa4115b72f442/hhpy-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "805a3132e3dc2b0388d16aee88360202ef5cf8ea6d6706a98da0dd89f4443fdc",
                "md5": "984d5588d49a169bdf67db9f318eb512",
                "sha256": "a2a8093bf473e12ae58afc412383fc968f7027f0d3081a16b30a1ce28c48ff1f"
            },
            "downloads": -1,
            "filename": "hhpy-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "984d5588d49a169bdf67db9f318eb512",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 139186,
            "upload_time": "2023-06-05T12:51:02",
            "upload_time_iso_8601": "2023-06-05T12:51:02.515330Z",
            "url": "https://files.pythonhosted.org/packages/80/5a/3132e3dc2b0388d16aee88360202ef5cf8ea6d6706a98da0dd89f4443fdc/hhpy-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 12:51:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rhedak",
    "github_project": "hhpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hhpy"
}
        
Elapsed time: 0.07280s