{ "info": { "author": "DataRobot, Inc", "author_email": "support@datarobot.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# DataRobot AI API Client\n\n## Installation\n\n```bash\n$ pip install datarobot-ai\n```\n\nPython versions 2.7, 3.5, and 3.6 are supported. Other versions may work but are not tested.\n\n## Getting Started\n\nThe first step in working with the client is creating a new instance of it. But first you need your\nAPI Key from [developers.datarobot.com](https://developers.datarobot.com). Once you have a key, you can\ncreate a new `DataRobotAIClient` using that key.\n\n```python\nfrom datarobotai.client import DataRobotAIClient\nai = DataRobotAIClient(key='fill-in-key-here')\n\n# you can print client to get info about it\nprint(ai)\n# will print the following:\n# DataRobotAIClient version 1.0.xx connecting to 'https://developers.datarobot.com/aiapi' with key 'fill-in-key-here'\n```\n\nFor a more complete example of using this client, see our [quickstart](https://developers.datarobot.com/learn/getting-started/quickstart/)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/datarobot/datarobot-ai-py", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "datarobot-ai", "package_url": "https://pypi.org/project/datarobot-ai/", "platform": "", "project_url": "https://pypi.org/project/datarobot-ai/", "project_urls": { "Homepage": "https://github.com/datarobot/datarobot-ai-py" }, "release_url": "https://pypi.org/project/datarobot-ai/1.0.6/", "requires_dist": null, "requires_python": "", "summary": "Python Client for the DataRobot AI API", "version": "1.0.6" }, "last_serial": 5809487, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "852b42bcaa10206186ff61097500f7c9", "sha256": "81870f6a8544e3e8a51f0e919163b31ff87a41222c75ea463a2cb1308bf58860" }, "downloads": -1, "filename": "datarobot-ai-0.0.tar.gz", "has_sig": false, "md5_digest": "852b42bcaa10206186ff61097500f7c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1161, "upload_time": "2019-03-11T15:58:37", "url": "https://files.pythonhosted.org/packages/43/c0/caec253018b622f2722600983373a4b44730514025960f94bf375bf9e845/datarobot-ai-0.0.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "cf5117cdc24eb1797e3f134efed8891b", "sha256": "e4c7cf45e7873e173386615d62cbc0a8b62074b773af964dc2567dfea91e19fe" }, "downloads": -1, "filename": "datarobot-ai-1.0.5.tar.gz", "has_sig": false, "md5_digest": "cf5117cdc24eb1797e3f134efed8891b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60722, "upload_time": "2019-09-10T01:18:30", "url": "https://files.pythonhosted.org/packages/b8/36/cd7b7f02a229c59105d4a2a98f8bf469be5aebbbc1e3df33db10a98a588e/datarobot-ai-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "68db317b3a9170ab508d3480591e1056", "sha256": "e03751e13eb9e86f9962e6d70a00b5fce32eb7ebe8ec7049244634ff90b34779" }, "downloads": -1, "filename": "datarobot-ai-1.0.6.tar.gz", "has_sig": false, "md5_digest": "68db317b3a9170ab508d3480591e1056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60729, "upload_time": "2019-09-10T14:58:11", "url": "https://files.pythonhosted.org/packages/f5/27/66f38ce1348b090c6f8ee3e3153447cbc280c22d0b3bda4be2209aa89357/datarobot-ai-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68db317b3a9170ab508d3480591e1056", "sha256": "e03751e13eb9e86f9962e6d70a00b5fce32eb7ebe8ec7049244634ff90b34779" }, "downloads": -1, "filename": "datarobot-ai-1.0.6.tar.gz", "has_sig": false, "md5_digest": "68db317b3a9170ab508d3480591e1056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60729, "upload_time": "2019-09-10T14:58:11", "url": "https://files.pythonhosted.org/packages/f5/27/66f38ce1348b090c6f8ee3e3153447cbc280c22d0b3bda4be2209aa89357/datarobot-ai-1.0.6.tar.gz" } ] }