aioadaptive


Nameaioadaptive JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryAdd your description here
upload_time2025-07-22 15:49:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords adaptive aiohttp asyncio python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aio Adaptive

Project is based off of [Netflix Concurrency](https://github.com/Netflix/concurrency-limits), but for python!
The initial setup allows for someone to configure the Vegas adaptive rate limit.

See the examples below for how to leverage it.

## Install

TODO

## Developer Setup

1. Navigate to the Server Directory

   ```bash
   cd aioadaptive
   ```

2. Install Server Requirements

   ```bash
   uv venv .venv
   source .venv/bin/activate
   uv sync
   ```

3. Run tests

   ```bash
   pytest
   ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aioadaptive",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "adaptive, aiohttp, asyncio, python",
    "author": null,
    "author_email": "Jesse Saran <8915311+swrap@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/ae/40/4c8c95cd9d88fc68f5730c43ce9583d3c481f7ae440c7c8c56c96017f2e4/aioadaptive-0.1.2.tar.gz",
    "platform": null,
    "description": "# Aio Adaptive\n\nProject is based off of [Netflix Concurrency](https://github.com/Netflix/concurrency-limits), but for python!\nThe initial setup allows for someone to configure the Vegas adaptive rate limit.\n\nSee the examples below for how to leverage it.\n\n## Install\n\nTODO\n\n## Developer Setup\n\n1. Navigate to the Server Directory\n\n   ```bash\n   cd aioadaptive\n   ```\n\n2. Install Server Requirements\n\n   ```bash\n   uv venv .venv\n   source .venv/bin/activate\n   uv sync\n   ```\n\n3. Run tests\n\n   ```bash\n   pytest\n   ```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Add your description here",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://github.com/swrap/aioadaptive#readme",
        "Homepage": "https://github.com/swrap/aioadaptive",
        "Source": "https://github.com/swrap/aioadaptive",
        "Tracker": "https://github.com/swrap/aioadaptive/issues"
    },
    "split_keywords": [
        "adaptive",
        " aiohttp",
        " asyncio",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc80c58ab210347783f131b76e0dc143db625dec2f5ba2e7a8799fcc33d33b16",
                "md5": "4138daac66baef1010e2541903cb2a0b",
                "sha256": "ab9ae6794d03cb04037f1749431c029b7d8fba09a60fb40b727ff14e77359d53"
            },
            "downloads": -1,
            "filename": "aioadaptive-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4138daac66baef1010e2541903cb2a0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5511,
            "upload_time": "2025-07-22T15:49:07",
            "upload_time_iso_8601": "2025-07-22T15:49:07.525987Z",
            "url": "https://files.pythonhosted.org/packages/bc/80/c58ab210347783f131b76e0dc143db625dec2f5ba2e7a8799fcc33d33b16/aioadaptive-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae404c8c95cd9d88fc68f5730c43ce9583d3c481f7ae440c7c8c56c96017f2e4",
                "md5": "7e4f2dbfd0e8f6181e79b6df6cfb4cf5",
                "sha256": "7cce3b1a3263e82090dfa3094ec416e8b06f8cc8d3de817f59627ef978f3bad9"
            },
            "downloads": -1,
            "filename": "aioadaptive-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7e4f2dbfd0e8f6181e79b6df6cfb4cf5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17307,
            "upload_time": "2025-07-22T15:49:08",
            "upload_time_iso_8601": "2025-07-22T15:49:08.705180Z",
            "url": "https://files.pythonhosted.org/packages/ae/40/4c8c95cd9d88fc68f5730c43ce9583d3c481f7ae440c7c8c56c96017f2e4/aioadaptive-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 15:49:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "swrap",
    "github_project": "aioadaptive#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aioadaptive"
}
        
Elapsed time: 0.44148s