bantam


Namebantam JSON
Version 2.4.27 PyPI version JSON
download
home_pagehttps://github.com/nak/bantam
Summarysmall utils to automate web interface in Python
upload_time2024-10-01 03:05:08
maintainerNone
docs_urlNone
authorJohn Rusnak
requires_pythonNone
licenseBSD 2-CLAUSE
keywords auto web api python
VCS
bugtrack_url
requirements aiohttp asynciomultiplexer docutils
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Bantam is a Python package for building http-based micro-services.
It abstracts away any knowledge of routes, mappings and translations
between javascript and Python.  It even provides a means of
auto-generating the javascript client interface to you app
on the fly and serve it to web-based/javascript-based clients.

See https://nak.github.io/bantam_docs/ for details.

    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nak/bantam",
    "name": "bantam",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "auto web api python",
    "author": "John Rusnak",
    "author_email": "john.j.rusnak@att.net",
    "download_url": "https://files.pythonhosted.org/packages/93/e2/74eaf65ace35b66a3c7173fa2396689e4af1d3d95267f754dcf3039f684b/bantam-2.4.27.tar.gz",
    "platform": null,
    "description": "\nBantam is a Python package for building http-based micro-services.\nIt abstracts away any knowledge of routes, mappings and translations\nbetween javascript and Python.  It even provides a means of\nauto-generating the javascript client interface to you app\non the fly and serve it to web-based/javascript-based clients.\n\nSee https://nak.github.io/bantam_docs/ for details.\n\n    \n",
    "bugtrack_url": null,
    "license": "BSD 2-CLAUSE",
    "summary": "small utils to automate web interface in Python",
    "version": "2.4.27",
    "project_urls": {
        "Download": "https://github.com/bantam/dist/2.4.27",
        "Homepage": "https://github.com/nak/bantam"
    },
    "split_keywords": [
        "auto",
        "web",
        "api",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e5915cae3351cbd15cbf6619b9d57def99489e782e283bf79564f91925de2b4",
                "md5": "b4266940ed4900b000ed0a5f0b736b47",
                "sha256": "04824f628bd973495d3d0976c4ca239d24f0dc0357f7c130741105248729b248"
            },
            "downloads": -1,
            "filename": "bantam-2.4.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4266940ed4900b000ed0a5f0b736b47",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38830,
            "upload_time": "2024-10-01T03:05:07",
            "upload_time_iso_8601": "2024-10-01T03:05:07.053462Z",
            "url": "https://files.pythonhosted.org/packages/2e/59/15cae3351cbd15cbf6619b9d57def99489e782e283bf79564f91925de2b4/bantam-2.4.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93e274eaf65ace35b66a3c7173fa2396689e4af1d3d95267f754dcf3039f684b",
                "md5": "4e585c833cf643f7406bf01cac71de05",
                "sha256": "e4335b991ff9ba9a8eb8b2f89d058411572866164e7f999ae84254d79967bddb"
            },
            "downloads": -1,
            "filename": "bantam-2.4.27.tar.gz",
            "has_sig": false,
            "md5_digest": "4e585c833cf643f7406bf01cac71de05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38051,
            "upload_time": "2024-10-01T03:05:08",
            "upload_time_iso_8601": "2024-10-01T03:05:08.605426Z",
            "url": "https://files.pythonhosted.org/packages/93/e2/74eaf65ace35b66a3c7173fa2396689e4af1d3d95267f754dcf3039f684b/bantam-2.4.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 03:05:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nak",
    "github_project": "bantam",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.*"
                ]
            ]
        },
        {
            "name": "asynciomultiplexer",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "~=",
                    "0.16"
                ]
            ]
        }
    ],
    "test_requirements": [],
    "lcname": "bantam"
}
        
Elapsed time: 0.31037s