Metadata-Version: 2.4
Name: sqla_inspect
Version: 0.9.0
Summary: Usefull tools for setting/getting datas from SQLAlchemy models
Home-page: https://github.com/majerteam/sqla_inspect
Author: Gaston Tjebbes - Majerti
Author-email: tech@majerti.fr
License: GPLv3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: colanderalchemy
Requires-Dist: SQLAlchemy
Requires-Dist: py3o.template
Requires-Dist: openpyxl>=3.0.7
Requires-Dist: odswriter
Requires-Dist: unidecode
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

============================
SQLAlchemy inspection tools
============================

Since version 5.0 this library only support python 3


.. image::
    https://secure.travis-ci.org/majerteam/sqla_inspect.png?branch=master
   :target: http://travis-ci.org/majerteam/sqla_inspect
   :alt: Travis-ci: continuous integration status.

Provide tools for sqlalchemy models :

* inspection
* export (csv, excel, py3o context)
* import

requires:

openpyxl
py3o
colanderalchemy
SQLAlchemy

Documentation
--------------

Documentation is now available on readthedocs.org

http://sqla-inspect.readthedocs.org/en/latest/


