Metadata-Version: 2.1
Name: abqpy
Version: 2016.3.12
Summary: Type hints for Abaqus/Python scripting
Author-email: WANG Hailin <hailin.wang@connect.polyu.hk>
Project-URL: Homepage, https://abqpy.com
Project-URL: GitHub, https://github.com/haiiliin/abqpy
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Project-URL: Anaconda, https://anaconda.org/haiiliin/abqpy
Project-URL: Read the Docs, https://readthedocs.org/projects/abqpy
Project-URL: Documentation, https://docs.abqpy.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: jupyter
License-File: LICENSE

# abqpy 2016

[![pytest](https://github.com/haiiliin/abqpy/actions/workflows/pytest.yml/badge.svg)](https://github.com/haiiliin/abqpy/actions/workflows/pytest.yml)
[![docs-test](https://github.com/haiiliin/abqpy/actions/workflows/docs-test.yml/badge.svg)](https://github.com/haiiliin/abqpy/actions/workflows/docs-test.yml)

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. 


- Homepage: https://abqpy.com
- GitHub repository: https://github.com/haiiliin/abqpy
- PyPI: https://pypi.org/project/abqpy
- Anaconda: https://anaconda.org/haiiliin/abqpy
- Read the Docs: https://readthedocs.org/projects/abqpy
- Documentation: https://docs.abqpy.com/en/latest
- Bug report: https://github.com/haiiliin/abqpy/issues

## 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.
