Metadata-Version: 2.1
Name: gino-admin
Version: 0.0.2
Summary: Admin Panel for DB with Gino ORM and Sanic (inspired by Flask-Admin)
Home-page: https://github.com/xnuinside/gino_admin
License: MIT
Author: xnuinside
Author-email: xnuinside@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Sanic (>=19.12.2,<20.0.0)
Requires-Dist: Sanic-Jinja2 (>=0.7.5,<0.8.0)
Requires-Dist: gino (>=0.8.7,<0.9.0)
Requires-Dist: passlib (>=1.7.2,<2.0.0)
Requires-Dist: sanic-auth (>=0.2.0,<0.3.0)
Project-URL: Repository, https://github.com/xnuinside/gino_admin
Description-Content-Type: text/x-rst

gino_admin
----------
Admin Panel for DB with Gino ORM and Sanic (inspired by Flask-Admin)

Work in progress


Supported operations
--------------------

- Simple auth
- Create item by one for the Model
- Delete all rows


In process:

- Upload rows from csv
- Delete item
- Edit item
- Select multiple for delete
- Edit multiple


Screens:
--------

.. image:: docs/img/auth.png
  :width: 250
  :alt: Simple auth

.. image:: docs/img/add_item.png
  :width: 250
  :alt: Add item

.. image:: docs/img/table_view.png
  :width: 250
  :alt: Table view


Contributions
---------------

Contributions and feature requests are very welcome!


