quantbt


Namequantbt JSON
Version 0.9.4 PyPI version JSON
download
home_page
Summary
upload_time2023-12-21 11:45:03
maintainer
docs_urlNone
authorAlpha
requires_python>=3.9,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A hyper efficient backtesting engine with traders and quant researchers in mind.

It uses `numba`.


## Installation

You need to have [poetry](https://python-poetry.org/) installed on your system. Then run the following
```bash
poetry install
poetry install --all-extras
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "quantbt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alpha",
    "author_email": "piotr@piotryordanov.com",
    "download_url": "https://files.pythonhosted.org/packages/72/be/0ed739699763ef275cfc21d0c82cdb38d1694ff47237e242c2f42e3a76de/quantbt-0.9.4.tar.gz",
    "platform": null,
    "description": "A hyper efficient backtesting engine with traders and quant researchers in mind.\n\nIt uses `numba`.\n\n\n## Installation\n\nYou need to have [poetry](https://python-poetry.org/) installed on your system. Then run the following\n```bash\npoetry install\npoetry install --all-extras\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.9.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93c6d3fe5182a4ccc1226a09600028617a63faed2a21fd5165dab4309f5538d",
                "md5": "794db2c23cb1ab365b8bb30655ab9a9b",
                "sha256": "d87d8016fb562b65cb19fede0376119eaf9cac45183e3960f928f67e61ba4bcb"
            },
            "downloads": -1,
            "filename": "quantbt-0.9.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "794db2c23cb1ab365b8bb30655ab9a9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 63748,
            "upload_time": "2023-12-21T11:45:00",
            "upload_time_iso_8601": "2023-12-21T11:45:00.855222Z",
            "url": "https://files.pythonhosted.org/packages/d9/3c/6d3fe5182a4ccc1226a09600028617a63faed2a21fd5165dab4309f5538d/quantbt-0.9.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72be0ed739699763ef275cfc21d0c82cdb38d1694ff47237e242c2f42e3a76de",
                "md5": "bbb77c6e4aac6d516eb7320edf70cceb",
                "sha256": "54bd44442fadb372d9bc94a67c05bf6117cfb988fb25b5cb8c20450b2a3cd056"
            },
            "downloads": -1,
            "filename": "quantbt-0.9.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bbb77c6e4aac6d516eb7320edf70cceb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 39087,
            "upload_time": "2023-12-21T11:45:03",
            "upload_time_iso_8601": "2023-12-21T11:45:03.800292Z",
            "url": "https://files.pythonhosted.org/packages/72/be/0ed739699763ef275cfc21d0c82cdb38d1694ff47237e242c2f42e3a76de/quantbt-0.9.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 11:45:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quantbt"
}
        
Elapsed time: 0.17796s