Metadata-Version: 2.0
Name: mocodo
Version: 2.1
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
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

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 2.7 installation.

Usage
-------

Generate the conceptual diagram of a default ERD:

::

    mocodo

Show the argument list:

::

    mocodo --help

More
------

`Mocodo online
<http://mocodo.wingi.net/>`_

`Documentation
<https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html>`_

`Source code on GitHub
<https://github.com/laowantong/mocodo/>`_

