Metadata-Version: 2.1
Name: ovito
Version: 3.0.0
Summary: A scientific visualization and analysis software for particle simulation data
Home-page: https://www.ovito.org
Author: OVITO GmbH, Germany
Author-email: mail@ovito.org
License: UNKNOWN
Project-URL: Documentation, https://www.ovito.org/docs/current/python/
Project-URL: Bug Tracker, https://gitlab.com/stuko/ovito
Platform: UNKNOWN
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 :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: PySide2 (>=5.14)
Requires-Dist: numpy

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 current version of the ``ovito`` module can be found here:

<https://www.ovito.org/docs/current/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 platforms:

| Operating system | Architecture    | CPython versions      |
|------------------|-----------------|-----------------------|
| Windows          | 64-bit (x86_64) | 3.7 - 3.8             |
| Linux            | 64-bit (x86_64) | 3.4 - 3.8             |
| macOS            | 64-bit (x86_64) | 3.6 - 3.8             |


