/usr/lib/python2.7/dist-packages/gaphas-0.7.2.egg-info/PKG-INFO is in python-gaphas 0.7.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | Metadata-Version: 1.1
Name: gaphas
Version: 0.7.2
Summary: Gaphas is a GTK+ based diagramming widget
Home-page: http://gaphor.sourceforge.net
Author: Arjan J. Molenaar
Author-email: arjanmol@users.sourceforge.net
License: GNU Library General Public License (LGPL, see COPYING)
Description: Gaphas is a MVC canvas that uses Cairo_ for rendering. One of the nicer things
of this widget is that the user (model) is not bothered with bounding box
calculations: this is all done through Cairo.
Some more features:
- Each item has it's own separate coordinate space (easy when items are
rotated).
- Items on the canvas can be connected to each other. Connections are
maintained by a linear constraint solver.
- Multiple views on one Canvas.
- What is drawn is determined by Painters. Multiple painters can be used and
painters can be chained.
- User interaction is handled by Tools. Tools can be chained.
- Versatile undo/redo system
GTK+ and PyGTK_ are required.
.. _Cairo: http://cairographics.org/
.. _PyGTK: http://www.pygtk.org/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|