Skip to main content

Gaphor is the simple modeling tool written in Python.

Project description

Gaphor logo

Gaphor

Build state Docs build state PyPI Downloads Gitter

Maintainability Test Coverage Sourcery Code style: black standard-readme compliant All Contributors

Gaphor is a UML and SysML modeling application written in Python. It is designed to be easy to use, while still being powerful. Gaphor implements a fully-compliant UML 2 data model, so it is much more than a picture drawing tool. You can use Gaphor to quickly visualize different aspects of a system as well as create complete, highly complex models.




:bookmark_tabs: Table of Contents

:scroll: Background

Gaphor is a UML and SysML modeling application written in Python. We designed it to be easy to use, while still being powerful. Gaphor implements a fully-compliant UML 2 data model, so it is much more than a picture drawing tool. You can use Gaphor to quickly visualize different aspects of a system as well as create complete, highly complex models.

Gaphor is designed around the following principles:

  • Simplicity: The application should be easy to use. Only some basic knowledge of UML or SysML is required.
  • Consistency: UML is a graphical modeling language, so all modeling is done in a diagram.
  • Workability: The application should not bother the user every time they do something non-UML-ish.

Gaphor is a GUI application that is built on GTK and Cairo. PyGObject and PyCairo provide Python bindings for those libraries. Gaphas provides the foundational diagramming functionality.

:floppy_disk: Install

You can find the latest version on the gaphor.org website. Gaphor ships installers for macOS and Windows. Those can be found there. The Python package is also available on PyPI.

All releases are available on GitHub.

If you want to start developing on Gaphor, have a look at the Installation section of our Tech docs.

:flashlight: Usage

Creating models

Once Gaphor is started a new empty model is automatically created. The main diagram is already open in the Diagram section.

Select an element you want to place, for example a Class, by clicking on the icon in the Toolbox and click on the diagram. This will place a new Class item instance on the diagram and add a new Class to the model (it shows up in the Navigation). The selected tool will reset itself to the Pointer tool if the option ''Diagram -> Reset tool'' is selected.

Some elements are not directly visible. The section in the toolbox is collapsed and needs to be clicked first to reveal its contents.

Gaphor only has one diagram type, and it does not enforce which elements should be placed on a diagram.

Create a New Diagram

  1. Use the Navigation to select an element that can contain a diagram (a Package or Profile)
  2. Select Diagram, and New diagram. A new diagram is created.

Copy and Paste

Items in a diagram can be copied and pasted in the same diagram or other diagrams. Pasting places an existing item in the diagram, but the item itself is not duplicated. In other words, if you paste a Class object in a diagram, the Class will be added to the diagram, but there will be no new Class in the Navigation.

Drag and Drop

Adding an existing element to a diagram is done by dragging the element from the Navigation section onto a diagram. Diagrams and attribute/operations of a Class show up in the Navigation but can not be added to a diagram.

Elements can also be dragged within the Navigation in order to rearrange them in to different packages.

:heart: Contributing

Thanks goes to these wonderful people (emoji key):


Arjan Molenaar

๐Ÿ’ป ๐Ÿ› ๐Ÿ“– ๐Ÿ‘€ ๐Ÿ’ฌ ๐Ÿ› ๐Ÿ”Œ โš ๏ธ

wrobell

๐Ÿ’ป โš ๏ธ ๐Ÿ› ๐ŸŽจ

Dan Yeaw

๐Ÿ’ป โš ๏ธ ๐Ÿ“– ๐Ÿ“ฆ ๐Ÿš‡ ๐Ÿ› ๐Ÿ’ฌ

melisdogan

๐Ÿ“–

Adam Boduch

๐Ÿ’ป โš ๏ธ ๐Ÿ›

Enno Grรถper

๐Ÿ’ป

JensPfeifle

๐Ÿ“–

Alexis Howells

๐Ÿ“–

Encolpe DEGOUTE

๐ŸŒ

Christian Hoff

๐Ÿ’ป

Jordi Mallach

๐ŸŒ

Tony

๐Ÿšง

Jan

๐Ÿ›

Brock Tibert

๐Ÿ›

Rafael Muรฑoz Cรกrdenas

๐Ÿ›

Mikhail Bessonov

๐Ÿ›

Kapil Thangavelu

๐Ÿ›

DimShadoWWW

๐Ÿ›

Nedko Arnaudov

๐Ÿ›

Alexander Wilms

๐Ÿ›

Steven Liu

๐Ÿ›

Rui Maciel

๐Ÿค”

Enno Zickler

๐Ÿ›

tronta

๐Ÿ›

Yauhen Kirylau

๐Ÿ“– ๐Ÿ“ฆ ๐Ÿค” ๐Ÿ›

albanobattistella

๐ŸŒ

gavr123456789

๐Ÿค”

Xander982

๐Ÿ–‹ ๐Ÿ›

seryafarma

๐Ÿ“–

Jorge DLG

๐Ÿ›

Adam Bjurstrom

๐Ÿ›

kellenmoura

๐Ÿ›

This project follows the all-contributors specification. Contributions of any kind are welcome!

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a first-timers-only tag for issues that should be ideal for people who are not very familiar with the codebase yet.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainers until it gets merged and published. :smile:

See the contributing file!

:copyright: License

Copyright (C) Arjan Molenaar and Dan Yeaw

Licensed under the Apache License v2.

Summary: You can do what you like with Gaphor, as long as you include the required notices. This permissive license contains a patent license from the contributors of the code.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gaphor-2.1.0.tar.gz (331.0 kB view details)

Uploaded Source

Built Distribution

gaphor-2.1.0-py3-none-any.whl (519.9 kB view details)

Uploaded Python 3

File details

Details for the file gaphor-2.1.0.tar.gz.

File metadata

  • Download URL: gaphor-2.1.0.tar.gz
  • Upload date:
  • Size: 331.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.9.0 Linux/5.4.0-1031-azure

File hashes

Hashes for gaphor-2.1.0.tar.gz
Algorithm Hash digest
SHA256 c0d459d9b74c18680a1675867852b7705564a5561243a1f56fbd9c94a415fc1f
MD5 383dda156c947ece46aed4a60386596c
BLAKE2b-256 9ab511b9f14081be0f470c0f073b508682f60e415a1b0a4f73a0bced78405320

See more details on using hashes here.

Provenance

File details

Details for the file gaphor-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: gaphor-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 519.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.9.0 Linux/5.4.0-1031-azure

File hashes

Hashes for gaphor-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4141f916c03ce96cb3371a35e5b5d30afacec9a4222302468505d10ea18a551f
MD5 5d9a6cc4997cfe6e4745cc6f69044007
BLAKE2b-256 37d9eeae9a58465ab924a92a1d908cba56c873feca4058b9a60c29e77e20b7b1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page