ValeraLib


NameValeraLib JSON
Version 1.4.2 PyPI version JSON
download
home_pageNone
SummaryThe library goes brrrrrr
upload_time2024-05-11 20:30:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords the greatest package to ever exist
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Example:

```python
from ValeraLib import Binance, DataScience as ds
from ValeraLib.utils.DuckTypes import *

b = Binance()
sk:SymbolsKlines = b.CollectKlinesForSymbols('perp', time.time()-24*60*60, time.time(), '5m')
k:Klines = b.GetKlines('BTCUSDT', time.time()-24*60*60, time.time(), '5m', 'perp')

closes = sk.ToOpensDf()

fig = ds.plotly_closes(closes)
fig.write_image("test_image.png")
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ValeraLib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "The greatest package to ever exist",
    "author": null,
    "author_email": "Valera <v79166789533@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ce/23/948a4bf6a59823116481821ba1612768e590fb963691cffb732c2d3ae416/valeralib-1.4.2.tar.gz",
    "platform": null,
    "description": "# Example:\n\n```python\nfrom ValeraLib import Binance, DataScience as ds\nfrom ValeraLib.utils.DuckTypes import *\n\nb = Binance()\nsk:SymbolsKlines = b.CollectKlinesForSymbols('perp', time.time()-24*60*60, time.time(), '5m')\nk:Klines = b.GetKlines('BTCUSDT', time.time()-24*60*60, time.time(), '5m', 'perp')\n\ncloses = sk.ToOpensDf()\n\nfig = ds.plotly_closes(closes)\nfig.write_image(\"test_image.png\")\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "The library goes brrrrrr",
    "version": "1.4.2",
    "project_urls": {
        "Homepage": "https://github.com/Valera6/ValeraLib"
    },
    "split_keywords": [
        "the",
        "greatest",
        "package",
        "to",
        "ever",
        "exist"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d3f69a618dcc22e7b59ad38408b748964ae7a5e7c07e4d68fc2973a3aafad5a",
                "md5": "b24fcc33910f68b2ea97e6683ac1e194",
                "sha256": "cc257c81a143c9b756908cc5c093fcc64f48f8aa28429c6ca9864effc01cffff"
            },
            "downloads": -1,
            "filename": "valeralib-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b24fcc33910f68b2ea97e6683ac1e194",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 19790,
            "upload_time": "2024-05-11T20:30:26",
            "upload_time_iso_8601": "2024-05-11T20:30:26.643652Z",
            "url": "https://files.pythonhosted.org/packages/3d/3f/69a618dcc22e7b59ad38408b748964ae7a5e7c07e4d68fc2973a3aafad5a/valeralib-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce23948a4bf6a59823116481821ba1612768e590fb963691cffb732c2d3ae416",
                "md5": "a9394424de6daf56aa930055d5e668ce",
                "sha256": "7ed3707ca64c2dadf0007ae37acd8fdc46b9f563e732d5858007a7f9bf3025b8"
            },
            "downloads": -1,
            "filename": "valeralib-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a9394424de6daf56aa930055d5e668ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 19963,
            "upload_time": "2024-05-11T20:30:28",
            "upload_time_iso_8601": "2024-05-11T20:30:28.424142Z",
            "url": "https://files.pythonhosted.org/packages/ce/23/948a4bf6a59823116481821ba1612768e590fb963691cffb732c2d3ae416/valeralib-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 20:30:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Valera6",
    "github_project": "ValeraLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "valeralib"
}
        
Elapsed time: 0.26327s