{"id":21934935,"url":"https://github.com/tueda/formset","last_synced_at":"2025-07-20T09:39:21.645Z","repository":{"id":53754330,"uuid":"225145599","full_name":"tueda/formset","owner":"tueda","description":"A \"form.set\" generator.","archived":false,"fork":false,"pushed_at":"2024-01-03T02:10:36.000Z","size":48,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-06T15:18:25.330Z","etag":null,"topics":["configuration","form"],"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":"2019-12-01T10:50:10.000Z","updated_at":"2023-04-14T13:49:57.000Z","dependencies_parsed_at":"2022-09-11T18:21:16.428Z","dependency_job_id":null,"html_url":"https://github.com/tueda/formset","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fformset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fformset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fformset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tueda%2Fformset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tueda","download_url":"https://codeload.github.com/tueda/formset/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227010934,"owners_count":17716674,"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":["configuration","form"],"created_at":"2024-11-29T00:17:46.431Z","updated_at":"2025-04-19T22:42:07.447Z","avatar_url":"https://github.com/tueda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"formset\n=======\n\n[![Test](https://github.com/tueda/formset/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/tueda/formset/actions/workflows/test.yml?query=branch%3Amain)\n[![PyPI version](https://badge.fury.io/py/formtools-formset.svg)](https://pypi.org/project/formtools-formset/)\n\nA `form.set` generator.\n\nThis is a small script to generate a configuration file `form.set` of\n[FORM](https://www.nikhef.nl/~form/) for your machine.\nThe script suggests adequate *static* buffer sizes for `tform` from\nthe number of CPUs and physical memory available on the computer.\n\n\nInstallation\n------------\n\n```sh\npip install formtools-formset\n```\n\nYou can also pick up the main script file [`formset.py`](https://raw.githubusercontent.com/tueda/formset/1.0.0/formset/formset.py) manually.\n\n\nUsage\n-----\n\n```shell\nformset     # prints a set of adequate setup parameters\n\nformset -o  # writes a set of adequate setup parameters to \"form.set\"\n```\n\nNote that this script considers only *static* buffers, allocated\nat the start-up of FORM.\nIf your FORM program uses much bigger *dynamical* buffers than usual\n(for example, you need to handle complicated rational functions\nor you want to optimize very huge polynomials)\nthen you need to adjust the initial memory usage by\nthe `--percentage N` (or `-p N`) option:\n\n```shell\nformset -p 50\n```\n\nIf your program requires a non-default `MaxTermSize` (or other parameters),\nthen you need to specify it:\n\n```shell\nformset MaxTermSize=200K\n```\n\nOther command-line options can be found in the help message:\n\n```shell\nformset --help\n```\n\n\n## License\n\n[MIT](https://github.com/tueda/formset/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftueda%2Fformset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftueda%2Fformset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftueda%2Fformset/lists"}