soxai-data


Namesoxai-data JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummarySOXAI Data Science Library
upload_time2024-05-16 06:09:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) [2024] [SOXAI Inc.] 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 data science soxai
VCS
bugtrack_url
requirements pandas httpx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # soxai_data python package

This package contains the data loader for SOXAI ring user.

## Installation

```bash
pip install soxai_data
```

## Usage

Get your token with your SOXAI account and use it to load the data.

go to [SOXAI_Platform](https://soxai-web-api-tiufu2wgva-df.a.run.app/) and login with your soxai account.
then generate your token and use it to load the data.

```python
from soxai_data import DataLoader

sx_data = DataLoader(token='your_token')
df = sx_data.getDailyData()
df.plot()
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "soxai-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Shuang Liu <shuang.liu@soxai.co.jp>",
    "keywords": "data, science, soxai",
    "author": null,
    "author_email": "Shuang Liu <shuang.liu@soxai.co.jp>",
    "download_url": "https://files.pythonhosted.org/packages/5e/b7/c7a80a8ef97d965d1a2d077b98a76a099ec0414e75ef7630b1fa6bdf177f/soxai_data-0.0.1.tar.gz",
    "platform": null,
    "description": "# soxai_data python package\n\nThis package contains the data loader for SOXAI ring user.\n\n## Installation\n\n```bash\npip install soxai_data\n```\n\n## Usage\n\nGet your token with your SOXAI account and use it to load the data.\n\ngo to [SOXAI_Platform](https://soxai-web-api-tiufu2wgva-df.a.run.app/) and login with your soxai account.\nthen generate your token and use it to load the data.\n\n```python\nfrom soxai_data import DataLoader\n\nsx_data = DataLoader(token='your_token')\ndf = sx_data.getDailyData()\ndf.plot()\n```",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [2024] [SOXAI Inc.]  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": "SOXAI Data Science Library",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/soxaidev/soxai_data/issues",
        "Changelog": "https://github.com/soxaidev/soxai_data/blob/master/CHANGELOG.md",
        "Documentation": "https://soxai.co.jp/docs",
        "Homepage": "https://soxai.co.jp",
        "Repository": "https://github.com/soxaidev/soxai_data"
    },
    "split_keywords": [
        "data",
        " science",
        " soxai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdc7184bef7e35e13f843fbeec37c2520eb2975961f13859c316c5133ad47aef",
                "md5": "33949cddff6feb9b18265c6ed86e8210",
                "sha256": "6a312d2086d020da54eec26c5c211ae28d3bbe6644666b305d9dbd1899114f85"
            },
            "downloads": -1,
            "filename": "soxai_data-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33949cddff6feb9b18265c6ed86e8210",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4878,
            "upload_time": "2024-05-16T06:09:36",
            "upload_time_iso_8601": "2024-05-16T06:09:36.993205Z",
            "url": "https://files.pythonhosted.org/packages/cd/c7/184bef7e35e13f843fbeec37c2520eb2975961f13859c316c5133ad47aef/soxai_data-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb7c7a80a8ef97d965d1a2d077b98a76a099ec0414e75ef7630b1fa6bdf177f",
                "md5": "b08377e79bf1548e271ad11b568dd245",
                "sha256": "fee8d86a185df5b8dd71d543ea99da0f8cbbbc03b2c9dbbac08f354a9ae24fc8"
            },
            "downloads": -1,
            "filename": "soxai_data-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b08377e79bf1548e271ad11b568dd245",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5688,
            "upload_time": "2024-05-16T06:09:40",
            "upload_time_iso_8601": "2024-05-16T06:09:40.303537Z",
            "url": "https://files.pythonhosted.org/packages/5e/b7/c7a80a8ef97d965d1a2d077b98a76a099ec0414e75ef7630b1fa6bdf177f/soxai_data-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 06:09:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "soxaidev",
    "github_project": "soxai_data",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "httpx",
            "specs": []
        }
    ],
    "lcname": "soxai-data"
}
        
Elapsed time: 0.24121s