A server for odbAccess to be acessed by pylife-odbclient
Project description
pylife-odbserver
A server for odbAccess to be accessed by pylife-odbclient
Purpose
Unfortunately Abaqus still comes with a python-2.x engine. So you can't access an Abaqus odb file from within modern python code. This python package is the client part of a client server setup to make odb files accessible from within python-3.x code in a transparent way.
Solution
This package provides a slim server that as python-2.7 software, that can be
run inside the Abaqus python engine. It accepts command via sys.stdin
and
according to the command is querying data from the odbAccess
interface and
returning them in a pickle object.
The sibling package pylife-odbclient
comes with a python class OdbClient
that spawns the server in the background when an instance of OdbClient
is
instantiated. Then the client object can be used to transparently access data
from the odb file via the server. Once the client object goes out of scope
i.e. is deleted, the server process is stopped automatically.
Installation
- Create and activate a plain python-2.7 environment without additional packages. For example by
conda create -n odbserver python=2.7 pip
- Run
pip install pylife-odbserver
- See the instructions in
pylife-odbclient
on how to install the client.
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
File details
Details for the file pylife-odbserver-2.0.3.tar.gz
.
File metadata
- Download URL: pylife-odbserver-2.0.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38d3fb5a2a9728e452c9aabc610d5233620a625060054c6556b455e0deea0c3b |
|
MD5 | 703e675cc28d8d8b0786962563acac49 |
|
BLAKE2b-256 | ef326f9b37cb1872a65885522ca7fcb36ea67e699e2d0dc79c9da485321bf8ad |
File details
Details for the file pylife_odbserver-2.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: pylife_odbserver-2.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a45fe4f709e87db2e56d1c16bc2b1520b076ca03db3edf08fd4c379c3ed4df2b |
|
MD5 | 0b24716ee3a248113c27efbe9bc88e5e |
|
BLAKE2b-256 | d632265d537d3f42afc272a637627040ceb5dba2d3b41f3a7a429acf8f892b75 |