{"id":21934919,"url":"https://github.com/tueda/python-grace","last_synced_at":"2025-03-22T13:42:16.836Z","repository":{"id":57457038,"uuid":"340308882","full_name":"tueda/python-grace","owner":"tueda","description":"An unofficial Python wrapper for the GRACE system.","archived":false,"fork":false,"pushed_at":"2023-08-15T06:15:09.000Z","size":119,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T04:02:40.729Z","etag":null,"topics":["automatic-calculation","particle-physics","python","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tueda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-19T08:44:48.000Z","updated_at":"2021-11-28T07:05:09.000Z","dependencies_parsed_at":"2022-09-15T13:51:55.602Z","dependency_job_id":null,"html_url":"https://github.com/tueda/python-grace","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fpython-grace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fpython-grace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fpython-grace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fpython-grace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tueda","download_url":"https://codeload.github.com/tueda/python-grace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244966458,"owners_count":20539794,"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":["automatic-calculation","particle-physics","python","wrapper"],"created_at":"2024-11-29T00:17:44.205Z","updated_at":"2025-03-22T13:42:16.806Z","avatar_url":"https://github.com/tueda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-grace\n============\n\n[![Test](https://github.com/tueda/python-grace/workflows/Test/badge.svg?branch=main)](https://github.com/tueda/python-grace/actions?query=branch:main)\n[![PyPI version](https://badge.fury.io/py/python-grace.svg)](https://pypi.org/project/python-grace/)\n\nAn unofficial Python wrapper for [the GRACE system](https://minami-home.kek.jp/)\n(the public version for tree-level computations).\n\n*This is a pre-alpha version.*\n\n\nRequirements\n------------\n\n- Python \u003e= 3.6.1\n- pip \u003e= 19.0\n- C compiler\n- Fortran compiler\n- Make utility\n- X Window system (optional, for `gracefig` and `grcdraw`)\n- Motif Toolkit or its clone (optional, for `gracefig`)\n- `ps2pdf` in Ghostscript (optional, to generate PDF files with `gracefig`)\n\n**Debian or Ubuntu**\n\n```sh\nsudo apt-get install gfortran ghostscript libmotif-dev make python3-pip\n```\n\n**Fedora**\n\n```sh\nsudo dnf install gcc-gfortran ghostscript make motif-devel python3-pip\n```\n\n\nInstallation\n------------\n\nUse [`pip`](https://pip.pypa.io/):\n```sh\npip install python-grace\n```\nwhich installs the `grace` command.\n(You may need to adjust `$PATH`.\nYou can always use `python -m grace`, instead.)\n\nTo select the compilers, specify them as environment variables when `pip` runs:\n```sh\nCC=gcc-12 FC=gfortran-12 pip install python-grace\n```\n\nYou can use [`pipx`](https://pypa.github.io/pipx/) instead of `pip`\nif you prefer to install this software in an isolated and/or temporary environment.\n\n\nExample\n-------\n\n```sh\nmkdir my_process\ncd my_process\ngrace template sm/eewwa\ngrace grc\ngrace gracefig - # requires optional dependencies\ngrace grcfort\nmake all\n./gauge\n./integ\n./spring\n```\n\n\nDevelopment\n-----------\n```sh\npoetry install\npoetry run task prepare\n```\n\n\nLicense\n-------\n\nThe code in this repository is covered under\n[the MIT license](https://github.com/tueda/python-grace/blob/main/LICENSE).\n\nNote that, however, the source code of the GRACE system is *not* MIT licensed.\nIndeed, this repository itself does not contain any part of GRACE.\nWhen you install this software, the source code distribution of GRACE will\nautomatically be downloaded from the original site.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftueda%2Fpython-grace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftueda%2Fpython-grace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftueda%2Fpython-grace/lists"}