datarobot-early-access


Namedatarobot-early-access JSON
Version 3.4.0.2024.4.23 PyPI version JSON
download
home_pagehttps://datarobot.com
SummaryThis client library is designed to support the DataRobot API.
upload_time2024-04-23 16:30:08
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_early_access
============================
.. image:: https://img.shields.io/pypi/v/datarobot_early_access.svg
   :target: https://pypi.python.org/pypi/datarobot-early-access/
.. image:: https://img.shields.io/pypi/pyversions/datarobot_early_access.svg
.. image:: https://img.shields.io/pypi/status/datarobot_early_access.svg

DataRobot is a client library for working with the `DataRobot`_ platform API. This package is the "early access" version of the client. **Do NOT use this package in production--you will expose yourself to risk of breaking changes and bugs.** For the most stable version, see the quarterly release on PyPI at https://pypi.org/project/datarobot/.

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_early_access

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.

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
=========================
Create an account on `DataRobot Community <https://community.datarobot.com/>`_ and post your questions and bug reports
`here <https://community.datarobot.com/t5/forums/postpage/board-id/datarobot-api>`_.

.. _datarobot: https://datarobot.com
.. _documentation: https://datarobot-public-api-client.readthedocs-hosted.com/en/early-access/
.. _legal: https://www.datarobot.com/legal/



            

Raw data

            {
    "_id": null,
    "home_page": "https://datarobot.com",
    "name": "datarobot-early-access",
    "maintainer": "datarobot",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "info@datarobot.com",
    "keywords": null,
    "author": "datarobot",
    "author_email": "support@datarobot.com",
    "download_url": "https://files.pythonhosted.org/packages/8a/c7/0705bd3af395b49608d885d9d7c639cc1c64cfe733820acb99400883e168/datarobot_early_access-3.4.0.2024.4.23.tar.gz",
    "platform": null,
    "description": "\nAbout datarobot_early_access\n============================\n.. image:: https://img.shields.io/pypi/v/datarobot_early_access.svg\n   :target: https://pypi.python.org/pypi/datarobot-early-access/\n.. image:: https://img.shields.io/pypi/pyversions/datarobot_early_access.svg\n.. image:: https://img.shields.io/pypi/status/datarobot_early_access.svg\n\nDataRobot is a client library for working with the `DataRobot`_ platform API. This package is the \"early access\" version of the client. **Do NOT use this package in production--you will expose yourself to risk of breaking changes and bugs.** For the most stable version, see the quarterly release on PyPI at https://pypi.org/project/datarobot/.\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_early_access\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\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=========================\nCreate an account on `DataRobot Community <https://community.datarobot.com/>`_ and post your questions and bug reports\n`here <https://community.datarobot.com/t5/forums/postpage/board-id/datarobot-api>`_.\n\n.. _datarobot: https://datarobot.com\n.. _documentation: https://datarobot-public-api-client.readthedocs-hosted.com/en/early-access/\n.. _legal: https://www.datarobot.com/legal/\n\n\n",
    "bugtrack_url": null,
    "license": "DataRobot Tool and Utility Agreement",
    "summary": "This client library is designed to support the DataRobot API.",
    "version": "3.4.0.2024.4.23",
    "project_urls": {
        "Changelog": "https://datarobot-public-api-client.readthedocs-hosted.com/en/early-access/CHANGES.html",
        "Documentation": "https://datarobot-public-api-client.readthedocs-hosted.com/en/early-access/",
        "Homepage": "https://datarobot.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a5a2c660c940a9f9779a28f876050c2f1c7c14d207f4dae4bee1ff7bf49d3ef",
                "md5": "4918d0b937cbc08df5321c2c3755ada4",
                "sha256": "4e98173a460626f9bd02e31190ae0ea4095876cb42ae36f73a8e709c8ab2d2bc"
            },
            "downloads": -1,
            "filename": "datarobot_early_access-3.4.0.2024.4.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4918d0b937cbc08df5321c2c3755ada4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 683538,
            "upload_time": "2024-04-23T16:30:03",
            "upload_time_iso_8601": "2024-04-23T16:30:03.332714Z",
            "url": "https://files.pythonhosted.org/packages/9a/5a/2c660c940a9f9779a28f876050c2f1c7c14d207f4dae4bee1ff7bf49d3ef/datarobot_early_access-3.4.0.2024.4.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ac70705bd3af395b49608d885d9d7c639cc1c64cfe733820acb99400883e168",
                "md5": "0b04288bbfa48762c44f673609c8761e",
                "sha256": "1e1b99762fbbab6a09126a8f8b7acb4390c2c900510f1c4de65940df533bb0f5"
            },
            "downloads": -1,
            "filename": "datarobot_early_access-3.4.0.2024.4.23.tar.gz",
            "has_sig": false,
            "md5_digest": "0b04288bbfa48762c44f673609c8761e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 594881,
            "upload_time": "2024-04-23T16:30:08",
            "upload_time_iso_8601": "2024-04-23T16:30:08.441559Z",
            "url": "https://files.pythonhosted.org/packages/8a/c7/0705bd3af395b49608d885d9d7c639cc1c64cfe733820acb99400883e168/datarobot_early_access-3.4.0.2024.4.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 16:30:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "datarobot-early-access"
}
        
Elapsed time: 0.25179s