Metadata-Version: 1.1
Name: damvitool
Version: 0.1.2
Summary: Sandman inspired database and schema agnostic automatic REST API creator and data viewer/analyser
Home-page: http://damvitool.readthedocs.org
Author: alex-smirnov
Author-email: smirnov.fl@yandex.ru
License: LGPL
Description: =========
        damvitool
        =========
        
        Resources
        =========
        *. `Documentation <http://damvitool.readthedocs.org>`_
        *. `Bug tracker <http://github.com/praxigento/damvitool/issues>`_
        *. `Code <http://github.com/praxigento/damvitool>`_
        
        Quick start
        ===========
        
        Installation
        ------------
        Simply run::
        
            $ pip install damvitool
        
        Run damvitool with sample database
        ----------------------------------
        
        Run damvitool from command line::
        
            $ damvitool
        
        Open frontend
        -------------
        Open damvitool frontend in your browser. By default you can open url ``http://localhost:8080``
        
        Construct new request to database
        ---------------------------------
        1. Click ``Wizard`` button of the left side menu
        
        .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic1.png
        
        2. Login.
        
        .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic2.png
        
        3. Choose root entity of yours data query. If database don't have relations between tables, you can add other root entities.
        
        .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic3.png
        
        4. Choose entities fields, which you want to see.
        5. Set filter criteria.
        6. View results.
        
        .. image:: https://raw.githubusercontent.com/praxigento/damvitool/master/docs/pic4.png
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
