githubdata


Namegithubdata JSON
Version 16.1.2 PyPI version JSON
download
home_page
SummaryA simple Python package to easily download from and manage a GitHub "Data repository"
upload_time2023-10-17 14:52:46
maintainer
docs_urlNone
author
requires_python
licenseMIT License Copyright (c) 2022 Mahdi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords finance stocks tse tehran cleaning data data_cleaning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Install

```bash
pip install githubdata
```

# Quick Start

```python
from githubdata import get_data_wo_double_clone

# GitHub "Data Repository" url/path
url = 'imahdimir/d-TSETMC_ID-2-FirmTicker'

# get the data as a pandas DataFrame
df = get_data_wo_double_clone(url)
```

***Easy as that!***

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "githubdata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Finance,Stocks,TSE,Tehran,cleaning,data,data_cleaning",
    "author": "",
    "author_email": "Mahdi Mir <imahdimir@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7d/1a/98c60d850121cb161ad85aa7b9bce978ec1948e50eacd210826fdb77eca3/githubdata-16.1.2.tar.gz",
    "platform": null,
    "description": "# Install\n\n```bash\npip install githubdata\n```\n\n# Quick Start\n\n```python\nfrom githubdata import get_data_wo_double_clone\n\n# GitHub \"Data Repository\" url/path\nurl = 'imahdimir/d-TSETMC_ID-2-FirmTicker'\n\n# get the data as a pandas DataFrame\ndf = get_data_wo_double_clone(url)\n```\n\n***Easy as that!***\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Mahdi  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A simple Python package to easily download from and manage a GitHub \"Data repository\"",
    "version": "16.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/imahdimir/githubdata/issues",
        "Homepage": "https://github.com/imahdimir/githubdata"
    },
    "split_keywords": [
        "finance",
        "stocks",
        "tse",
        "tehran",
        "cleaning",
        "data",
        "data_cleaning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfc8623239850c208f0193e8dd6b1172e9fcfa6e03bd19a239325b961034e913",
                "md5": "fe9aed02ecddfa7d3530982f2dc0813d",
                "sha256": "396144d8debfb056630d2471305221eb5a89b0f23dcbbd3285ca757f84ac2bb1"
            },
            "downloads": -1,
            "filename": "githubdata-16.1.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe9aed02ecddfa7d3530982f2dc0813d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4482,
            "upload_time": "2023-10-17T14:52:43",
            "upload_time_iso_8601": "2023-10-17T14:52:43.959462Z",
            "url": "https://files.pythonhosted.org/packages/bf/c8/623239850c208f0193e8dd6b1172e9fcfa6e03bd19a239325b961034e913/githubdata-16.1.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d1a98c60d850121cb161ad85aa7b9bce978ec1948e50eacd210826fdb77eca3",
                "md5": "0a72b7b3d2070de73d051201fd3181fa",
                "sha256": "f504589fa3eba6e4240592be8925fafa2df46e6d3eb3b2606db25e45baec23ce"
            },
            "downloads": -1,
            "filename": "githubdata-16.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0a72b7b3d2070de73d051201fd3181fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5281,
            "upload_time": "2023-10-17T14:52:46",
            "upload_time_iso_8601": "2023-10-17T14:52:46.160812Z",
            "url": "https://files.pythonhosted.org/packages/7d/1a/98c60d850121cb161ad85aa7b9bce978ec1948e50eacd210826fdb77eca3/githubdata-16.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 14:52:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imahdimir",
    "github_project": "githubdata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "githubdata"
}
        
Elapsed time: 0.14965s