gaphor/README

26 lines
556 B
Plaintext
Raw Normal View History

Gaphor - The Pythonic UML modelling tool
========================================
2009-07-27 16:09:50 +02:00
Gaphor is a UML modelling tool, written in Python. This makes it very easy to
use (and very easy to extend -- and to write ;-) ).
2009-07-27 16:09:50 +02:00
Install gaphor simply using easy-install:
2009-07-27 16:09:50 +02:00
$ 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/.
Issue tracking is done at Lighthouse:
http://gaphor.lighthouseapp.com/.
Have fun,
2009-07-27 16:09:50 +02:00
Gaphor development team