MORPHEE REST API SDK
Project description
REST MAPI Package
REST MAPI (MORPHEE API) package allows to control MORPHEE at runtime using MORPHEE REST API. MAPI main principle is to provide so called MAPI services. From MAPI, you should first ask for a specific service before using it.
:information_source: Each service has access rights that could be set in UEditor.
Install
To install restmapi pyhton module, run:
pip install restmapi
Example
Here a small example to start MORPHEE using REST MAPI.
from restmapi.services import MAPIServices
with MAPIServices.instance.get_service("MorpheeProcessControl") as morphee_process_control:
if morphee_process_control.is_morphee_process_started() != True:
morphee_process_control.start()
Documentation
You can find the full documentation (here)
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 restmapi-1.0.5.0.tar.gz.
File metadata
- Download URL: restmapi-1.0.5.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a8a6e05a0cb07b0ff1891cc8654141f8b6de5842c8f68456b06ae37b18b29f
|
|
| MD5 |
a25ea84d04ca134a29badc65106e5337
|
|
| BLAKE2b-256 |
16a39616ad3461ffe2eb1a5abe8f8f256ca9e47e80391f67713f29cd85669348
|
File details
Details for the file restmapi-1.0.5.0-py3-none-any.whl.
File metadata
- Download URL: restmapi-1.0.5.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
177f3dbb2b7876f9252aec78fad055c98f1c32d33bea0a6fa6958fc81b63b69b
|
|
| MD5 |
b3ee77e3941097823ea88f6cdf0536c5
|
|
| BLAKE2b-256 |
ae63c680774617083f8c4f7107c086e35feae7d03a80f669b785c1533f377819
|