NextFEM REST API wrapper in pure Python
Project description
NextFEMpy
NextFEM REST API wrapper in pure Python, to be used with NextFEM Designer or NextFEM Server. It is a complete set of REST API call, wrapped in Python functions, distinguishing between mandatory and optional arguments.
If you're looking for NextFEMpy source, look into /nextfempy folder.
Installation instructions
pip install nextfempy
Usage
Before using with your local installation of NextFEM Designer, start the plugin REST API Server.
from nextfempy import NextFEMrest
# connect to local copy of NextFEM Designer
nf=NextFEMapiREST.NextFEMrest()
To handle a property:
nf.autoMassInX=False
print(str(nf.autoMassInX))
To call a NextFEM API method:
nf.addOrModifyCustomData("test","Test")
print(nf.getCustomData("test"))
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nextfempy-0.1.2.tar.gz.
File metadata
- Download URL: nextfempy-0.1.2.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fee4d564ffb58e3dde558dc57bb1f2c75fc3edd49259d2d8fe20cdef2bdcb0f9
|
|
| MD5 |
02237babedb7f9a6598ceb98199abfdf
|
|
| BLAKE2b-256 |
b9b57d78ee32e2406bd4113528c52d4b701f2ac0a5f5dc9a760fb051e34ff539
|
File details
Details for the file nextfempy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: nextfempy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2039198a96774aa545a0dea19094ac22f8616c4070df8275cabeadacfdbe6c0
|
|
| MD5 |
25cc75f2d8c6ebacc924bfa85bcb4d0d
|
|
| BLAKE2b-256 |
e6034aae0c54ddb5313b4ec0e2a4ed6ad00e900615f95a75cb154cd5952e391b
|