Metadata-Version: 2.1
Name: odbp
Version: 1.1.2
Summary: Python3 API for Abaqus .odb files. Focused on Additive Manufacturing Thermal Transfer
Author-email: Clark Hensley <clarkhensley@duck.com>
Maintainer-email: Clark Hensley <clarkhensley@duck.com>
License: MIT License
        
        Copyright (c) 2024 Matthew W. Priddy
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://www.cmml.me.msstate.edu
Project-URL: Bug Reports, https://www.github.com/Computational-Mechanics-Materials-Lab/ODBP/issues
Project-URL: Source, https://www.github.com/Computational-Mechanics-Materials-Lab/ODBP
Keywords: abaqus,abq,fea,odb,waam,wa-ded,visualization
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyreadline3; platform_system == "Windows"
Provides-Extra: all
Requires-Dist: odbp[plot]; extra == "all"
Provides-Extra: plot
Requires-Dist: polyscope; extra == "plot"
Requires-Dist: scipy; extra == "plot"
Requires-Dist: tomli>=1.1.0; python_version < "3.11" and extra == "plot"

# ODBP

## Development
ODBP is being developed by [CMML](https://www.cmml.me.msstate.edu), and as such has a focus on Additive Manufacturing Thermal models (especially for Wire Arc Directed Energy Deposition) though it may work for other applications.

## Install with pip
```shell
pip install odbp["all"]
```

## Or for data processing with no plotting
```shell
pip install odbp
```

## See [GETTING STARTED](./GETTING_STARTED.md) for basic tutorial.
### April 2024: The above GETTING STARTED is out of date. It will be fixed soon!

## See [the example odbs repository](https://data.mendeley.com/datasets/g9m574ybt8/2) for the small .odb files used to benchmark ODBP
