Metadata-Version: 2.4
Name: compas_dem
Version: 0.4.2
Summary: Discrete Element Models for Modern Masonry Design and Historic Masonry Assessment
Author-email: tom van mele <tom.v.mele@gmail.com>
License: MIT License
        
        ETH Zurich - Block Research Group
        
        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://blockresearchgroup.github.io/compas_dem
Project-URL: Documentation, https://blockresearchgroup.github.io/compas_dem
Project-URL: Repository, https://github.com/blockresearchgroup/compas_dem
Project-URL: Changelog, https://github.com/blockresearchgroup/compas_dem/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/blockresearchgroup/compas_dem/issues
Project-URL: Forum, https://forum.compas-framework.org/
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: compas>=2.4
Requires-Dist: compas_cgal>=0.9.1
Requires-Dist: compas_libigl>=0.7.4
Requires-Dist: compas_model>=0.9.1
Provides-Extra: dev
Requires-Dist: attrs>=17.4; extra == "dev"
Requires-Dist: bump-my-version; extra == "dev"
Requires-Dist: compas_invocations2>=0.4.0; extra == "dev"
Requires-Dist: invoke>=0.14; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: sphinx_compas2_theme; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Provides-Extra: viz
Requires-Dist: compas_notebook; extra == "viz"
Requires-Dist: compas_viewer; extra == "viz"
Provides-Extra: analysis
Requires-Dist: compas_assembly; extra == "analysis"
Requires-Dist: compas_cra; extra == "analysis"
Requires-Dist: compas_gmsh; extra == "analysis"
Dynamic: license-file

# COMPAS Discrete Element Models

Discrete Element Models for Modern Masonry Design and Historic Masonry Assessment

## Installation

Stable releases can be installed from PyPI.

```bash
pip install compas_dem
```

To install the latest version for development, do:

```bash
git clone https://github.com/blockresearchgroup/compas_dem.git
cd compas_dem
pip install -e ".[dev]"
```

To install a version that supports equilibrium ananlysis of DEMs with CRA

```bash
cd compas_dem
conda env create -f environment.yml
conda activate dem-dev
```

## Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference,
please check out the online documentation here: [COMPAS Discrete Element Models docs](https://blockresearchgroup.github.io/compas_dem)

## Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/blockresearchgroup/compas_dem/issues).
