{"library":"polars-cloud","title":"Polars Cloud","description":"Run Polars remotely, either in the Cloud or On-Prem. Version 0.6.1 requires Python >=3.10. Still in early development; release cadence is irregular.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install polars-cloud"],"cli":null},"imports":["from polars_cloud import PolarsCloudSession"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from polars_cloud import PolarsCloudSession\n\nsession = PolarsCloudSession(\n    token=os.environ.get('POLARS_CLOUD_TOKEN', ''),\n    url=os.environ.get('POLARS_CLOUD_URL', 'https://cloud.polars.tech')\n)\n\n# List available datasets\ndatasets = session.datasets.list()\nprint(datasets)","lang":"python","description":"Create a session and list datasets.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}