clastic


Nameclastic JSON
Version 24.0.0 PyPI version JSON
download
home_pagehttps://github.com/mahmoud/clastic
SummaryA functional Python web framework that streamlines explicit development practices while eliminating global state.
upload_time2024-04-24 04:58:29
maintainerNone
docs_urlNone
authorMahmoud Hashemi
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements ashes boltons build cachetools chameleon chameleon chardet click colorama coverage distlib exceptiongroup face filelock importlib-metadata iniconfig mako markupsafe packaging pip-tools platformdirs pluggy psutil pyproject-api pyproject-hooks pytest secure-cookie tomli tox typing-extensions virtualenv werkzeug wheel zipp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Clastic is a functional Python web framework that streamlines
explicit development practices while eliminating global state.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mahmoud/clastic",
    "name": "clastic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Mahmoud Hashemi",
    "author_email": "mahmoud@hatnote.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/26/a6be5e078e24082ce86af29f0b92cc6f905540d2465279705633db00d55b/clastic-24.0.0.tar.gz",
    "platform": "any",
    "description": "Clastic is a functional Python web framework that streamlines\nexplicit development practices while eliminating global state.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A functional Python web framework that streamlines explicit development practices while eliminating global state.",
    "version": "24.0.0",
    "project_urls": {
        "Homepage": "https://github.com/mahmoud/clastic"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe1bb09a235442b2a609124c937a9d6e8ae1e844750509ead4846857e6522233",
                "md5": "8c97ea3ff9c2d51ee90030edce4d6d0c",
                "sha256": "6111b3679f90b4a5367db7b3c637ddf65052aa39eab81ee31039b4249b81e4a2"
            },
            "downloads": -1,
            "filename": "clastic-24.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c97ea3ff9c2d51ee90030edce4d6d0c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 144971,
            "upload_time": "2024-04-24T04:58:27",
            "upload_time_iso_8601": "2024-04-24T04:58:27.237850Z",
            "url": "https://files.pythonhosted.org/packages/fe/1b/b09a235442b2a609124c937a9d6e8ae1e844750509ead4846857e6522233/clastic-24.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd26a6be5e078e24082ce86af29f0b92cc6f905540d2465279705633db00d55b",
                "md5": "43f28a867c3835123072ef716141c26e",
                "sha256": "cd4634d2b615eb7b92d3f9f62698fb39b3188a66e8d60ba0c583859b5aef9b95"
            },
            "downloads": -1,
            "filename": "clastic-24.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43f28a867c3835123072ef716141c26e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 132086,
            "upload_time": "2024-04-24T04:58:29",
            "upload_time_iso_8601": "2024-04-24T04:58:29.579205Z",
            "url": "https://files.pythonhosted.org/packages/bd/26/a6be5e078e24082ce86af29f0b92cc6f905540d2465279705633db00d55b/clastic-24.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 04:58:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mahmoud",
    "github_project": "clastic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ashes",
            "specs": [
                [
                    "==",
                    "19.2.0"
                ]
            ]
        },
        {
            "name": "boltons",
            "specs": [
                [
                    "==",
                    "23.1.1"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "cachetools",
            "specs": [
                [
                    "==",
                    "5.3.2"
                ]
            ]
        },
        {
            "name": "chameleon",
            "specs": [
                [
                    "==",
                    "3.9.1"
                ]
            ]
        },
        {
            "name": "chameleon",
            "specs": [
                [
                    "==",
                    "4.4.1"
                ]
            ]
        },
        {
            "name": "chardet",
            "specs": [
                [
                    "==",
                    "5.2.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "7.2.7"
                ]
            ]
        },
        {
            "name": "distlib",
            "specs": [
                [
                    "==",
                    "0.3.8"
                ]
            ]
        },
        {
            "name": "exceptiongroup",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "face",
            "specs": [
                [
                    "==",
                    "22.0.0"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    "==",
                    "3.12.2"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "6.7.0"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "mako",
            "specs": [
                [
                    "==",
                    "1.2.4"
                ]
            ]
        },
        {
            "name": "markupsafe",
            "specs": [
                [
                    "==",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.2"
                ]
            ]
        },
        {
            "name": "pip-tools",
            "specs": [
                [
                    "==",
                    "6.14.0"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "==",
                    "5.9.7"
                ]
            ]
        },
        {
            "name": "pyproject-api",
            "specs": [
                [
                    "==",
                    "1.5.3"
                ]
            ]
        },
        {
            "name": "pyproject-hooks",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.4.3"
                ]
            ]
        },
        {
            "name": "secure-cookie",
            "specs": [
                [
                    "==",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "tox",
            "specs": [
                [
                    "==",
                    "4.8.0"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.7.1"
                ]
            ]
        },
        {
            "name": "virtualenv",
            "specs": [
                [
                    "==",
                    "20.25.0"
                ]
            ]
        },
        {
            "name": "werkzeug",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.42.0"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.15.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "clastic"
}
        
Elapsed time: 0.89587s