{"id":22364216,"url":"https://github.com/hansbug/pyuutils","last_synced_at":"2026-02-04T08:34:45.107Z","repository":{"id":265077369,"uuid":"895064717","full_name":"HansBug/pyuutils","owner":"HansBug","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-04T07:52:31.000Z","size":5452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T13:42:12.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hansbug.github.io/pyuutils/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HansBug.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":"2024-11-27T13:51:53.000Z","updated_at":"2024-12-04T07:52:06.000Z","dependencies_parsed_at":"2025-01-31T16:34:53.208Z","dependency_job_id":"af2a8d9d-0d77-439e-bec4-4091c771eb34","html_url":"https://github.com/HansBug/pyuutils","commit_stats":null,"previous_names":["hansbug/pyuutils"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HansBug/pyuutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HansBug%2Fpyuutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HansBug%2Fpyuutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HansBug%2Fpyuutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HansBug%2Fpyuutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HansBug","download_url":"https://codeload.github.com/HansBug/pyuutils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HansBug%2Fpyuutils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265791685,"owners_count":23829164,"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":[],"created_at":"2024-12-04T17:19:36.311Z","updated_at":"2026-02-04T08:34:45.044Z","avatar_url":"https://github.com/HansBug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyuutils\n\nPython Wrapper for Uppaal [UUtils](https://github.com/UPPAALModelChecker/UUtils).\n\nThis wrapper project is merely a simple experimental library with limited practical value. In the future, we will\nconsider supporting the wrapping of more Uppaal C++ libraries into Python versions for inclusion in this project.\n\n## Installation\n\n### From PyPI\n\n```shell\npip install pyuutils\n```\n\nThe following platforms are supported:\n\n1. Most of the common linuxes and architectures\n2. Windows AMD64 (win32/arm64 not ported)\n3. MacOS x86_64/arm64 (python3.8 version of arm64 not supported)\n\n### From Source Code\n\nInstall the system requirements\n\n* On Ubuntu\n\n```shell\napt-get install -y git ninja-build make gcc g++\n```\n\n* On Windows\n\n```shell\nchoco install ninja make mingw\n```\n\n* On macOS\n\n```shell\nbrew install git ninja make gcc\n```\n\nAnd then install the code\n\n```shell\ngit clone https://github.com/HansBug/pyuutils.git\ncd pyuutils\ngit submodule update --init  # check out the submodule\npip install -U -r requirements-build.txt\nmake bin  # build UUtils\npip install .\n```\n\n## How to Use\n\nSee [our documentation](https://hansbug.github.io/pyuutils/index.html).\n\nOnly approximately half of the features in UUtils have been ported here. We can port more if necessary.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansbug%2Fpyuutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansbug%2Fpyuutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansbug%2Fpyuutils/lists"}