Metadata-Version: 2.1
Name: cursor-sdk
Version: 0.1.4
Summary: Python client for the Cursor SDK bridge.
Author: Cursor
License: Proprietary
Project-URL: Homepage, https://cursor.com
Project-URL: Documentation, https://cursor.com/docs/api/sdk
Project-URL: Repository, https://github.com/cursor/cursor
Project-URL: Issues, https://github.com/anysphere/everysphere/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: httpx <1,>=0.27
Provides-Extra: test
Requires-Dist: pytest-asyncio >=0.23 ; extra == 'test'
Requires-Dist: pytest >=8 ; extra == 'test'

# cursor-sdk

Python client for the Cursor SDK bridge.

See the SDK Python docs at https://cursor.com/docs/api/sdk/python.

## Installation

```bash
pip install cursor-sdk
```

Supported platforms: macOS (arm64, x64), Linux (arm64, x64), and Windows (x64).

Maintainers: see [RELEASING.md](https://github.com/anysphere/everysphere/blob/main/packages/cursor-sdk-python/RELEASING.md).
