jaaql-middleware-python


Namejaaql-middleware-python JSON
Version 4.23.2 PyPI version JSON
download
home_pagehttps://github.com/JAAQL/JAAQL-middleware-python
SummaryThe jaaql package, allowing for rapid development and deployment of RESTful HTTP applications
upload_time2024-04-11 20:06:36
maintainerNone
docs_urlNone
authorSoftware Quality Measurement and Improvement bv
requires_pythonNone
licenseMozilla Public License Version 2.0 with Commons Clause
keywords
VCS
bugtrack_url
requirements jaaql-monitor psycopg Pillow cryptography flask coverage psycopg-pool pyjwt pyyaml werkzeug argon2-cffi pyotp qrcode gunicorn gevent requests pyzbar parsys-requests-unixsocket selenium twine urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JAAQL-middleware-python
Please navigate to docker/docker.md to see setup instructions  

The project can be deployed alone to function as a database portal or extended as shown in the example app located at https://github.com/JAAQL/JAAQL-example-app  

When locally developing it is recommended to use the associated postgres local instance as JAAQL performs some none reversible changes to the database and it is just easier to use a new database  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JAAQL/JAAQL-middleware-python",
    "name": "jaaql-middleware-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Software Quality Measurement and Improvement bv",
    "author_email": "aaron.tasker@sqmi.nl",
    "download_url": "https://files.pythonhosted.org/packages/00/e6/fc7e1f0d9c608a3b061583cf71c967a1655b260f32c8d5dd7cdd07a95bcc/jaaql-middleware-python-4.23.2.tar.gz",
    "platform": null,
    "description": "# JAAQL-middleware-python\r\nPlease navigate to docker/docker.md to see setup instructions  \r\n\r\nThe project can be deployed alone to function as a database portal or extended as shown in the example app located at https://github.com/JAAQL/JAAQL-example-app  \r\n\r\nWhen locally developing it is recommended to use the associated postgres local instance as JAAQL performs some none reversible changes to the database and it is just easier to use a new database  \r\n",
    "bugtrack_url": null,
    "license": "Mozilla Public License Version 2.0 with Commons Clause",
    "summary": "The jaaql package, allowing for rapid development and deployment of RESTful HTTP applications",
    "version": "4.23.2",
    "project_urls": {
        "Homepage": "https://github.com/JAAQL/JAAQL-middleware-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "099efc99ddd5cbdb37064fab97066d139b530cc98ef72f7f996e5bbcc1da167f",
                "md5": "6a9c661cf6c81af438dc8f696a322830",
                "sha256": "9ee4c6a076674f9a5e5d1d8d7f27343ee0b56d966886141e523be8837c588f70"
            },
            "downloads": -1,
            "filename": "jaaql_middleware_python-4.23.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a9c661cf6c81af438dc8f696a322830",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 136020,
            "upload_time": "2024-04-11T20:06:33",
            "upload_time_iso_8601": "2024-04-11T20:06:33.548232Z",
            "url": "https://files.pythonhosted.org/packages/09/9e/fc99ddd5cbdb37064fab97066d139b530cc98ef72f7f996e5bbcc1da167f/jaaql_middleware_python-4.23.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00e6fc7e1f0d9c608a3b061583cf71c967a1655b260f32c8d5dd7cdd07a95bcc",
                "md5": "9fcc9be9ec2e9a6387009821be0774f7",
                "sha256": "9c2fbacdb50d65410344d83c3e36d189e3969921be88307ddecaa0d20b2e4442"
            },
            "downloads": -1,
            "filename": "jaaql-middleware-python-4.23.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9fcc9be9ec2e9a6387009821be0774f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 119365,
            "upload_time": "2024-04-11T20:06:36",
            "upload_time_iso_8601": "2024-04-11T20:06:36.698682Z",
            "url": "https://files.pythonhosted.org/packages/00/e6/fc7e1f0d9c608a3b061583cf71c967a1655b260f32c8d5dd7cdd07a95bcc/jaaql-middleware-python-4.23.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 20:06:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JAAQL",
    "github_project": "JAAQL-middleware-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "jaaql-monitor",
            "specs": [
                [
                    "==",
                    "1.2.119"
                ]
            ]
        },
        {
            "name": "psycopg",
            "specs": [
                [
                    "==",
                    "3.1.18"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "10.2.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "42.0.5"
                ]
            ]
        },
        {
            "name": "flask",
            "specs": [
                [
                    "==",
                    "3.0.2"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "7.4.3"
                ]
            ]
        },
        {
            "name": "psycopg-pool",
            "specs": [
                [
                    "==",
                    "3.2.1"
                ]
            ]
        },
        {
            "name": "pyjwt",
            "specs": [
                [
                    "==",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "werkzeug",
            "specs": [
                [
                    "==",
                    "3.0.1"
                ]
            ]
        },
        {
            "name": "argon2-cffi",
            "specs": [
                [
                    "==",
                    "23.1.0"
                ]
            ]
        },
        {
            "name": "pyotp",
            "specs": [
                [
                    "==",
                    "2.9.0"
                ]
            ]
        },
        {
            "name": "qrcode",
            "specs": [
                [
                    "==",
                    "7.4.2"
                ]
            ]
        },
        {
            "name": "gunicorn",
            "specs": [
                [
                    "==",
                    "21.2.0"
                ]
            ]
        },
        {
            "name": "gevent",
            "specs": [
                [
                    "==",
                    "24.2.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "pyzbar",
            "specs": [
                [
                    "==",
                    "0.1.9"
                ]
            ]
        },
        {
            "name": "parsys-requests-unixsocket",
            "specs": [
                [
                    "==",
                    "0.3.1"
                ]
            ]
        },
        {
            "name": "selenium",
            "specs": [
                [
                    "==",
                    "4.18.1"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        }
    ],
    "lcname": "jaaql-middleware-python"
}
        
Elapsed time: 0.29013s