Metadata-Version: 2.1
Name: yet-another-imod-wrapper
Version: 0.1.0
Summary: A simple API for automated tilt-series alignment using IMOD
Project-URL: homepage, https://github.com/teamtomo/yet-another-imod-wrapper
Project-URL: repository, https://github.com/teamtomo/yet-another-imod-wrapper
Author: Alister Burt
Author-email: alisterburt@gmail.com
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: mrcfile>=1.4.0
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: rich
Requires-Dist: starfile
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mkdocs-material; extra == 'dev'
Requires-Dist: mkdocstrings[python]; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# yet-another-imod-wrapper

[![License](https://img.shields.io/pypi/l/yet-another-imod-wrapper.svg?color=green)](https://github.com/alisterburt/yet-another-imod-wrapper/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/yet-another-imod-wrapper.svg?color=green)](https://pypi.org/project/yet-another-imod-wrapper)
[![Python Version](https://img.shields.io/pypi/pyversions/yet-another-imod-wrapper.svg?color=green)](https://python.org)
[![CI](https://github.com/alisterburt/yet-another-imod-wrapper/actions/workflows/test_and_deploy.yml/badge.svg)](https://github.com/alisterburt/yet-another-imod-wrapper/actions/workflows/test_and_deploy.yml)

A simple API for automated tilt-series alignment in IMOD.

## Usage

The package can be used from Python or the command line, please check the 
documentation at [teamtomo.org/yet-another-imod-wrapper](https://teamtomo.org/yet-another-imod-wrapper/)
for information on how to use the package.


## Installation

This package requires that `IMOD>=4.11.0` is installed and on the `PATH`.

`yet-another-imod-wrapper` can be installed using `pip`. 

```shell
pip install yet-another-imod-wrapper
```

We recommend installing into a fresh virtual environment.
