Metadata-Version: 2.1
Name: ovito
Version: 3.7.11.post1
Summary: A scientific data visualization and analysis software for particle-based simulations
Home-page: https://www.ovito.org
Author: OVITO GmbH, Germany
Author-email: mail@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: License :: OSI Approved :: MIT License
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.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: traits (>=6.3)
Requires-Dist: PySide6-Essentials (>=6.3)

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          | 64-bit (x86_64)  | 3.7 - 3.10            |
| Linux            | 64-bit (x86_64)  | 3.7 - 3.10            |
| macOS 10.14+     | 64-bit (x86_64)  | 3.7 - 3.10            |
| macOS 12.0+      | 64-bit (arm64)   | 3.9 - 3.10            |
