Metadata-Version: 2.4
Name: robot-wallet
Version: 0.0.1
Summary: Placeholder package for robot-wallet.
Author: robot-wallet contributors
License: MIT
Project-URL: Repository, https://example.invalid/robot-wallet
Keywords: robot-wallet,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# robot-wallet (placeholder)

This directory contains a **placeholder Python package** for `robot-wallet`.

## Install (editable)

```bash
python -m pip install -e .
```

## Run

```bash
robot-wallet
python -m robot_wallet
```

