Metadata-Version: 2.4
Name: talocode-xprolane
Version: 0.1.0
Summary: Open-source X Pro setup assistant for builders, founders, and creators
Author: Talocode
License: MIT
Keywords: x,twitter,x-pro,growth,cli,talocode
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# talocode-xprolane

Python SDK and CLI for XProLane — the open-source X Pro setup assistant.

## Install

```bash
pip install talocode-xprolane
```

## CLI

```bash
xprolane-py --help
xprolane-py demo
xprolane-py setup --niche ai-builders --product ScreenLane
xprolane-py queries --niche founders
```

## SDK

```python
from talocode_xprolane import XProLaneClient

client = XProLaneClient()
plan = client.setup(niche="ai-builders", product="ScreenLane")
print(plan)
```

## License

MIT
