Flask-Restless-NG


NameFlask-Restless-NG JSON
Version 3.2.1 PyPI version JSON
download
home_pagehttps://github.com/mrevutskyi/flask-restless-ng
SummaryA fork of Flask-Restless with updated dependencies and bug fixes
upload_time2024-01-19 21:24:28
maintainer
docs_urlNone
authorMaksym Revutskyi
requires_python>=3.8
licenseGNU AGPLv3+ or BSD
keywords rest api flask
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            Flask-Restless-NG is a `Flask`_ extension that provides simple
generation of ReSTful APIs that satisfy the `JSON API`_ specification
given database models defined using `SQLAlchemy`_ (or `Flask-SQLAlchemy`_).

For more information, see the `documentation`_, `pypi`_, or the `source
code`_ repository.

.. _Flask: http://flask.pocoo.org
.. _SQLAlchemy: https://sqlalchemy.org
.. _Flask-SQLAlchemy: https://pypi.python.org/pypi/Flask-SQLAlchemy
.. _JSON API: http://jsonapi.org
.. _documentation: https://flask-restless-ng.readthedocs.org
.. _pypi: https://pypi.python.org/pypi/Flask-Restless-NG
.. _source code: https://github.com/mrevutskyi/flask-restless-ng


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mrevutskyi/flask-restless-ng",
    "name": "Flask-Restless-NG",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "ReST,API,Flask",
    "author": "Maksym Revutskyi",
    "author_email": "maksym.revutskyi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/4c/8513198c55504efc1960df51f10a5b197a4994a024131bf2440ab6e4384a/Flask-Restless-NG-3.2.1.tar.gz",
    "platform": "any",
    "description": "Flask-Restless-NG is a `Flask`_ extension that provides simple\ngeneration of ReSTful APIs that satisfy the `JSON API`_ specification\ngiven database models defined using `SQLAlchemy`_ (or `Flask-SQLAlchemy`_).\n\nFor more information, see the `documentation`_, `pypi`_, or the `source\ncode`_ repository.\n\n.. _Flask: http://flask.pocoo.org\n.. _SQLAlchemy: https://sqlalchemy.org\n.. _Flask-SQLAlchemy: https://pypi.python.org/pypi/Flask-SQLAlchemy\n.. _JSON API: http://jsonapi.org\n.. _documentation: https://flask-restless-ng.readthedocs.org\n.. _pypi: https://pypi.python.org/pypi/Flask-Restless-NG\n.. _source code: https://github.com/mrevutskyi/flask-restless-ng\n\n",
    "bugtrack_url": null,
    "license": "GNU AGPLv3+ or BSD",
    "summary": "A fork of Flask-Restless with updated dependencies and bug fixes",
    "version": "3.2.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/Flask-Restless-NG",
        "Homepage": "https://github.com/mrevutskyi/flask-restless-ng"
    },
    "split_keywords": [
        "rest",
        "api",
        "flask"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e873f8d7b9ac111f2aa4e0562cb17d91c20433ac39e334e02262741dbc50a05f",
                "md5": "ee007e3a3e66cc5b4a3e69f66aaa36d0",
                "sha256": "a97a98a525b917d2526ecb384d0117756cc9f94ae500ffc42d5a886a108b06e0"
            },
            "downloads": -1,
            "filename": "Flask_Restless_NG-3.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee007e3a3e66cc5b4a3e69f66aaa36d0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 72338,
            "upload_time": "2024-01-19T21:24:27",
            "upload_time_iso_8601": "2024-01-19T21:24:27.538672Z",
            "url": "https://files.pythonhosted.org/packages/e8/73/f8d7b9ac111f2aa4e0562cb17d91c20433ac39e334e02262741dbc50a05f/Flask_Restless_NG-3.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44c8513198c55504efc1960df51f10a5b197a4994a024131bf2440ab6e4384a",
                "md5": "a03437986df7ac0801008619ef038911",
                "sha256": "04f6f5a6c323e020cca571a102a1543acb1d43edc265c5cb35737eb8c9554ccc"
            },
            "downloads": -1,
            "filename": "Flask-Restless-NG-3.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a03437986df7ac0801008619ef038911",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 93122,
            "upload_time": "2024-01-19T21:24:28",
            "upload_time_iso_8601": "2024-01-19T21:24:28.980738Z",
            "url": "https://files.pythonhosted.org/packages/f4/4c/8513198c55504efc1960df51f10a5b197a4994a024131bf2440ab6e4384a/Flask-Restless-NG-3.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 21:24:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mrevutskyi",
    "github_project": "flask-restless-ng",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-restless-ng"
}
        
Elapsed time: 0.21027s