Metadata-Version: 2.4
Name: arxo
Version: 0.0.1
Summary: Architecture tooling (placeholder)
License: MIT
Keywords: architecture,cli
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# arxo (PyPI placeholder)

Minimal Python package to stake the **arxo** name on [PyPI](https://pypi.org).

## Use as standalone repo

1. Copy this folder into a new repo (e.g. `arxo-io/arxo-sdk`).
2. Build and publish:
   ```bash
   pip install build twine
   python -m build
   twine upload dist/*
   ```
   Use your PyPI account (or token). First time: `pip install setuptools wheel` if needed.

## If the name "arxo" is taken

Rename in `pyproject.toml`: `name = "arxo-sdk"` (or `arxo-cli`). Then `pip install arxo-sdk`.

## Replace with real SDK

Add real API client, CLI entry point, or bridge to arch0; keep this as the published package.
