{"id":13771305,"url":"https://github.com/hernanmd/GraphViz","last_synced_at":"2025-05-11T03:33:10.862Z","repository":{"id":28118705,"uuid":"31617641","full_name":"hernanmd/GraphViz","owner":"hernanmd","description":"Pharo Smalltalk GraphViz binding","archived":false,"fork":false,"pushed_at":"2024-11-03T23:06:06.000Z","size":343,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T15:39:52.734Z","etag":null,"topics":["graphs","graphviz","pharo","pharo-smalltalk","smalltalk"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hernanmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-03T19:46:01.000Z","updated_at":"2024-11-03T23:06:10.000Z","dependencies_parsed_at":"2023-12-27T14:30:39.117Z","dependency_job_id":"e94f2e29-e51c-41c8-9680-610bf3618e55","html_url":"https://github.com/hernanmd/GraphViz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2FGraphViz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2FGraphViz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2FGraphViz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2FGraphViz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hernanmd","download_url":"https://codeload.github.com/hernanmd/GraphViz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphs","graphviz","pharo","pharo-smalltalk","smalltalk"],"created_at":"2024-08-03T17:00:50.048Z","updated_at":"2025-05-11T03:33:10.561Z","avatar_url":"https://github.com/hernanmd.png","language":"Smalltalk","funding_links":[],"categories":["Graphics"],"sub_categories":[],"readme":"[![license-badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n\n# Table of Contents\n\n- [Description](#description)\n- [Installation](#installation)\n- [Examples](#examples)\n- [License](#license)\n\n# Description\n\nThis is a Pharo Smalltalk GraphViz binding. \n\nThis repository contains the updated code (from the original code found in the Lukas Renggli [repository](http://source.lukas-renggli.ch/)) for versions higher than Pharo \u003e= 6 (Pharo 10 supported).\n\nNote: If you are using Roassal engine, you can also work with GraphViz layouts using [a specialized package for GraphViz+Roassal](https://github.com/peteruhnak/graphviz-layout).\n\n# Installation\n\nMake sure you have installed the [graphviz binaries](https://graphviz.org/) in your system.\nThere are several ways to install the **GraphViz** package in Pharo:\n\n## Core version\n\nThe Core version includes only the basic GraphViz classes which provide core features, without examples and tests\n\n```smalltalk\nEpMonitor disableDuring: [ \n\tMetacello new\n\t\tbaseline: 'GraphViz';\n\t\trepository: 'github://hernanmd/GraphViz';\n\t\tload ]\n```\n\n## Full version\n\n```smalltalk\nEpMonitor disableDuring: [ \n\tMetacello new\n\t\tbaseline: 'GraphViz';\n\t\trepository: 'github://hernanmd/GraphViz';\n\t\tload: #('All') ]\n```\n\n# Examples\n\n\n```smalltalk\nGraphVizExamples familiesOfSmalltalk\n```\n\n![FamiliesOfSmalltalk](https://user-images.githubusercontent.com/4825959/155390651-1ba889f3-f32a-41f1-9ff1-c4de6d865b45.svg)\n\n\n```smalltalk\nGraphVizExamples exampleUndirectedGraph \n```\n\n![undirectedGraphSample](https://user-images.githubusercontent.com/4825959/155387760-9c7528db-b502-4551-bb40-a030fa029ba0.png)\n\n\n```smalltalk\nGraphVizExamples exampleUndirectedGraph \n```\n\n![UsersOfWeakRegistry](https://user-images.githubusercontent.com/4825959/155387908-b8e933a3-1bbb-4dc5-b082-ff66e28f0beb.png)\n\n\n# License\n\t\nThis software is licensed under the MIT License.\n\nCopyright Hernán Morales Durand, 2018-2022.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n# Authors\n\nHernán Morales Durand\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernanmd%2FGraphViz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhernanmd%2FGraphViz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernanmd%2FGraphViz/lists"}