peasy-jobs


Namepeasy-jobs JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryAn incredibly simple database-based background worker for Django.
upload_time2024-01-26 17:44:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords background database django job jobs peasy queue task worker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Peasy Jobs

[![PyPI - Version](https://img.shields.io/pypi/v/peasy-jobs.svg)](https://pypi.org/project/peasy-jobs)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peasy-jobs.svg)](https://pypi.org/project/peasy-jobs)

-----

An _incredibly_ simple database-based background worker for Django. It is an "easy peasy" option for those who do not have a very busy task queue.

<!-- **Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install peasy-jobs
``` -->

## License

`peasy-jobs` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "peasy-jobs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "background,database,django,job,jobs,peasy,queue,task,worker",
    "author": null,
    "author_email": "David Flood <69060117+d-flood@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/d5/dc/80f8d992bef6d71ad3047256ac4e3d14f27835bdf3b6ae52b1ffb58db734/peasy_jobs-0.2.2.tar.gz",
    "platform": null,
    "description": "# Peasy Jobs\n\n[![PyPI - Version](https://img.shields.io/pypi/v/peasy-jobs.svg)](https://pypi.org/project/peasy-jobs)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peasy-jobs.svg)](https://pypi.org/project/peasy-jobs)\n\n-----\n\nAn _incredibly_ simple database-based background worker for Django. It is an \"easy peasy\" option for those who do not have a very busy task queue.\n\n<!-- **Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install peasy-jobs\n``` -->\n\n## License\n\n`peasy-jobs` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An incredibly simple database-based background worker for Django.",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://github.com/d-flood/peasy-jobs#readme",
        "Issues": "https://github.com/d-flood/peasy-jobs/issues",
        "Source": "https://github.com/d-flood/peasy-jobs"
    },
    "split_keywords": [
        "background",
        "database",
        "django",
        "job",
        "jobs",
        "peasy",
        "queue",
        "task",
        "worker"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dacf7198969139678c8fa6cecda740894f355b1b354d55ef0547b104a521dea5",
                "md5": "04aa74e50ed444816b4de8c535e2b51a",
                "sha256": "c9426e93a2070b7a2112f5a73ef7d59c79d538b740dd32f2c183d6495518e25b"
            },
            "downloads": -1,
            "filename": "peasy_jobs-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04aa74e50ed444816b4de8c535e2b51a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7497,
            "upload_time": "2024-01-26T17:44:53",
            "upload_time_iso_8601": "2024-01-26T17:44:53.567543Z",
            "url": "https://files.pythonhosted.org/packages/da/cf/7198969139678c8fa6cecda740894f355b1b354d55ef0547b104a521dea5/peasy_jobs-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5dc80f8d992bef6d71ad3047256ac4e3d14f27835bdf3b6ae52b1ffb58db734",
                "md5": "fe555166b0d7d8d26e57e63abbe24fe8",
                "sha256": "dcb52936e2d30ea221c520b4b2b5cd5d7e7bbd83393801fbd0d956ce5e7a1ef3"
            },
            "downloads": -1,
            "filename": "peasy_jobs-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fe555166b0d7d8d26e57e63abbe24fe8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6894,
            "upload_time": "2024-01-26T17:44:55",
            "upload_time_iso_8601": "2024-01-26T17:44:55.096930Z",
            "url": "https://files.pythonhosted.org/packages/d5/dc/80f8d992bef6d71ad3047256ac4e3d14f27835bdf3b6ae52b1ffb58db734/peasy_jobs-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-26 17:44:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "d-flood",
    "github_project": "peasy-jobs#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "peasy-jobs"
}
        
Elapsed time: 0.17668s