Skip to main content

A python wrapper for Be10/Be15 calculation engines

Project description

This Python library is designed to allow easy usage of the Be10 and Be15 calculation engines from Python. Notice that the python interpreter must be 32 bit!

Example

import beeng
eng = beeng.Engine()
model = eng.load_model(path)
res_success, res_xml = eng.get_res_xml(model)
key_success, key_xml = eng.get_key_xml(model)
assert res_success == True
assert key_success == True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beeng-0.0.1.zip (8.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page