Metadata-Version: 2.4
Name: mrapids
Version: 0.1.7
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Summary: Python bindings for MicroRapids API Runtime - high-performance API client built with Rust
Keywords: api,client,rust,performance,openapi
Author-email: MicroRapids Team <info@microrapids.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/microrapids/api-runtime
Project-URL: repository, https://github.com/microrapids/api-runtime

# MicroRapids API Runtime

High-performance API runtime built with Rust.

## Features

- 🚀 High-performance request processing
- 🔒 Built-in security policies
- 📊 Rate limiting and throttling
- 🌐 Multi-protocol support
- 📦 Available as Docker, NPM (WASM), and Python packages

## Quick Start

### Docker
```bash
docker pull ghcr.io/microrapids/api-runtime:latest
docker run -p 8080:8080 ghcr.io/microrapids/api-runtime:latest
```

### NPM (WebAssembly)
```bash
npm install @microrapids/api-runtime-wasm
```

### Python
```bash
pip install mrapids
```

### Rust
```toml
[dependencies]
mrapids = { git = "https://github.com/microrapids/api-runtime" }
```

## Documentation

See the [full documentation](https://github.com/microrapids/api-runtime/tree/main/docs) for detailed usage instructions.

## License

MIT
