Metadata-Version: 2.4
Name: ovito
Version: 3.15.1
Summary: A scientific data visualization and analysis software for particle-based simulations
Author-email: "OVITO GmbH, Germany" <mail@ovito.org>
License-Expression: MIT
Project-URL: Homepage, https://www.ovito.org
Project-URL: Bug Tracker, https://gitlab.com/stuko/ovito
Project-URL: Documentation, https://docs.ovito.org/python/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.23
Requires-Dist: traits>=6.3
Requires-Dist: PySide6-Essentials>=6.10.2

OVITO (Open Visualization Tool) is a scientific visualization and analysis package for atomistic and
particle-based simulation data. Visit the official website for more information:

<https://www.ovito.org/>

This PyPI package provides the ``ovito`` module, which allows you to employ OVITO's
data I/O, analysis and rendering capabilities in standalone Python scripts
and integrate them into automated workflows.

The OVITO desktop application is available as a separate download
from [www.ovito.org](https://www.ovito.org/). It provides a graphical user interface
for interactive analysis and visualization of simulation data.

### Documentation

Documentation for the most recent version of the ``ovito`` module:

<https://docs.ovito.org/python/>

### Installation

To download and install the ``ovito`` module in your Python interpreter, run
```
python -m pip install -U ovito
```

The ``ovito`` module is available for the following target platforms:

| Operating system | CPU architecture      | Python versions       |
|------------------|-----------------------|-----------------------|
| Windows          | x86_64 (Intel)        | 3.10 - 3.14           |
| Linux            | x86_64 (Intel)        | 3.10 - 3.14           |
| Linux            | aarch64 (ARM)         | 3.12 - 3.14           |
| macOS 12.0+      | arm64 (Apple silicon) | 3.10 - 3.14           |
