quantconnect-stubs


Namequantconnect-stubs JSON
Version 16379 PyPI version JSON
download
home_pagehttps://github.com/QuantConnect/quantconnect-stubs-generator
SummaryType stubs for QuantConnect's Lean
upload_time2024-04-24 22:24:27
maintainerNone
docs_urlNone
authorQuantConnect
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QuantConnect Stubs

This package contains type stubs for QuantConnect's [Lean](https://github.com/QuantConnect/Lean) algorithmic trading engine and for parts of the .NET library that are used by Lean.

These stubs can be used by editors to provide type-aware features like autocomplete and auto-imports in QuantConnect strategies written in Python.

After installing the stubs, you can copy the following line to the top of every Python file to have the same imports as the ones that are added by default in the cloud:
```py
from AlgorithmImports import *
```

This line imports [all common QuantConnect members](https://github.com/QuantConnect/Lean/blob/master/Common/AlgorithmImports.py) and provides autocomplete for them.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/QuantConnect/quantconnect-stubs-generator",
    "name": "quantconnect-stubs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "QuantConnect",
    "author_email": "support@quantconnect.com",
    "download_url": "https://files.pythonhosted.org/packages/2d/02/d3f540ee2eb3f88b45d75aad9912d10750a30cd60f0a54c54862a827ed31/quantconnect-stubs-16379.tar.gz",
    "platform": null,
    "description": "# QuantConnect Stubs\n\nThis package contains type stubs for QuantConnect's [Lean](https://github.com/QuantConnect/Lean) algorithmic trading engine and for parts of the .NET library that are used by Lean.\n\nThese stubs can be used by editors to provide type-aware features like autocomplete and auto-imports in QuantConnect strategies written in Python.\n\nAfter installing the stubs, you can copy the following line to the top of every Python file to have the same imports as the ones that are added by default in the cloud:\n```py\nfrom AlgorithmImports import *\n```\n\nThis line imports [all common QuantConnect members](https://github.com/QuantConnect/Lean/blob/master/Common/AlgorithmImports.py) and provides autocomplete for them.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Type stubs for QuantConnect's Lean",
    "version": "16379",
    "project_urls": {
        "Homepage": "https://github.com/QuantConnect/quantconnect-stubs-generator"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7afbcd1eaa3876bdea7ef7d3136df88fa0251e5b671e9e50bd3a5012c3c2bf17",
                "md5": "ffde0fb4c422c531972ea936a5f16de9",
                "sha256": "69427945176579dc95ad02ede6e4ac1a278726ec1d19db5cb8675f4f3d60bf9e"
            },
            "downloads": -1,
            "filename": "quantconnect_stubs-16379-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffde0fb4c422c531972ea936a5f16de9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1556518,
            "upload_time": "2024-04-24T22:24:18",
            "upload_time_iso_8601": "2024-04-24T22:24:18.250365Z",
            "url": "https://files.pythonhosted.org/packages/7a/fb/cd1eaa3876bdea7ef7d3136df88fa0251e5b671e9e50bd3a5012c3c2bf17/quantconnect_stubs-16379-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d02d3f540ee2eb3f88b45d75aad9912d10750a30cd60f0a54c54862a827ed31",
                "md5": "40c2d48bb3b9fa91bb3620d23e7d21d6",
                "sha256": "1233d5c5d3538db07aa17ee3a86f21dfcf2249cf1fbb523349e51a521f4041a7"
            },
            "downloads": -1,
            "filename": "quantconnect-stubs-16379.tar.gz",
            "has_sig": false,
            "md5_digest": "40c2d48bb3b9fa91bb3620d23e7d21d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1377416,
            "upload_time": "2024-04-24T22:24:27",
            "upload_time_iso_8601": "2024-04-24T22:24:27.975876Z",
            "url": "https://files.pythonhosted.org/packages/2d/02/d3f540ee2eb3f88b45d75aad9912d10750a30cd60f0a54c54862a827ed31/quantconnect-stubs-16379.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 22:24:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "QuantConnect",
    "github_project": "quantconnect-stubs-generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "quantconnect-stubs"
}
        
Elapsed time: 0.26322s