Type hints for Abaqus/Python scripting
Project description
pyabaqus
Type hints for Abaqus/Python scripting
pyabaqus
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.
Other links for this project
- GitHub repository: github.com/haiiliin/pyabaqus
- PyPI: pypi.org/project/pyabaqus
- Anaconda: anaconda.org/haiiliin/pyabaqus
- Documentation: haiiliin.com/pyabaqus
New Features
-
Jupyter Notebook support (Since V1.0.15)
You can put your Abaqus/Python script into a Jupyter Notebook. When you run the notebook, the package will transfer the notebook into a plain Python file with the same name but with
.py
suffix instead of.ipynb
, and then it will be submitted to Abaqus kernel.In order to use this feature, you have to install the following packages:
pip install ipyparams # to read the file name of the notebook pip install notebook pip install jupyterlab
Or use
conda
to install (theipyparams
package is only distributed inPyPI
, so you have to install it usingpip
):conda install jupyterlab conda install jupyter notebook
Try the following command to make sure the
jupyter
command is available.jupyter --version
Installation
pyabaqus
is using type hints features that require Python 3.9 or a later version,
please upgrade it to Python 3.9 or a later version if you are using an earlier version.
pyabaqus
is uploaded to PyPI, you can simply install
it using pip:
pip install pyabaqus
pyabaqus
is also uploaded to anaconda, you can use
conda
to install it, since pyabaqus (from V1.0.15) depends on ipyparams
and it is not distributed to
anaconda, you have to use pip
to install it manually:
pip install ipyparams
conda install -c haiiliin pyabaqus
You may install the latest development version by cloning the
GitHub repository and use python
to install from
the local directory:
git clone https://github.com/Haiiliin/pyabaqus.git
cd pyabaqus
pip install ipyparams
python setup.py install
Explore more
For detailed usage of this package, please refer the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pyabaqus-1.0.16-py2.py3-none-any.whl
.
File metadata
- Download URL: pyabaqus-1.0.16-py2.py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 838cb2a0c2be0ebcc835786adc4fabe60b1aaa8bf01cbc4a2921e3d9951ebba0 |
|
MD5 | 090db8024bad6d6d11e273a060316fff |
|
BLAKE2b-256 | 159fc6ae6f0bb3866d7b8bb8b67c7dafd79651dff00ab02a5a2187342f5a1b87 |