{ "info": { "author": "Derek Miller", "author_email": "derek@gitlit.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Documentation :: Sphinx", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Quantopian Tools\n\n> This project is not supported nor endorsed by [Quantopain](https://www.quantopian.com).\n\n[![Build Status](https://img.shields.io/travis/Gitlitio/quantopian-tools.svg)](https://travis-ci.org/Gitlitio/quantopian-tools)\n[![Docs Status](https://readthedocs.org/projects/quantopian-tools/badge/?version=latest)](http://quantopian-tools.readthedocs.io/en/latest/)\n[![PyPi Version](https://img.shields.io/pypi/v/quantopian-tools.svg)](https://pypi.python.org/pypi/quantopian-tools/)\n[![Downloads](https://img.shields.io/pypi/dm/quantopian-tools.svg)](https://pypi.python.org/pypi/quantopian-tools/)\n[![GitHub release](https://img.shields.io/github/release/Gitlitio/quantopian-tools.svg)](https://github.com/Gitlitio/quantopian-tools/releases)\n[![Requires.io](https://img.shields.io/requires/github/Gitlitio/quantopian-tools.svg)](https://requires.io/github/Gitlitio/quantopian-tools/requirements/?branch=master)\n[![Codecov](https://img.shields.io/codecov/c/github/Gitlitio/quantopian-tools.svg)](https://codecov.io/gh/Gitlitio/quantopian-tools)\n[![GitHub issues](https://img.shields.io/github/issues/Gitlitio/quantopian-tools.svg)](https://github.com/Gitlitio/quantopian-tools/issues)\n[![license](https://img.shields.io/github/license/Gitlitio/quantopian-tools.svg)](https://github.com/Gitlitio/quantopian-tools/blob/master/LICENSE)\n\n\n***\n\n#### This project is alpha and is actively being developed.\n\n***\n\nA collection of functions for automating actions on the Quantopian trading platform.\n\n\n## Installation\n\n```bash\npip install quantopian-tools\n```\n\nOr to manually install, execute the following commands:\n\n```bash\ngit clone https://github.com/Gitlitio/quantopian-tools.git\ncd quantopian-tools\npython setup.py install\n```\n***\n\n## Documentation\n\nCheck out our documentation on [readthedocs](http://quantopian-tools.readthedocs.io/en/latest/).\n\n\n## Development\n\n### Makefile Targets\n\n> Makefile commands will only work inside a [virtualenv](https://virtualenv.pypa.io/en/latest/) or a\n[condaenv](http://conda.pydata.org/docs/using/envs.html)\n\n#### `make init`\n\nInitializes the virtualenv with an up-to-date version of setuptools, pip, and\n[pip-tools](https://github.com/nvie/pip-tools/).\n\n#### `make install`\n\nRuns [pip-compile] with `requirements/py.txt` and produces a compiled requirement file in\nthe `.cache` directory . The [pip-sync] is ran with the newly compiled requirements file. This makes sure you are\nrunning with the latest release of dependencies, assuming you haven't pinned them in the\n`requirements/py.txt` file.\n\n#### `make lint`\n\nRuns [pylint] and [pep8] on all packages in the project directory.\n\n#### `make test`\n\nRuns [py.test] tests located inside the tests/ folder and any test files nested in a package in the project directory.\nCoverage is only calculated in this target.\n\n#### `make test-unit`\n\nSame as `make test` excluding coverage and tests marked as `integration`.\n\n#### `make test-integration`\n\nSame as `make test` excluding coverage and tests **not** marked as `integration`.\n\n#### `make build`\n\nBuilds a wheel using setuptools' bdist_wheel command. Locally builds are tagged with dev (ex 0.1.0+dev). In the travis\nbuild environment the wheel is tagged with the job number (ex. 0.1.0+build1.1).\n\n#### `make clean`\n\nCleans the project of compiled python files and files generated by the above commands such as build and dist directories.\n\n---\nCopyright 2016 Gitlit. Licensed under the 3-clause BSD. See [LICENSE](LICENSE).\n\n[pylint]: https://www.pylint.org/\n[pep8]: https://pep8.readthedocs.io/en/latest/\n[py.test]: http://pytest.org/latest/\n[pip-tools]: https://github.com/nvie/pip-tools/#pip-tools--pip-compile--pip-sync\n[pip-compile]: https://github.com/nvie/pip-tools/#example-usage-for-pip-compile\n[pip-sync]: https://github.com/nvie/pip-tools/#example-usage-for-pip-sync\n\n\n\nCopyright (c) 2016, Gitlit\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of quantopian-tools nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": "https://pythonhosted.org/quantopian-tools/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Gitlitio/quantopian-tools", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "quantopian-tools", "package_url": "https://pypi.org/project/quantopian-tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/quantopian-tools/", "project_urls": { "Homepage": "https://github.com/Gitlitio/quantopian-tools" }, "release_url": "https://pypi.org/project/quantopian-tools/0.0.1a0/", "requires_dist": [ "MechanicalSoup", "cerberus (>=1.0.1)", "click", "requests", "six", "websocket-client" ], "requires_python": "", "summary": "", "version": "0.0.1a0" }, "last_serial": 2335490, "releases": { "0.0.1a0": [ { "comment_text": "", "digests": { "md5": "623b56ac6d89a6f51e2f8d0e2bdd5a79", "sha256": "2e7f6ca34e9108fe95708ce838d3aaa46081007f72ac47950519d70161ce2acc" }, "downloads": -1, "filename": "quantopian_tools-0.0.1a0-py27-none-any.whl", "has_sig": false, "md5_digest": "623b56ac6d89a6f51e2f8d0e2bdd5a79", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 15852, "upload_time": "2016-09-10T21:53:58", "url": "https://files.pythonhosted.org/packages/7f/23/bf24935dce1a815cb45f9669c2da308ee5cf0fcfa55634d3d3d1a331b817/quantopian_tools-0.0.1a0-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5991987c79eb0009237ddc11416ad296", "sha256": "d02ef80738164df54eac91930929a942a92b83c6d120eb4dd1807455464b1589" }, "downloads": -1, "filename": "quantopian-tools-0.0.1a0.tar.gz", "has_sig": false, "md5_digest": "5991987c79eb0009237ddc11416ad296", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10310, "upload_time": "2016-09-10T21:54:00", "url": "https://files.pythonhosted.org/packages/fc/b2/1db2e16bc7670dc6d4e0620f764f85ffc994054161221df34f2612ebc921/quantopian-tools-0.0.1a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "623b56ac6d89a6f51e2f8d0e2bdd5a79", "sha256": "2e7f6ca34e9108fe95708ce838d3aaa46081007f72ac47950519d70161ce2acc" }, "downloads": -1, "filename": "quantopian_tools-0.0.1a0-py27-none-any.whl", "has_sig": false, "md5_digest": "623b56ac6d89a6f51e2f8d0e2bdd5a79", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 15852, "upload_time": "2016-09-10T21:53:58", "url": "https://files.pythonhosted.org/packages/7f/23/bf24935dce1a815cb45f9669c2da308ee5cf0fcfa55634d3d3d1a331b817/quantopian_tools-0.0.1a0-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5991987c79eb0009237ddc11416ad296", "sha256": "d02ef80738164df54eac91930929a942a92b83c6d120eb4dd1807455464b1589" }, "downloads": -1, "filename": "quantopian-tools-0.0.1a0.tar.gz", "has_sig": false, "md5_digest": "5991987c79eb0009237ddc11416ad296", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10310, "upload_time": "2016-09-10T21:54:00", "url": "https://files.pythonhosted.org/packages/fc/b2/1db2e16bc7670dc6d4e0620f764f85ffc994054161221df34f2612ebc921/quantopian-tools-0.0.1a0.tar.gz" } ] }