public
Description: Gaphor is a UML modelling tool written in Python
Homepage:
Clone URL: git://github.com/amolenaar/gaphor.git
gaphor /
name age message
file .gitignore Mon Nov 16 08:30:01 -0800 2009 update ignore file (ignore .swp, .egg) [amolenaar]
file AUTHORS Wed Jun 07 00:49:55 -0700 2006 Added COPYING file. git-svn-id: file:///Users/... [amolenaar]
file COPYING Wed Jun 07 00:49:55 -0700 2006 Added COPYING file. git-svn-id: file:///Users/... [amolenaar]
file FAQ Wed May 30 23:51:38 -0700 2007 Added property page for interfaces. git-svn-id... [amolenaar]
file HACKING Tue Aug 28 02:34:12 -0700 2007 - added a note about running tests git-svn-id... [wrobell]
file NEWS Fri Oct 16 23:28:44 -0700 2009 - this will be 0.15.0 release [wrobell]
file README Mon Jul 27 07:09:50 -0700 2009 Updated readme [amolenaar]
file TODO Tue Jan 27 11:37:52 -0800 2009 - we should remove this file in favour of trac ... [wrobell]
directory doc/ Wed May 13 22:49:56 -0700 2009 updated tests and docs git-svn-id: file:///Use... [amolenaar]
directory examples/ Tue Mar 18 13:27:26 -0700 2008 - added an examples to list classes from UML mo... [wrobell]
file ez_setup.py Thu Apr 09 12:56:45 -0700 2009 updated ez_setup.py git-svn-id: file:///Users/... [amolenaar]
file gaphor.desktop Mon May 19 23:08:21 -0700 2008 updated .desktop file. gaphor version set to 0.... [amolenaar]
directory gaphor/ Fri Nov 20 04:40:01 -0800 2009 Swicthed to gaphas version using simplegeneric [amolenaar]
directory iconsrc/ Sun Oct 11 18:23:41 -0700 2009 - improved connector item icon [wrobell]
directory po/ Tue Apr 03 23:56:22 -0700 2007 moved data/ inside gaphor/ package: easier acce... [amolenaar]
file pylintrc Tue Jan 16 00:08:39 -0800 2007 Merged changed from new-canvas branch to trunk ... [amolenaar]
file run-gaphor.bat Mon Oct 24 06:58:59 -0700 2005 chanegd taggedValue syntax git-svn-id: file:/... [amolenaar]
file run-gaphor.sh Wed Apr 11 23:00:00 -0700 2007 Removed gaphor.undomanager. All transactions ar... [amolenaar]
file setup.cfg Wed May 13 22:49:56 -0700 2009 updated tests and docs git-svn-id: file:///Use... [amolenaar]
file setup.py Wed Nov 18 14:43:03 -0800 2009 - upgrade associations (Association.navigableOw... [wrobell]
directory test-diagrams/ Wed Nov 18 14:43:03 -0800 2009 - upgrade associations (Association.navigableOw... [wrobell]
directory tests/ Mon Sep 07 23:14:47 -0700 2009 For lines, resolve constraints after orthogonal... [amolenaar]
directory utils/ Wed May 13 22:46:03 -0700 2009 Extended generator capabilities to deal with st... [amolenaar]
README
Gaphor - The Pythonic UML modelling tool
========================================

Gaphor is a UML modelling tool, written in Python. This makes it very easy to
use (and very easy to extend (and to write ;-).

Install gaphor simply using easy-install:

  $ easy-install gaphor

You can find the sources at GitHub: http://github.com/amolenaar/gaphor/.
For documentation refer to our project website: http://gaphor.sourceforge.net.

Have fun,

  Gaphor development team