Metadata-Version: 2.4
Name: starwright
Version: 0.0.1
Summary: Starwright Python package namespace.
Project-URL: Homepage, https://starwright.ai
Author: Starwright
Keywords: ai,automation,operator,starwright
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Starwright

This package reserves the public Python package namespace for Starwright.

The public SDK is under development. For now, this package intentionally exposes
only minimal project metadata.

```python
from starwright import info

print(info())
```
