Simplify wrapping of external codes
Project description
otwrapy is a collection of tools that simplify the task of wrapping external codes in a Python environment as well as parallelizing it. It is built on top of OpenTURNS, with its users as the target audience. Documentation is available here. The module provides :
An integrated progress bar for unit evaluation of a sample without parallelization.
A Parallelizer class that converts any ot.Function into a parallel wrapper using either multiprocessing, concurrent.futures, ipyparallel, joblib, pathos, dask SSHCluster or dask_jobqueue SLURMCluster.
A set of useful tools that simply recurrent tasks when writing code wrappers:
TempWorkDir: Context manager that gracefully creates a temporary working directory. It handles errors and has the option to cleanup upon exit.
Debug: Decorator that protects the decorated function into a try/except structure so that errors are logged. It is specially useful when you launch your code in a non interactive environment.
load_array and dump_array: Used for efficiently create and load backups with the option to compress with gzip.
safemakedirs: Create a directory without raising an exception if it exits.
create_logger: Return a logger with a FileHandler at a given logging level.
otwrapy comes from the experience of wrapping a lot of different external codes at Phimeca engineering. We are a company specialized in uncertainty treatment and we assist our clients introducing the probabilistic dimension in their so far deterministic studies.
Project details
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
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 otwrapy-0.13-py3-none-any.whl.
File metadata
- Download URL: otwrapy-0.13-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3805773dc76c6e87cd4430401fdb3f02fc48d3d1d798bf5c32eeae03dc8847ae
|
|
| MD5 |
e811b0477fa341318e1e645ee15d7fe2
|
|
| BLAKE2b-256 |
4be80b6d8faa1f86cac5137ddade226d9fec86e6de8b1a8f1be41b6d542c94b3
|