roblox-speed-api


Nameroblox-speed-api JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryFast, asyncio-friendly Roblox Web API client with retries and caching
upload_time2025-09-03 13:41:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords api asyncio client httpx roblox
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # roblox-speed-api

Fast, asyncio-friendly Roblox Web API client with retries and caching.

- Async-first (`httpx`)
- Retries with exponential backoff (handles 429 and 5xx; respects `Retry-After`)
- Optional in-memory TTL cache for GETs
- Minimal, typed-friendly return dicts

PyPI name: `roblox-speed-api`  
Import: `import roblox_speed_api`

## Install

```bash
pip install roblox-speed-api
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "roblox-speed-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "api, asyncio, client, httpx, roblox",
    "author": null,
    "author_email": "G3tFunchik <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/e1/f4/47170633fe268840c5bb6507bc42007ba3fe7e65e771eaccc3c1bdcb071d/roblox_speed_api-0.2.1.tar.gz",
    "platform": null,
    "description": "# roblox-speed-api\n\nFast, asyncio-friendly Roblox Web API client with retries and caching.\n\n- Async-first (`httpx`)\n- Retries with exponential backoff (handles 429 and 5xx; respects `Retry-After`)\n- Optional in-memory TTL cache for GETs\n- Minimal, typed-friendly return dicts\n\nPyPI name: `roblox-speed-api`  \nImport: `import roblox_speed_api`\n\n## Install\n\n```bash\npip install roblox-speed-api",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fast, asyncio-friendly Roblox Web API client with retries and caching",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/yourname/roblox-speed-api",
        "Issues": "https://github.com/yourname/roblox-speed-api/issues",
        "Repository": "https://github.com/yourname/roblox-speed-api"
    },
    "split_keywords": [
        "api",
        " asyncio",
        " client",
        " httpx",
        " roblox"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1d9a643550fba067742d4bdc82c2fe2e0bb140579535031902055fb39a35905",
                "md5": "21e9c3ce6b82f114e4c637697ddd46ee",
                "sha256": "a682f754e90b6d06609ab56551b940829bf165608053babcea32a472d239bd20"
            },
            "downloads": -1,
            "filename": "roblox_speed_api-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21e9c3ce6b82f114e4c637697ddd46ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6860,
            "upload_time": "2025-09-03T13:40:42",
            "upload_time_iso_8601": "2025-09-03T13:40:42.397968Z",
            "url": "https://files.pythonhosted.org/packages/c1/d9/a643550fba067742d4bdc82c2fe2e0bb140579535031902055fb39a35905/roblox_speed_api-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1f447170633fe268840c5bb6507bc42007ba3fe7e65e771eaccc3c1bdcb071d",
                "md5": "8974fb79e7c9d6903f474baefd325b1a",
                "sha256": "3f64203db11026b0c7a6aa650812691894f5c52209b8123680f85079401a14a3"
            },
            "downloads": -1,
            "filename": "roblox_speed_api-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8974fb79e7c9d6903f474baefd325b1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5036,
            "upload_time": "2025-09-03T13:41:21",
            "upload_time_iso_8601": "2025-09-03T13:41:21.909744Z",
            "url": "https://files.pythonhosted.org/packages/e1/f4/47170633fe268840c5bb6507bc42007ba3fe7e65e771eaccc3c1bdcb071d/roblox_speed_api-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 13:41:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourname",
    "github_project": "roblox-speed-api",
    "github_not_found": true,
    "lcname": "roblox-speed-api"
}
        
Elapsed time: 1.75753s