Metadata-Version: 1.1
Name: mocodo
Version: 2.3.7
Summary: Modélisation Conceptuelle de Données. Nickel. Ni souris.
Home-page: https://github.com/laowantong/mocodo
Author: Aristide Grange
Author-email: mocodo@wingi.net
License: MIT
Description: 
        Mocodo is an open-source tool for designing and teaching relational databases. It takes as an input a textual description of both entities and associations of an entity-relationship diagram (ERD). It outputs a vectorial drawing in SVG and a relational schema in various formats (SQL, LaTeX, Markdown, etc.).
        
        Installation
        ------------
        
        The recommended way to install Mocodo is to use pip:
        
        ::
        
            pip install mocodo
        
        If this fails, ensure first you have a working Python installation (tested under 2.7 and 3.5).
        
        Usage
        -------
        
        Generate the conceptual diagram of a default ERD:
        
        ::
        
            mocodo
        
        Show the argument list:
        
        ::
        
            mocodo --help
        
        More
        ------
        
        `Mocodo online
        <http://mocodo.net/>`_
        
        `Documentation
        <https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html>`_
        
        `Source code on GitHub
        <https://github.com/laowantong/mocodo/>`_
Keywords: relational database drawing ERD SVG
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
