mrapids


Namemrapids JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryPython bindings for MicroRapids API Runtime - high-performance API client built with Rust
upload_time2025-08-29 17:24:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords api client rust performance openapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mrapids",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "api, client, rust, performance, openapi",
    "author": null,
    "author_email": "MicroRapids Team <info@microrapids.com>",
    "download_url": "https://files.pythonhosted.org/packages/a5/5d/d3c3699bbdb28b914a6aee97014b6f7ccc66321d0958fd68b4c38c500a6c/mrapids-0.1.7.tar.gz",
    "platform": null,
    "description": "# MicroRapids API Runtime\n\nHigh-performance API runtime built with Rust.\n\n## Features\n\n- \ud83d\ude80 High-performance request processing\n- \ud83d\udd12 Built-in security policies\n- \ud83d\udcca Rate limiting and throttling\n- \ud83c\udf10 Multi-protocol support\n- \ud83d\udce6 Available as Docker, NPM (WASM), and Python packages\n\n## Quick Start\n\n### Docker\n```bash\ndocker pull ghcr.io/microrapids/api-runtime:latest\ndocker run -p 8080:8080 ghcr.io/microrapids/api-runtime:latest\n```\n\n### NPM (WebAssembly)\n```bash\nnpm install @microrapids/api-runtime-wasm\n```\n\n### Python\n```bash\npip install mrapids\n```\n\n### Rust\n```toml\n[dependencies]\nmrapids = { git = \"https://github.com/microrapids/api-runtime\" }\n```\n\n## Documentation\n\nSee the [full documentation](https://github.com/microrapids/api-runtime/tree/main/docs) for detailed usage instructions.\n\n## License\n\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python bindings for MicroRapids API Runtime - high-performance API client built with Rust",
    "version": "0.1.7",
    "project_urls": {
        "homepage": "https://github.com/microrapids/api-runtime",
        "repository": "https://github.com/microrapids/api-runtime"
    },
    "split_keywords": [
        "api",
        " client",
        " rust",
        " performance",
        " openapi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f93eb487f5fb278284f705b37219eb08f55c85baab6ec317d467164dbb080cc6",
                "md5": "1e8bc50328e28d4bee6df47f9dec7c21",
                "sha256": "d39c0a2105c1387880078edad487734c1e6efede280cf3799f3a00650966aeb6"
            },
            "downloads": -1,
            "filename": "mrapids-0.1.7-cp39-cp39-manylinux_2_34_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e8bc50328e28d4bee6df47f9dec7c21",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 180294,
            "upload_time": "2025-08-29T17:24:43",
            "upload_time_iso_8601": "2025-08-29T17:24:43.727543Z",
            "url": "https://files.pythonhosted.org/packages/f9/3e/b487f5fb278284f705b37219eb08f55c85baab6ec317d467164dbb080cc6/mrapids-0.1.7-cp39-cp39-manylinux_2_34_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a55dd3c3699bbdb28b914a6aee97014b6f7ccc66321d0958fd68b4c38c500a6c",
                "md5": "3779592a79607cd29b86cbb5599a79b2",
                "sha256": "6f546db61f86b9493ad59ff93ecda7d1b9c06154a66d421d020fd9ad076aaf2f"
            },
            "downloads": -1,
            "filename": "mrapids-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3779592a79607cd29b86cbb5599a79b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4737742,
            "upload_time": "2025-08-29T17:24:45",
            "upload_time_iso_8601": "2025-08-29T17:24:45.094946Z",
            "url": "https://files.pythonhosted.org/packages/a5/5d/d3c3699bbdb28b914a6aee97014b6f7ccc66321d0958fd68b4c38c500a6c/mrapids-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 17:24:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microrapids",
    "github_project": "api-runtime",
    "github_not_found": true,
    "lcname": "mrapids"
}
        
Elapsed time: 1.29103s