datarobot


Namedatarobot JSON
Version 3.8.0 PyPI version JSON
download
home_pagehttps://datarobot.com
SummaryThis client library is designed to support the DataRobot API.
upload_time2025-07-11 20:34:26
maintainerdatarobot
docs_urlNone
authordatarobot
requires_python>=3.7
licenseDataRobot Tool and Utility Agreement
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
About datarobot
============================
.. image:: https://img.shields.io/pypi/v/datarobot.svg
   :target: https://pypi.python.org/pypi/datarobot/
.. image:: https://img.shields.io/pypi/pyversions/datarobot.svg
.. image:: https://img.shields.io/pypi/status/datarobot.svg

DataRobot is a client library for working with the `DataRobot`_ platform API. 

This package is released under the terms of the DataRobot Tool and Utility Agreement, which
can be found on our `Legal`_ page, along with our privacy policy and more.

Installation
=========================
Python >= 3.7 are supported.
You must have a datarobot account.

::

   $ pip install datarobot

Usage
=========================
The library will look for a config file `~/.config/datarobot/drconfig.yaml` by default.
This is an example of what that config file should look like.

::

   token: your_token
   endpoint: https://app.datarobot.com/api/v2

Alternatively a global client can be set in the code.

::

   import datarobot as dr
   dr.Client(token='your_token', endpoint='https://app.datarobot.com/api/v2')

Alternatively environment variables can be used.

::

   export DATAROBOT_API_TOKEN='your_token'
   export DATAROBOT_ENDPOINT='https://app.datarobot.com/api/v2'

See `documentation`_ for example usage after configuring.

Extra
=========================

datarobot has the following optional groups:

- `auth` (requires Python 3.9+): Provides an abstraction to handle OAuth2 authentication with DataRobot API (11.1+).
    This can be used in DataRobot Custom Applications and on its own.
- `auth-authlib` (requires Python 3.9+): OAuth2 authentication handling via Authlib.
    This can be used in DataRobot Custom Applications and on its own.

You can install these optional groups by specifying them in the pip command, for example:

::

    $ pip install datarobot[auth]


Helpful links
=========================
- `API quickstart guide <https://docs.datarobot.com/en/docs/api/api-quickstart/index.html>`_
- `Code examples <https://docs.datarobot.com/en/docs/api/guide/python/index.html>`_
- `Common use cases <https://docs.datarobot.com/en/docs/api/guide/common-case/index.html>`_

Bug Reporting and Q&A
=========================
To report issues or ask questions, send email to `the team <api-maintainer@datarobot.com>`_.

.. _datarobot: https://datarobot.com
.. _documentation: https://docs.datarobot.com/en/docs/api/reference/sdk/
.. _legal: https://www.datarobot.com/legal/

            

Raw data

            {
    "_id": null,
    "home_page": "https://datarobot.com",
    "name": "datarobot",
    "maintainer": "datarobot",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "api-maintainer@datarobot.com",
    "keywords": null,
    "author": "datarobot",
    "author_email": "api-maintainer@datarobot.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/8f/0d1b810661a90881482404f558d4a759d985eee3ff1e268a19ec01de4ecf/datarobot-3.8.0.tar.gz",
    "platform": null,
    "description": "\nAbout datarobot\n============================\n.. image:: https://img.shields.io/pypi/v/datarobot.svg\n   :target: https://pypi.python.org/pypi/datarobot/\n.. image:: https://img.shields.io/pypi/pyversions/datarobot.svg\n.. image:: https://img.shields.io/pypi/status/datarobot.svg\n\nDataRobot is a client library for working with the `DataRobot`_ platform API. \n\nThis package is released under the terms of the DataRobot Tool and Utility Agreement, which\ncan be found on our `Legal`_ page, along with our privacy policy and more.\n\nInstallation\n=========================\nPython >= 3.7 are supported.\nYou must have a datarobot account.\n\n::\n\n   $ pip install datarobot\n\nUsage\n=========================\nThe library will look for a config file `~/.config/datarobot/drconfig.yaml` by default.\nThis is an example of what that config file should look like.\n\n::\n\n   token: your_token\n   endpoint: https://app.datarobot.com/api/v2\n\nAlternatively a global client can be set in the code.\n\n::\n\n   import datarobot as dr\n   dr.Client(token='your_token', endpoint='https://app.datarobot.com/api/v2')\n\nAlternatively environment variables can be used.\n\n::\n\n   export DATAROBOT_API_TOKEN='your_token'\n   export DATAROBOT_ENDPOINT='https://app.datarobot.com/api/v2'\n\nSee `documentation`_ for example usage after configuring.\n\nExtra\n=========================\n\ndatarobot has the following optional groups:\n\n- `auth` (requires Python 3.9+): Provides an abstraction to handle OAuth2 authentication with DataRobot API (11.1+).\n    This can be used in DataRobot Custom Applications and on its own.\n- `auth-authlib` (requires Python 3.9+): OAuth2 authentication handling via Authlib.\n    This can be used in DataRobot Custom Applications and on its own.\n\nYou can install these optional groups by specifying them in the pip command, for example:\n\n::\n\n    $ pip install datarobot[auth]\n\n\nHelpful links\n=========================\n- `API quickstart guide <https://docs.datarobot.com/en/docs/api/api-quickstart/index.html>`_\n- `Code examples <https://docs.datarobot.com/en/docs/api/guide/python/index.html>`_\n- `Common use cases <https://docs.datarobot.com/en/docs/api/guide/common-case/index.html>`_\n\nBug Reporting and Q&A\n=========================\nTo report issues or ask questions, send email to `the team <api-maintainer@datarobot.com>`_.\n\n.. _datarobot: https://datarobot.com\n.. _documentation: https://docs.datarobot.com/en/docs/api/reference/sdk/\n.. _legal: https://www.datarobot.com/legal/\n",
    "bugtrack_url": null,
    "license": "DataRobot Tool and Utility Agreement",
    "summary": "This client library is designed to support the DataRobot API.",
    "version": "3.8.0",
    "project_urls": {
        "Changelog": "https://docs.datarobot.com/en/docs/api/reference/changelogs/py-changelog/index.html",
        "Documentation": "https://docs.datarobot.com/en/docs/api/reference/sdk/",
        "Homepage": "https://datarobot.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adc831f61cb3986d1b4eb7556c1a1a0d9e307e6cd5c2338e805378ff5b94da59",
                "md5": "a6cec412aa1b9fae4ce9377183327737",
                "sha256": "2780cad4fd348f88298578d7f86316d6d7bc60b770dba4d50ba1002e683bf7b8"
            },
            "downloads": -1,
            "filename": "datarobot-3.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6cec412aa1b9fae4ce9377183327737",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 769096,
            "upload_time": "2025-07-11T20:34:24",
            "upload_time_iso_8601": "2025-07-11T20:34:24.878813Z",
            "url": "https://files.pythonhosted.org/packages/ad/c8/31f61cb3986d1b4eb7556c1a1a0d9e307e6cd5c2338e805378ff5b94da59/datarobot-3.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb8f0d1b810661a90881482404f558d4a759d985eee3ff1e268a19ec01de4ecf",
                "md5": "3ce0b410e56ec8c664c46fc9b9cbf39e",
                "sha256": "669a6adea68bfbc7ca742f433a1b3ed98b11c6f8f62e42e0e13bfd69198197b3"
            },
            "downloads": -1,
            "filename": "datarobot-3.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3ce0b410e56ec8c664c46fc9b9cbf39e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 716316,
            "upload_time": "2025-07-11T20:34:26",
            "upload_time_iso_8601": "2025-07-11T20:34:26.899637Z",
            "url": "https://files.pythonhosted.org/packages/eb/8f/0d1b810661a90881482404f558d4a759d985eee3ff1e268a19ec01de4ecf/datarobot-3.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 20:34:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "datarobot"
}
        
Elapsed time: 0.45615s