{ "info": { "author": "Daniel Rodriguez", "author_email": "danjrod@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: BSD License", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Financial", "Topic :: Software Development" ], "description": "\nbacktrader_contrib\n==================\n\n.. image:: https://img.shields.io/pypi/v/backtrader.svg\n :alt: PyPi Version\n :scale: 100%\n :target: https://pypi.python.org/pypi/backtrader_contrib/\n\n.. image:: https://img.shields.io/pypi/pyversions/backtrader.svg\n :alt: Python versions\n :scale: 100%\n :target: https://pypi.python.org/pypi/backtrader_contrib/\n\nFeatures:\n=========\n\nThis is the repostory for foreign contributions to ``backtrader``.\n\nPull Requests can be accepted with the following LICENSES:\n\n - GPLv3\n - MIT\n - BSD 3-Clause\n - Apache 2.0\n\nHow does it work\n================\n\nThe package will scan ``.py`` file inside the corresponding subpackages (like\n``analyzers``, ``indicators``, etc) and will import the classes which are\nsubclasses of the corresponding subpackages (``Analyzer``, ``Indicator``)\n\nErrors will be silently ignored\n\nSuccessfully imported elements will be added to the corresponding subpackage of\n``backtrader``. I.e.: anything inside ``backtrader_contrib.indicators`` will be\nmonkey-patched (added) to ``backtrader.indicators``\n\nThe package will auto-replace itself and return ``backtrader``\n\nInstallation\n============\n::\n pip install backtrader_contrib\n\nUsage\n=====\n\nAs simple as::\n\n import backtrader_contrib as bt\n\nAnd carry on using ``bt`` as if you had directly imported *backtrader*\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mementum/backtrader.contrib/tarball/0.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mementum/backtrader.contrib", "keywords": "trading", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "backtrader_contrib", "package_url": "https://pypi.org/project/backtrader_contrib/", "platform": "", "project_url": "https://pypi.org/project/backtrader_contrib/", "project_urls": { "Download": "https://github.com/mementum/backtrader.contrib/tarball/0.0.2", "Homepage": "https://github.com/mementum/backtrader.contrib" }, "release_url": "https://pypi.org/project/backtrader_contrib/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Contributions to the backTesting engine", "version": "0.0.2" }, "last_serial": 3336603, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "680b5f5461d4acbbe7075420fb599aae", "sha256": "55c48313e7e3cb2329f48dd47095dedc84557009b402a1348be4f9588ec2f7cf" }, "downloads": -1, "filename": "backtrader_contrib-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "680b5f5461d4acbbe7075420fb599aae", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3602, "upload_time": "2017-11-15T21:04:38", "url": "https://files.pythonhosted.org/packages/12/c6/7b2508595f2d04b8fd6d7fc37ae8bdb2fce85b1ceb80904e5c2d936bcbea/backtrader_contrib-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5f18c0cff62450081a5ba1df69c6a802", "sha256": "0b049dd6597ca43c5f18256c585b2bf61d7ce9395c50e2fc4785c9d7649563c7" }, "downloads": -1, "filename": "backtrader_contrib-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f18c0cff62450081a5ba1df69c6a802", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3652, "upload_time": "2017-11-15T21:11:39", "url": "https://files.pythonhosted.org/packages/71/5a/ddb0610b35d5069b286df5257dbd01ec627e6e41e73e98442b1b9392866f/backtrader_contrib-0.0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f18c0cff62450081a5ba1df69c6a802", "sha256": "0b049dd6597ca43c5f18256c585b2bf61d7ce9395c50e2fc4785c9d7649563c7" }, "downloads": -1, "filename": "backtrader_contrib-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5f18c0cff62450081a5ba1df69c6a802", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3652, "upload_time": "2017-11-15T21:11:39", "url": "https://files.pythonhosted.org/packages/71/5a/ddb0610b35d5069b286df5257dbd01ec627e6e41e73e98442b1b9392866f/backtrader_contrib-0.0.2-py2.py3-none-any.whl" } ] }