flask-neon-kit


Nameflask-neon-kit JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryAutomatically generates Flask CRUD endpoints from defined Neon Postgres models
upload_time2024-09-02 08:43:07
maintainerNone
docs_urlNone
authorValentine Sean Chanengeta
requires_pythonNone
licenseMIT
keywords neon-oss-starter-kit flask-neon-kit flask-crud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================================
Flask-Neon-Kit
=================================
flask-neon-kit is a Flask extension which generates CRUD endpoints out of the box from defined models of the Neon Postgres database. This solution is built upon the foundation of the Flask-SQLAlchemy. This initiative was driven by the tedious nature of manually writing CRUD logic for every Flask application entity.

Features
===============
- Automatically generates CRUD endpoints from defined model.
- Allows to customize app base URL as well as each model's url prefix.
- Allows to paginate when getting many entities from database table.

Installation
===============
You can install flask-neon-kit via Python Package Index:

.. code:: bash

    pip install flask-neon-kit

Documentation
===============

`See Flask Neon Kit's Documentation. <https://github.com/ValentineSean/flask-neon-kit>`_

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flask-neon-kit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "neon-oss-starter-kit, flask-neon-kit, flask-crud",
    "author": "Valentine Sean Chanengeta",
    "author_email": "seanchanengeta@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/88/6e26d3ecc92eb66ed08f0075d2999c3768b240a5213e349bdab48150949c/flask-neon-kit-0.0.6.tar.gz",
    "platform": null,
    "description": "=================================\r\nFlask-Neon-Kit\r\n=================================\r\nflask-neon-kit is a Flask extension which generates CRUD endpoints out of the box from defined models of the Neon Postgres database. This solution is built upon the foundation of the Flask-SQLAlchemy. This initiative was driven by the tedious nature of manually writing CRUD logic for every Flask application entity.\r\n\r\nFeatures\r\n===============\r\n- Automatically generates CRUD endpoints from defined model.\r\n- Allows to customize app base URL as well as each model's url prefix.\r\n- Allows to paginate when getting many entities from database table.\r\n\r\nInstallation\r\n===============\r\nYou can install flask-neon-kit via Python Package Index:\r\n\r\n.. code:: bash\r\n\r\n    pip install flask-neon-kit\r\n\r\nDocumentation\r\n===============\r\n\r\n`See Flask Neon Kit's Documentation. <https://github.com/ValentineSean/flask-neon-kit>`_\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically generates Flask CRUD endpoints from defined Neon Postgres models",
    "version": "0.0.6",
    "project_urls": null,
    "split_keywords": [
        "neon-oss-starter-kit",
        " flask-neon-kit",
        " flask-crud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d886e26d3ecc92eb66ed08f0075d2999c3768b240a5213e349bdab48150949c",
                "md5": "70fa95bf38c445dda472d4f82f3dc325",
                "sha256": "f15556159a500981afe1a3e7e581ea3921ac0bd8748e774e39b86e6c7ba03b53"
            },
            "downloads": -1,
            "filename": "flask-neon-kit-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "70fa95bf38c445dda472d4f82f3dc325",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5283,
            "upload_time": "2024-09-02T08:43:07",
            "upload_time_iso_8601": "2024-09-02T08:43:07.699538Z",
            "url": "https://files.pythonhosted.org/packages/9d/88/6e26d3ecc92eb66ed08f0075d2999c3768b240a5213e349bdab48150949c/flask-neon-kit-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 08:43:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "flask-neon-kit"
}
        
Elapsed time: 0.74860s