django-fsm


Namedjango-fsm JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttp://github.com/kmmbvnr/django-fsm
SummaryDjango friendly finite state machine support.
upload_time2024-04-09 07:50:25
maintainerNone
docs_urlNone
authorMikhail Podgurskiy
requires_pythonNone
licenseMIT License
keywords django
VCS
bugtrack_url
requirements django
Travis-CI
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/kmmbvnr/django-fsm",
    "name": "django-fsm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django",
    "author": "Mikhail Podgurskiy",
    "author_email": "kmmbvnr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/33/28/2b48f7dab9d889741f00b7b86c664d88b04ae71b4d2ade4a94eeb7df1956/django-fsm-3.0.0.tar.gz",
    "platform": "any",
    "description": "",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Django friendly finite state machine support.",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "http://github.com/kmmbvnr/django-fsm"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "034db63f351bb66df1dc25abd41d3824199b28404254164982fc9fc22c886c27",
                "md5": "e619f78d9a8607572d394fc3d8044527",
                "sha256": "fa28f84f47eae7ce9247585ac6c1895e4ada08efff93fb243a59e9ff77b2d4ec"
            },
            "downloads": -1,
            "filename": "django_fsm-3.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e619f78d9a8607572d394fc3d8044527",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 12380,
            "upload_time": "2024-04-09T07:50:21",
            "upload_time_iso_8601": "2024-04-09T07:50:21.750685Z",
            "url": "https://files.pythonhosted.org/packages/03/4d/b63f351bb66df1dc25abd41d3824199b28404254164982fc9fc22c886c27/django_fsm-3.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33282b48f7dab9d889741f00b7b86c664d88b04ae71b4d2ade4a94eeb7df1956",
                "md5": "ec9a3e87dc9bdbc35b74cb2373319248",
                "sha256": "0112bcac573ad14051cf8ebe73bf296b6d5409f093e5f1677eb16e2196e263b3"
            },
            "downloads": -1,
            "filename": "django-fsm-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec9a3e87dc9bdbc35b74cb2373319248",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15525,
            "upload_time": "2024-04-09T07:50:25",
            "upload_time_iso_8601": "2024-04-09T07:50:25.879461Z",
            "url": "https://files.pythonhosted.org/packages/33/28/2b48f7dab9d889741f00b7b86c664d88b04ae71b4d2ade4a94eeb7df1956/django-fsm-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 07:50:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kmmbvnr",
    "github_project": "django-fsm",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "django",
            "specs": [
                [
                    ">=",
                    "1.6"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "django-fsm"
}
        
Elapsed time: 0.24235s