![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
.. 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.
Python >= 3.7 are supported. You must have a datarobot account.
::
$ pip install datarobot
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.
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>
_To report issues or ask questions, send email to the team <api-maintainer@datarobot.com>
_.
.. _datarobot: https://datarobot.com .. _documentation: https://datarobot-public-api-client.readthedocs-hosted.com .. _legal: https://www.datarobot.com/legal/
FAQs
This client library is designed to support the DataRobot API.
We found that datarobot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.