ohlcv-plus


Nameohlcv-plus JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://github.com/Shaft-3796/OHLCV-Plus
SummaryCrypto OHLCV data downloader.
upload_time2023-07-13 16:21:45
maintainer
docs_urlNone
authorShaft
requires_python
license
keywords
VCS
bugtrack_url
requirements ccxt colorama pandas SQLAlchemy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OHLCV+

<img heigh=auto width=15% src="https://github.com/Shaft-3796/Shaft/blob/main/OHLCV+.png">

Download market data, aka OHLCV for Open High Low Close Volume, is something very useful for a trader.
OHLCV+ provide you a way to manage your data.

## Features 📋

- Download market data very quickly using multithreading (in the respect of API rate limit).
- Save your data in a lightweight database.
- Load your data from the database very quickly.
- Update your data to keep up-to-date ohlcvs.
- Super simple with only one method to use.

## Tutorial 🔎

#### Dependencies

- Pandas
- CCXT
- colorama
- SQLAlchemy

#### Installation

The package is packaged as a pip package, you can install it with this command:
```pip install OhlcvPlus```

You can also manually download this project and its dependencies.
```pip install -r requirements.txt```

#### Usage

OhlcvPlus is super easy to use !
To see how it works, just look at the example.py file.
The code is also commented, you can easily take a look at the methods docstrings.

```python
from ohlcv import OhlcvPlus
import ccxt.

client = ccxt.binance()
ohlcvp = OhlcvPlus(client, database_path='my_data.db')
ohlcv1 = ohlcvp.load(market='BTC/USDT', timeframe='1m', since='2023-01-01 00:00:00', limit=1000, update=True, verbose=True, workers=100)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Shaft-3796/OHLCV-Plus",
    "name": "ohlcv-plus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shaft",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/46/cc/f3a3bdcb778d4efacc8a2e077ace6fdd4c474881743d6d6d574f244a377c/ohlcv-plus-2.0.3.tar.gz",
    "platform": null,
    "description": "# OHLCV+\n\n<img heigh=auto width=15% src=\"https://github.com/Shaft-3796/Shaft/blob/main/OHLCV+.png\">\n\nDownload market data, aka OHLCV for Open High Low Close Volume, is something very useful for a trader.\nOHLCV+ provide you a way to manage your data.\n\n## Features \ud83d\udccb\n\n- Download market data very quickly using multithreading (in the respect of API rate limit).\n- Save your data in a lightweight database.\n- Load your data from the database very quickly.\n- Update your data to keep up-to-date ohlcvs.\n- Super simple with only one method to use.\n\n## Tutorial \ud83d\udd0e\n\n#### Dependencies\n\n- Pandas\n- CCXT\n- colorama\n- SQLAlchemy\n\n#### Installation\n\nThe package is packaged as a pip package, you can install it with this command:\n```pip install OhlcvPlus```\n\nYou can also manually download this project and its dependencies.\n```pip install -r requirements.txt```\n\n#### Usage\n\nOhlcvPlus is super easy to use !\nTo see how it works, just look at the example.py file.\nThe code is also commented, you can easily take a look at the methods docstrings.\n\n```python\nfrom ohlcv import OhlcvPlus\nimport ccxt.\n\nclient = ccxt.binance()\nohlcvp = OhlcvPlus(client, database_path='my_data.db')\nohlcv1 = ohlcvp.load(market='BTC/USDT', timeframe='1m', since='2023-01-01 00:00:00', limit=1000, update=True, verbose=True, workers=100)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Crypto OHLCV data downloader.",
    "version": "2.0.3",
    "project_urls": {
        "Download": "https://github.com/Shaft-3796/OHLCV-Plus/archive/refs/tags/2.0.0.tar.gz",
        "Homepage": "https://github.com/Shaft-3796/OHLCV-Plus"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbd830540b1fa350302f3a0453e295f6b4c47354b77571949f52da61b6950705",
                "md5": "e58606cc2eb612511ca63fc736bb7887",
                "sha256": "d8c5aebd2212b3405498bf3cf28f22c4198be860ab7a9a06deac71db1037d2ff"
            },
            "downloads": -1,
            "filename": "ohlcv_plus-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e58606cc2eb612511ca63fc736bb7887",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7630,
            "upload_time": "2023-07-13T16:21:44",
            "upload_time_iso_8601": "2023-07-13T16:21:44.152310Z",
            "url": "https://files.pythonhosted.org/packages/cb/d8/30540b1fa350302f3a0453e295f6b4c47354b77571949f52da61b6950705/ohlcv_plus-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46ccf3a3bdcb778d4efacc8a2e077ace6fdd4c474881743d6d6d574f244a377c",
                "md5": "dfee38db2018f3b1a6adb340fcff94cb",
                "sha256": "5addca7794d904ae6dbc401719332dc6c142dea51cc40ded8239aba444852472"
            },
            "downloads": -1,
            "filename": "ohlcv-plus-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "dfee38db2018f3b1a6adb340fcff94cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7144,
            "upload_time": "2023-07-13T16:21:45",
            "upload_time_iso_8601": "2023-07-13T16:21:45.728186Z",
            "url": "https://files.pythonhosted.org/packages/46/cc/f3a3bdcb778d4efacc8a2e077ace6fdd4c474881743d6d6d574f244a377c/ohlcv-plus-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-13 16:21:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Shaft-3796",
    "github_project": "OHLCV-Plus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ccxt",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "SQLAlchemy",
            "specs": []
        }
    ],
    "lcname": "ohlcv-plus"
}
        
Elapsed time: 0.24422s