django-scalable


Namedjango-scalable JSON
Version 0.0.1b1 PyPI version JSON
download
home_pagehttps://github.com/nnseva/django-scalable
SummaryDjango-Scalable - the application introducing tools for scalable Django applications
upload_time2023-09-21 08:29:35
maintainer
docs_urlNone
authorVsevolod Novikov
requires_python
licenseLGPL
keywords django scalable split-and-merge split merge
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django-Scalable
===============

The Django-Scalable package introduces a base abstract Scalable class,
inherited from the Model class, and some number of utilities, appropriate
to spread processing a huge set of instances to any number of workers
running in parallel.

See details at the home page: https://github.com/nnseva/django-scalable

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nnseva/django-scalable",
    "name": "django-scalable",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django scalable split-and-merge split merge",
    "author": "Vsevolod Novikov",
    "author_email": "nnseva@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/67/17/6744190b1d080b7e407ef3358a596fc93ae8e66496728bd73c0818b6bfb3/django_scalable-0.0.1b1.tar.gz",
    "platform": "any",
    "description": "Django-Scalable\n===============\n\nThe Django-Scalable package introduces a base abstract Scalable class,\ninherited from the Model class, and some number of utilities, appropriate\nto spread processing a huge set of instances to any number of workers\nrunning in parallel.\n\nSee details at the home page: https://github.com/nnseva/django-scalable\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Django-Scalable - the application introducing tools for scalable Django applications",
    "version": "0.0.1b1",
    "project_urls": {
        "Homepage": "https://github.com/nnseva/django-scalable"
    },
    "split_keywords": [
        "django",
        "scalable",
        "split-and-merge",
        "split",
        "merge"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a928fdcd6aae0cce2a0af6150bb84ee003f086e4c08c1c538c674f1295ec6c1a",
                "md5": "ca17fe02262251a2906dbb51eda5917c",
                "sha256": "7883eb767154ec834a29ce6babfd42ec6c41d3df7cac8b23bf920e4c2d8c0546"
            },
            "downloads": -1,
            "filename": "django_scalable-0.0.1b1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca17fe02262251a2906dbb51eda5917c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 6380,
            "upload_time": "2023-09-21T08:29:33",
            "upload_time_iso_8601": "2023-09-21T08:29:33.745903Z",
            "url": "https://files.pythonhosted.org/packages/a9/28/fdcd6aae0cce2a0af6150bb84ee003f086e4c08c1c538c674f1295ec6c1a/django_scalable-0.0.1b1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67176744190b1d080b7e407ef3358a596fc93ae8e66496728bd73c0818b6bfb3",
                "md5": "8b81e0e4fccd33422dd427195a8c508c",
                "sha256": "7e1bacecaa8a3f6c237f078d914f6a8db6b11b03d010d30eb595028dc0efc93e"
            },
            "downloads": -1,
            "filename": "django_scalable-0.0.1b1.tar.gz",
            "has_sig": false,
            "md5_digest": "8b81e0e4fccd33422dd427195a8c508c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7098,
            "upload_time": "2023-09-21T08:29:35",
            "upload_time_iso_8601": "2023-09-21T08:29:35.839013Z",
            "url": "https://files.pythonhosted.org/packages/67/17/6744190b1d080b7e407ef3358a596fc93ae8e66496728bd73c0818b6bfb3/django_scalable-0.0.1b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-21 08:29:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nnseva",
    "github_project": "django-scalable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-scalable"
}
        
Elapsed time: 0.12937s