Go to file
kozorizki 4d01ccc7d6
Some checks failed
Update Gvsbuild / update-version (push) Has been skipped
Pre-commit updater / Update (push) Failing after 19s
Update Gvsbuild / check-version (push) Failing after 17s
Hypothesis Tests / hypothesis (push) Failing after 24s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 19s
fix(gaphor.spec): conflicts and icons size
2024-10-24 14:59:34 +03:00
_packaging Fix expat.dll is no longer packaged with Graphviz 2024-08-20 16:04:49 -04:00
.devcontainer Add init option to clean up zombie processes 2022-08-16 17:31:15 +02:00
.gear chore!(rules): commented out line diff 2024-10-21 15:32:50 +03:00
.github Bump the github-action-updates group with 3 updates (#3535) 2024-10-15 22:12:59 -04:00
.rpm fix(gaphor.spec): conflicts and icons size 2024-10-24 14:59:34 +03:00
data/logos Change subtitle to SysML/UML 2024-06-22 14:34:13 +02:00
docs Update docs for base class 2024-10-13 19:48:54 +02:00
examples chore: make requirements shall-type 2024-04-07 09:54:29 +02:00
gaphor Merge branch 'refs/heads/main' into element-base 2024-10-15 20:00:57 -04:00
LICENSES Add LGPL-2.1-or-later to LICENSES folder 2024-01-25 16:18:34 -05:00
models StyleSheet now directly inherits from base 2024-10-12 17:34:07 +02:00
po Update Finnish translation for Gaphor (#3532) 2024-10-13 13:36:02 -04:00
test-models all-elements example: use activity and state machine 2024-06-28 08:09:51 +02:00
test-plugin Load plugins installed in plugin folder 2023-06-21 16:37:27 +02:00
tests Merge branch 'refs/heads/main' into element-base 2024-10-15 20:00:57 -04:00
.all-contributorsrc docs: add clauniel as a contributor for code (#3515) 2024-10-01 06:04:13 -04:00
.coveragerc Improve coverage reporting 2023-08-11 16:24:39 +02:00
.gitignore chore: undo .DS_store in repo's gitignore 2024-04-07 21:29:06 +02:00
.pre-commit-config.yaml Update pre-commit hooks 2024-10-14 19:52:05 -04:00
.readthedocs.yaml Use Python 3.12 with readthedocs, bump dependencies 2024-05-11 10:05:13 -04:00
CHANGELOG.md Bump dependencies post release 2024-10-13 14:06:41 -04:00
CONTRIBUTING.md fix: link to GNOME code of conduct 2024-04-07 12:07:56 +02:00
CONTRIBUTORS.md docs: add clauniel as a contributor for code (#3515) 2024-10-01 06:04:13 -04:00
gaphor.doap meta: Add .doap-file 2023-02-05 01:09:50 +01:00
NEWS-pre-2.0 Split NEWS file 2023-05-27 12:42:59 +02:00
org.gaphor.Gaphor.json Make self-test a command, instead of an option 2024-03-21 23:34:37 +01:00
poetry.lock Fix brew unlink error by upgrading to Python 3.13 2024-10-14 21:44:52 -04:00
pyproject.toml Fix brew unlink error by upgrading to Python 3.13 2024-10-14 21:44:52 -04:00
README.md Add OpenSSF status badge 2024-10-03 11:30:53 +02:00
RELEASE_CHECKLIST.md Update more copyrights to The Gaphor Development Team 2024-01-24 20:42:25 -05:00
REUSE.toml Replace DEP5 file by REUSE.toml 2024-09-14 15:19:13 +02:00
SECURITY.md Create a Security Policy 2023-07-01 22:40:24 -04:00

Gaphor - SysML/UML Modeling

Build Docs build state PyPI PyPI - Downloads All Contributors.org Matrix

Maintainability Test Coverage Translation Status OpenSSF Best Practices standard-readme compliant

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.

Gaphor Demo

📑 Table of Contents

📜 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. It has a modern GTK-based interface and uses Cairo for consistent rendering.

Gaphor is a library. You can use it from scripts and Jupyter notebooks and interact with models programmatically.

Non-Goals:

  • Generating UML diagrams from source code. pynsource or pyreverse might be what you are looking for.
  • Generating source code from diagrams or creating other concrete executable artifacts including use of fUML or ALF.

Although it would be possible to incorporate these features, these aren't the goals of this project. However, if these are important capabilities for you, you may be able to extend Gaphor by creating a plugin.

💾 Install

Download on Flathub

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 documentation.

🔦 Usage

If using Gaphor for the first time you will be presented with a greeter dialog at startup in which you can select one of 5 models available to you to work in:

  • Generic: (or blank) template
  • UML: Unified Modeling Language template
  • SysML: Systems Modeling Language template
  • RAAML: Risk Analysis and Assessment Modeling language template
  • C4 Model: a lean graphical notation technique for modelling the architecture of software systems template

After you select a template, the main Gaphor window will load, and you will be ready to start modeling. Gaphor will automatically select the correct profile based on the template that you selected, but you can also select other modeling profiles if needed by clicking on the button next to the Profile dropdown menu at the top of your window.

To select an element you want to place, for example a Class, click on the icon in the Toolbox and then again on the diagram. This will place a new Class item on the diagram and add a new Class to the model (it shows up in the Model Browser).

Portions of the toolbox may also be collapsed depending on the type of diagram you are modeling with. You can expand the collapsed portions of the toolbox if needed.

If you want to know more, please read our documentation on https://docs.gaphor.org.

♥ Contributing

Over 150 people that helped out building Gaphor. Too many to show in this readme. You can find them in CONTRIBUTORS file.

Would you like to contribute to the development of Gaphor? There are many ways in which you can help out:

  • Review and update documentation.
  • Open discussions on a feature/bug/idea
  • Fix an open issue
  • Tell other people about Gaphor.

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

More info on how you can contribute can be found in the contributing guide!

🌍 Translations

Translation of Gaphor is mostly done using Weblate.

For the Linux Flatpak, the desktop entry comment string can be translated at our Flatpak repository.

Thank you so much for your effort in helping us keep it available in many languages!

Translation status

Code of Conduct

We value your participation and want everyone to have an enjoyable and fulfilling experience. As a GNOME Circle project, all participants are expected to follow the GNOME Code of Conduct and to show respect, understanding, and consideration to one another. Thank you for helping make this a welcoming, friendly community for everyone.

©️ License

Copyright © The Gaphor Development Team

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.