2009-10-12 02:23:41 +01:00
2011-08-29 14:57:19 +02:00
2010-02-02 01:44:11 +00:00
2006-06-07 07:49:55 +00:00
FAQ
2007-05-31 06:51:38 +00:00
2007-08-28 09:34:12 +00:00
2011-09-29 07:33:05 +02:00
2017-04-16 21:35:57 -04:00
2005-10-24 13:58:59 +00:00

Gaphor - The Pythonic UML modeling tool
========================================

Gaphor is a UML modeling 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

In Linux recommend using a virtual environment for installation. Since pyGTK doesn't work well with a virtualenv,
install it outside the virtual environment and then start your the virtualenv using the --system-site-packages option:
  $ virtualenv --system-site-packages venv
  $ source venv/bin/activate
  $ 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,

  Gaphor development team
Description
No description provided
Readme 53 MiB
Languages
Python 98.9%
CSS 0.4%
NSIS 0.3%
Makefile 0.2%
Ruby 0.2%