{"id":23147113,"url":"https://github.com/haiiliin/abqpy","last_synced_at":"2025-05-15T07:06:46.207Z","repository":{"id":37238298,"uuid":"505068134","full_name":"haiiliin/abqpy","owner":"haiiliin","description":"Type Hints for Abaqus/Python Scripting","archived":false,"fork":false,"pushed_at":"2025-05-08T11:34:32.000Z","size":151228,"stargazers_count":234,"open_issues_count":1,"forks_count":38,"subscribers_count":1,"default_branch":"2025","last_synced_at":"2025-05-08T19:51:07.541Z","etag":null,"topics":["abaqus","python"],"latest_commit_sha":null,"homepage":"https://haiiliin.github.io/abqpy/","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/haiiliin.png","metadata":{"files":{"readme":"README-zh-cn.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"haiiliin","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2022-06-19T09:45:13.000Z","updated_at":"2025-05-08T14:32:51.000Z","dependencies_parsed_at":"2023-10-17T02:13:36.081Z","dependency_job_id":"4be66bda-24c1-4bdb-9c71-119cf467ae62","html_url":"https://github.com/haiiliin/abqpy","commit_stats":null,"previous_names":[],"tags_count":528,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiiliin%2Fabqpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiiliin%2Fabqpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiiliin%2Fabqpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiiliin%2Fabqpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haiiliin","download_url":"https://codeload.github.com/haiiliin/abqpy/tar.gz/refs/heads/2025","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"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":["abaqus","python"],"created_at":"2024-12-17T16:49:20.248Z","updated_at":"2025-05-15T07:06:41.197Z","avatar_url":"https://github.com/haiiliin.png","language":"Python","funding_links":["https://github.com/sponsors/haiiliin"],"categories":[],"sub_categories":[],"readme":"# abqpy 2025\n\n[![tests](https://github.com/haiiliin/abqpy/actions/workflows/tests.yml/badge.svg)](https://github.com/haiiliin/abqpy/actions/workflows/tests.yml)\n[![rtd](https://readthedocs.org/projects/abqpy/badge/?version=latest)](https://readthedocs.org/projects/abqpy/)\n[![coveralls](https://coveralls.io/repos/github/haiiliin/abqpy/badge.svg?branch=2025)](https://coveralls.io/github/haiiliin/abqpy?branch=2025)\n[![python](https://img.shields.io/badge/Python-3.8%2B-brightgreen)](https://www.python.org/downloads/)\n[![abaqus](https://img.shields.io/badge/Abaqus-2016%2B-brightgreen)](https://www.3ds.com/products-services/simulia/products/abaqus/)\n[![Crowdin](https://badges.crowdin.net/abqpy-locale/localized.svg)](https://crowdin.com/project/abqpy-locale)\n\n其它语言版本: [English](README.md), [简体中文](README-zh-cn.md).\n\nAbaqus/Python 脚本的类型提示\n\n`abqpy` 是一个 Python 包，为 Abaqus 的 Python 脚本提供类型提示，您可以使用它方便地编写 Abaqus Python 脚本。\n它还提供了一些简单的 API 来执行 Abaqus 命令，以便您可以运行 Python 脚本来创建模型、\n提交作业并提取输出数据，即使不打开 Abaqus/CAE。\n\n- GitHub 仓库: [https://github.com/haiiliin/abqpy](https://github.com/haiiliin/abqpy)\n- PyPI: [https://pypi.org/project/abqpy](https://pypi.org/project/abqpy)\n- 中文文档: [https://haiiliin.github.io/abqpy](https://haiiliin.github.io/abqpy)\n\n## 快速开始\n\n确保 \u003ca href=\"https://www.python.org/downloads/\"\u003e \u003cimg src=\"https://img.shields.io/badge/Python-3.8%2B-brightgreen\" align=center /\u003e \u003c/a\u003e 和\n\u003ca href=\"https://www.3ds.com/products-services/simulia/products/abaqus/\"\u003e \u003cimg src=\"https://img.shields.io/badge/Abaqus-2016%2B-brightgreen\" align=center /\u003e \u003c/a\u003e\n已经安装成功，然后打开 `cmd` 或者 `terminal`，输入：\n\n```\npip install -U abqpy==2025.*  # 将主版本号替换为你的 Abaqus 版本号\n```\n\n然后，在你喜欢的开发环境中使用 Python 3.8+ 运行你的 Abaqus/Python 脚本，看看奇迹如何发生。\n更多信息，请参阅 [文档](https://haiiliin.github.io/abqpy).\n\n## 欢迎拉取合并请求\n\n由于`abqpy`是从 Abaqus 官方文档中重构出来的，很多文档字符串的格式还不完善，比如\n数学方程，对象的属性，由于我的时间有限，这些东西还没有完成，如果有人愿意做出任何贡献，\n请随时创建您的拉取请求。\n\n请参阅 [CONTRIBUTING](https://github.com/haiiliin/abqpy/blob/main/.github/CONTRIBUTING.md) 了解贡献指南.\n\n## 截图\n\n![screenshot](https://raw.githubusercontent.com/haiiliin/abqpy/main/docs/source/images/model-code.gif)\n\n![screenshot](https://raw.githubusercontent.com/haiiliin/abqpy/main/docs/source/images/output-code.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiiliin%2Fabqpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaiiliin%2Fabqpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiiliin%2Fabqpy/lists"}