Metadata-Version: 2.4
Name: jumpgate
Version: 0.0.1
Summary: Namespace reservation placeholder for jumpgate CLI tool
Project-URL: Homepage, https://github.com/shaneholloman/airpilot
Project-URL: Repository, https://github.com/shaneholloman/airpilot
Project-URL: Issues, https://github.com/shaneholloman/airpilot/issues
Author: Shane Holloman
License-Expression: MIT
Keywords: cli,jumpgate,placeholder
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Jumpgate CLI - Namespace Placeholder

This is a placeholder package to reserve the `jumpgate` namespace on PyPI.

## Status

This package is currently a placeholder. The actual jumpgate CLI implementation is under development as part of the AirPilot project.

## Installation

```bash
pip install jumpgate
```

Or with uv:

```bash
uv add jumpgate
```

## Usage

```bash
jumpgate
```

Currently outputs a placeholder message indicating the package is under development.

## Development

The actual implementation is being developed at: https://github.com/shaneholloman/airpilot

To set up for development with uv:

```bash
uv sync
```

## License

MIT