pylimit


Namepylimit JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/biplap-sarkar/pylimit
SummaryA distributed rate limiting library for python using leaky bucket algorithm and Redis
upload_time2023-08-06 05:00:19
maintainer
docs_urlNone
authorBiplap Sarkar
requires_python
license
keywords rate limiting throttle redis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/biplap-sarkar/pylimit",
    "name": "pylimit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "rate limiting,throttle,redis",
    "author": "Biplap Sarkar",
    "author_email": "biplap.sarkar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/9e/83f60c9ad9d99b357475480449186d80c15d3472534dcfbd8165f9741b63/pylimit-1.0.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "A distributed rate limiting library for python using leaky bucket algorithm and Redis",
    "version": "1.0.0",
    "project_urls": {
        "Download": "https://github.com/biplap-sarkar/pylimit/archive/v1.0.0.tar.gz",
        "Homepage": "https://github.com/biplap-sarkar/pylimit"
    },
    "split_keywords": [
        "rate limiting",
        "throttle",
        "redis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46cb12167a073a1bc1fd36874e9f760aa06c71e19c15f4256464729e9b90b33f",
                "md5": "f9ecf718976e9ca8bbad2518fcc1d8ec",
                "sha256": "95a0659a9cb65887347c86f100906661068537574a7a27404f29497b2496d955"
            },
            "downloads": -1,
            "filename": "pylimit-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9ecf718976e9ca8bbad2518fcc1d8ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7980,
            "upload_time": "2023-08-06T05:00:18",
            "upload_time_iso_8601": "2023-08-06T05:00:18.540000Z",
            "url": "https://files.pythonhosted.org/packages/46/cb/12167a073a1bc1fd36874e9f760aa06c71e19c15f4256464729e9b90b33f/pylimit-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9e83f60c9ad9d99b357475480449186d80c15d3472534dcfbd8165f9741b63",
                "md5": "aa9b3eb64780c15c8cc92e5bb203900a",
                "sha256": "4b3f167d1328abb085478e38709f60092061f8e252e358f0a0c63ad486eb7093"
            },
            "downloads": -1,
            "filename": "pylimit-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aa9b3eb64780c15c8cc92e5bb203900a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7286,
            "upload_time": "2023-08-06T05:00:19",
            "upload_time_iso_8601": "2023-08-06T05:00:19.757475Z",
            "url": "https://files.pythonhosted.org/packages/9e/9e/83f60c9ad9d99b357475480449186d80c15d3472534dcfbd8165f9741b63/pylimit-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-06 05:00:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "biplap-sarkar",
    "github_project": "pylimit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pylimit"
}
        
Elapsed time: 0.18834s