qless-with-throttles


Nameqless-with-throttles JSON
Version 0.11.4 PyPI version JSON
download
home_pagehttp://github.com/tdg5/qless-py
SummaryRedis-based Queue Management
upload_time2023-10-05 19:27:18
maintainer
docs_urlNone
authorDanny Guinther
requires_python
licenseMIT License
keywords redis qless job
VCS
bugtrack_url
requirements appdirs async-timeout black build certifi cffi cfgv charset-normalizer click colorama coverage cryptography decorator distlib docutils dparse filelock flake8 Flake8-pyproject funcsigs gevent greenlet hiredis identify idna importlib-metadata isort jaraco.classes jeepney keyring markdown-it-py mccabe mdurl mock more-itertools mypy mypy-extensions nh3 nodeenv nose packaging pathspec pbr pkginfo platformdirs pre-commit pycodestyle pycparser pyflakes Pygments pyparsing pyproject_hooks python-termstyle PyYAML readme-renderer redis rednose regex removestar requests requests-toolbelt rfc3986 rich ruamel.yaml ruamel.yaml.clib safety SecretStorage setproctitle six toml tomli twine types-decorator types-mock types-pyOpenSSL types-redis typing_extensions urllib3 virtualenv zipp zope.event zope.interface
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Fork of seomoz/qless-py with support for throttles.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/tdg5/qless-py",
    "name": "qless-with-throttles",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "redis,qless,job",
    "author": "Danny Guinther",
    "author_email": "dannyguinther@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/86/92c8a28df21fcd54858a7844b142c0ca4ac65d147a3dd90b0e643ba43592/qless-with-throttles-0.11.4.tar.gz",
    "platform": null,
    "description": "Fork of seomoz/qless-py with support for throttles.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Redis-based Queue Management",
    "version": "0.11.4",
    "project_urls": {
        "Homepage": "http://github.com/tdg5/qless-py"
    },
    "split_keywords": [
        "redis",
        "qless",
        "job"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6767a18e1d93548b538dd7266ccaf818c150454ce2ed96f9b9c27e679ee78505",
                "md5": "494da5c77929684c43e637eb43e0efb1",
                "sha256": "73e38d2801c18b5db486fda0216c99e3b2f7dda0f57566ae40a8c2ed80b341ea"
            },
            "downloads": -1,
            "filename": "qless_with_throttles-0.11.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "494da5c77929684c43e637eb43e0efb1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 58686,
            "upload_time": "2023-10-05T19:27:16",
            "upload_time_iso_8601": "2023-10-05T19:27:16.270396Z",
            "url": "https://files.pythonhosted.org/packages/67/67/a18e1d93548b538dd7266ccaf818c150454ce2ed96f9b9c27e679ee78505/qless_with_throttles-0.11.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a78692c8a28df21fcd54858a7844b142c0ca4ac65d147a3dd90b0e643ba43592",
                "md5": "1cf19b57b84799a26dbd18de3ac27571",
                "sha256": "b27dc7684bf02bb3c9d07187175b5a0f11f8a393a7b7dccd62eba2ec8cbd08a9"
            },
            "downloads": -1,
            "filename": "qless-with-throttles-0.11.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1cf19b57b84799a26dbd18de3ac27571",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 70536,
            "upload_time": "2023-10-05T19:27:18",
            "upload_time_iso_8601": "2023-10-05T19:27:18.147469Z",
            "url": "https://files.pythonhosted.org/packages/a7/86/92c8a28df21fcd54858a7844b142c0ca4ac65d147a3dd90b0e643ba43592/qless-with-throttles-0.11.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 19:27:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tdg5",
    "github_project": "qless-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "appdirs",
            "specs": [
                [
                    "==",
                    "1.4.4"
                ]
            ]
        },
        {
            "name": "async-timeout",
            "specs": [
                [
                    "==",
                    "4.0.3"
                ]
            ]
        },
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "24.2.0"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.11.17"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "cfgv",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "7.3.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "42.0.5"
                ]
            ]
        },
        {
            "name": "decorator",
            "specs": [
                [
                    "==",
                    "5.1.1"
                ]
            ]
        },
        {
            "name": "distlib",
            "specs": [
                [
                    "==",
                    "0.3.7"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.20.1"
                ]
            ]
        },
        {
            "name": "dparse",
            "specs": [
                [
                    "==",
                    "0.6.3"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    "==",
                    "3.13.1"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "7.0.0"
                ]
            ]
        },
        {
            "name": "Flake8-pyproject",
            "specs": [
                [
                    "==",
                    "1.2.3"
                ]
            ]
        },
        {
            "name": "funcsigs",
            "specs": [
                [
                    "==",
                    "0.4"
                ]
            ]
        },
        {
            "name": "gevent",
            "specs": [
                [
                    "==",
                    "22.10.2"
                ]
            ]
        },
        {
            "name": "greenlet",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "hiredis",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "identify",
            "specs": [
                [
                    "==",
                    "2.5.32"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "6.8.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.8.0"
                ]
            ]
        },
        {
            "name": "jaraco.classes",
            "specs": [
                [
                    "==",
                    "3.3.0"
                ]
            ]
        },
        {
            "name": "jeepney",
            "specs": [
                [
                    "==",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "24.3.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "mccabe",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "mock",
            "specs": [
                [
                    "==",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.1.0"
                ]
            ]
        },
        {
            "name": "mypy",
            "specs": [
                [
                    "==",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "mypy-extensions",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "nh3",
            "specs": [
                [
                    "==",
                    "0.2.15"
                ]
            ]
        },
        {
            "name": "nodeenv",
            "specs": [
                [
                    "==",
                    "1.8.0"
                ]
            ]
        },
        {
            "name": "nose",
            "specs": [
                [
                    "==",
                    "1.3.7"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.2"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.11.2"
                ]
            ]
        },
        {
            "name": "pbr",
            "specs": [
                [
                    "==",
                    "1.8.1"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.9.6"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "pre-commit",
            "specs": [
                [
                    "==",
                    "2.20.0"
                ]
            ]
        },
        {
            "name": "pycodestyle",
            "specs": [
                [
                    "==",
                    "2.11.1"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.21"
                ]
            ]
        },
        {
            "name": "pyflakes",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.17.2"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "pyproject_hooks",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "python-termstyle",
            "specs": [
                [
                    "==",
                    "0.1.10"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "readme-renderer",
            "specs": [
                [
                    "==",
                    "42.0"
                ]
            ]
        },
        {
            "name": "redis",
            "specs": [
                [
                    "==",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "rednose",
            "specs": [
                [
                    "==",
                    "1.1.1"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "==",
                    "2023.10.3"
                ]
            ]
        },
        {
            "name": "removestar",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.7.0"
                ]
            ]
        },
        {
            "name": "ruamel.yaml",
            "specs": [
                [
                    "==",
                    "0.18.5"
                ]
            ]
        },
        {
            "name": "ruamel.yaml.clib",
            "specs": [
                [
                    "==",
                    "0.2.8"
                ]
            ]
        },
        {
            "name": "safety",
            "specs": [
                [
                    "==",
                    "2.3.4"
                ]
            ]
        },
        {
            "name": "SecretStorage",
            "specs": [
                [
                    "==",
                    "3.3.3"
                ]
            ]
        },
        {
            "name": "setproctitle",
            "specs": [
                [
                    "==",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "toml",
            "specs": [
                [
                    "==",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "4.0.2"
                ]
            ]
        },
        {
            "name": "types-decorator",
            "specs": [
                [
                    "==",
                    "5.1.8.4"
                ]
            ]
        },
        {
            "name": "types-mock",
            "specs": [
                [
                    "==",
                    "5.1.0.2"
                ]
            ]
        },
        {
            "name": "types-pyOpenSSL",
            "specs": [
                [
                    "==",
                    "23.3.0.0"
                ]
            ]
        },
        {
            "name": "types-redis",
            "specs": [
                [
                    "==",
                    "4.6.0.11"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.8.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "virtualenv",
            "specs": [
                [
                    "==",
                    "20.24.7"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.17.0"
                ]
            ]
        },
        {
            "name": "zope.event",
            "specs": [
                [
                    "==",
                    "5.0"
                ]
            ]
        },
        {
            "name": "zope.interface",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "qless-with-throttles"
}
        
Elapsed time: 2.39502s