Metadata-Version: 2.1
Name: flask-neon-kit
Version: 0.0.3
Summary: Automatically generates Flask CRUD endpoints from defined Neon Postgres models
Home-page: 
Author: Valentine Sean Chanengeta
Author-email: seanchanengeta@gmail.com
License: MIT
Keywords: neon-oss-starter-kit,flask-neon-kit,flask-crud
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENCE

=================================
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>`_
