abqpy


Nameabqpy JSON
Version 2024.7.2 PyPI version JSON
download
home_pageNone
SummaryType hints for Abaqus/Python scripting
upload_time2024-03-22 00:51:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # abqpy 2024

[![tests](https://github.com/haiiliin/abqpy/actions/workflows/tests.yml/badge.svg)](https://github.com/haiiliin/abqpy/actions/workflows/tests.yml)
[![rtd](https://readthedocs.org/projects/abqpy/badge/?version=latest)](https://readthedocs.org/projects/abqpy/)
[![coveralls](https://coveralls.io/repos/github/haiiliin/abqpy/badge.svg?branch=2024)](https://coveralls.io/github/haiiliin/abqpy?branch=2024)
[![python](https://img.shields.io/badge/Python-3.7%2B-brightgreen)](https://www.python.org/downloads/)
[![abaqus](https://img.shields.io/badge/Abaqus-2016%2B-brightgreen)](https://www.3ds.com/products-services/simulia/products/abaqus/)
[![Crowdin](https://badges.crowdin.net/abqpy-locale/localized.svg)](https://crowdin.com/project/abqpy-locale)

Read this in other languages: [English](README.md), [简体中文](README-zh-cn.md).

Type hints for Abaqus/Python scripting

`abqpy` is a Python package providing type hints for Python scripting of Abaqus, you can
use it to write your Python script of Abaqus fluently, even without doing anything in Abaqus.
It also provides some simple APIs to execute the Abaqus commands so that you can run your
Python script to build the model, submit the job and extract the output data in just one
Python script, even without opening the Abaqus/CAE.

- GitHub repository: [https://github.com/haiiliin/abqpy](https://github.com/haiiliin/abqpy)
- PyPI: [https://pypi.org/project/abqpy](https://pypi.org/project/abqpy)
- Documentation: [https://haiiliin.github.io/abqpy](https://haiiliin.github.io/abqpy)

## Quick Start

Make sure <a href="https://www.python.org/downloads/"> <img src="https://img.shields.io/badge/Python-3.7%2B-brightgreen" align=center /> </a> and
<a href="https://www.3ds.com/products-services/simulia/products/abaqus/"> <img src="https://img.shields.io/badge/Abaqus-2016%2B-brightgreen" align=center /> </a>
are installed on your computer,
open `cmd` or `terminal`, type:

```
pip install -U abqpy==2024.*  # change the major version to match your Abaqus version
```

Then, open your Abaqus/Python script in your favorite IDE with Python language support,
run the script with Python 3.7+ (just do it!), see the magic happens.
For more information, please refer to the [documentation](https://haiiliin.github.io/abqpy).

## Pull Requests are Welcome

Since `abqpy` is reconstructed from the official Abaqus documentation,
many of the docstrings are not well formatted, for example, the Raises section,
the math equations, the attributes of the objects, due to the limitation of
my time, those things are left behind, if anyone is willing to make any
contributions, please feel free to create your pull requests.

Please refer [CONTRIBUTING](https://github.com/haiiliin/abqpy/blob/main/.github/CONTRIBUTING.md) for contribution guidelines.

## Screenshots

![screenshot](https://raw.githubusercontent.com/haiiliin/abqpy/main/docs/source/images/model-code.gif)

![screenshot](https://raw.githubusercontent.com/haiiliin/abqpy/main/docs/source/images/output-code.gif)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "abqpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "WANG Hailin <hailin.wang@connect.polyu.hk>",
    "download_url": "https://files.pythonhosted.org/packages/9c/90/766eeb65a2351a793430acdc7fc7a0091604702f1357c3ed2b7e9e3cb491/abqpy-2024.7.2.tar.gz",
    "platform": null,
    "description": "# abqpy 2024\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=2024)](https://coveralls.io/github/haiiliin/abqpy?branch=2024)\n[![python](https://img.shields.io/badge/Python-3.7%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\nRead this in other languages: [English](README.md), [\u7b80\u4f53\u4e2d\u6587](README-zh-cn.md).\n\nType hints for Abaqus/Python scripting\n\n`abqpy` is a Python package providing type hints for Python scripting of Abaqus, you can\nuse it to write your Python script of Abaqus fluently, even without doing anything in Abaqus.\nIt also provides some simple APIs to execute the Abaqus commands so that you can run your\nPython script to build the model, submit the job and extract the output data in just one\nPython script, even without opening the Abaqus/CAE.\n\n- GitHub repository: [https://github.com/haiiliin/abqpy](https://github.com/haiiliin/abqpy)\n- PyPI: [https://pypi.org/project/abqpy](https://pypi.org/project/abqpy)\n- Documentation: [https://haiiliin.github.io/abqpy](https://haiiliin.github.io/abqpy)\n\n## Quick Start\n\nMake sure <a href=\"https://www.python.org/downloads/\"> <img src=\"https://img.shields.io/badge/Python-3.7%2B-brightgreen\" align=center /> </a> and\n<a href=\"https://www.3ds.com/products-services/simulia/products/abaqus/\"> <img src=\"https://img.shields.io/badge/Abaqus-2016%2B-brightgreen\" align=center /> </a>\nare installed on your computer,\nopen `cmd` or `terminal`, type:\n\n```\npip install -U abqpy==2024.*  # change the major version to match your Abaqus version\n```\n\nThen, open your Abaqus/Python script in your favorite IDE with Python language support,\nrun the script with Python 3.7+ (just do it!), see the magic happens.\nFor more information, please refer to the [documentation](https://haiiliin.github.io/abqpy).\n\n## Pull Requests are Welcome\n\nSince `abqpy` is reconstructed from the official Abaqus documentation,\nmany of the docstrings are not well formatted, for example, the Raises section,\nthe math equations, the attributes of the objects, due to the limitation of\nmy time, those things are left behind, if anyone is willing to make any\ncontributions, please feel free to create your pull requests.\n\nPlease refer [CONTRIBUTING](https://github.com/haiiliin/abqpy/blob/main/.github/CONTRIBUTING.md) for contribution guidelines.\n\n## Screenshots\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",
    "bugtrack_url": null,
    "license": null,
    "summary": "Type hints for Abaqus/Python scripting",
    "version": "2024.7.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/haiiliin/abqpy/issues",
        "Documentation": "https://haiiliin.github.io/abqpy/",
        "GitHub": "https://github.com/haiiliin/abqpy",
        "Homepage": "https://abqpy.com",
        "Read the Docs": "https://readthedocs.org/projects/abqpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "203d50ad9e13a8596aeb0f9565e85203a9931ac2f45f8e0c79802d89488ff31f",
                "md5": "701de1b398ddefdce6cd4be86bca6426",
                "sha256": "7e588cc72af20c5509d1abf6b63c890ced93a8d8fb1ad02e74480f22ba32321d"
            },
            "downloads": -1,
            "filename": "abqpy-2024.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "701de1b398ddefdce6cd4be86bca6426",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1860215,
            "upload_time": "2024-03-22T00:50:59",
            "upload_time_iso_8601": "2024-03-22T00:50:59.557350Z",
            "url": "https://files.pythonhosted.org/packages/20/3d/50ad9e13a8596aeb0f9565e85203a9931ac2f45f8e0c79802d89488ff31f/abqpy-2024.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c90766eeb65a2351a793430acdc7fc7a0091604702f1357c3ed2b7e9e3cb491",
                "md5": "711e0a56d8a0b3983405b48440b72501",
                "sha256": "6f5a3bcf9c10ec71e271bf4afd28bcf1eadced02a76011cc5d59564bf59b7b1d"
            },
            "downloads": -1,
            "filename": "abqpy-2024.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "711e0a56d8a0b3983405b48440b72501",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6705910,
            "upload_time": "2024-03-22T00:51:02",
            "upload_time_iso_8601": "2024-03-22T00:51:02.835677Z",
            "url": "https://files.pythonhosted.org/packages/9c/90/766eeb65a2351a793430acdc7fc7a0091604702f1357c3ed2b7e9e3cb491/abqpy-2024.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 00:51:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "haiiliin",
    "github_project": "abqpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "abqpy"
}
        
Elapsed time: 0.21347s