Skip to content

Commit

Permalink
image size, doc + new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-benoist committed May 10, 2015
1 parent ebfc1c3 commit 7e63be7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
Binary file modified graph_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 23 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
"""
ERAlchemy: Simple entity relation (ER) diagrams generation.
===========================================================
Entity relation (ER) diagrams generator
=======================================
It's now integrated with SQLAlchemy.
ERAlchemy is integrated with SQLAlchemy and is able to generate the ER
digram from an existing database.
It's also able to generate the ER digram from an existing database.
Example
=======
.. figure:: https://raw.githubusercontent.com/Alexis-benoist/eralchemy/master/graph_example.png?raw=true
:alt: Example for a graph
Example
Quick Start
===========
Expand All @@ -26,17 +33,20 @@
::
render_er -i sqlite:///relative/path/to/db.db -o erd_from_sqlite.png
$ render_er -i sqlite:///relative/path/to/db.db -o erd_from_sqlite.png
Install
=======
To install ERAlchemy, just do pip install eralchemy ``ERAlchemy``
requires `GraphViz <http://www.graphviz.org/Download.php>`__ to generate
the graphs.
To install ERAlchemy, just do
::
pip install eralchemy
Install `graphviz <http://www.graphviz.org/Download.php>`__ for your
system.
``ERAlchemy`` requires
`GraphViz <http://www.graphviz.org/Download.php>`__ to generate the
graphs.
Architecture
============
Expand All @@ -46,8 +56,8 @@
Architecture schema
Thanks to it's modular architecture, it's an extensible tool: it can
also be connected to other ORMs/ODMs/OGMs.
Thanks to it's modular architecture, it can be connected to other
ORMs/ODMs/OGMs/O\*Ms.
Notes
=====
Expand All @@ -67,7 +77,7 @@
setup(
name='ERAlchemy',

version='0.0.8',
version='0.0.10',

description='Simple entity relation (ER) diagrams generation',
long_description=__doc__,
Expand Down

0 comments on commit 7e63be7

Please sign in to comment.