Metadata-Version: 2.1
Name: pytme
Version: 0.1.4
Summary: Python Template Matching Engine
Author: Valentin Maurer
Author-email: Valentin Maurer <valentin.maurer@embl-hamburg.de>
License: Proprietary
Project-URL: Homepage, https://github.com/KosinskiLab/pyTME
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Template Matching Engine (PyTME)

A software for template matching on electron microscopy data.

📖 **[Official Documentation](https://kosinskilab.github.io/pyTME/)** | 🚀 **[Installation Guide](https://kosinskilab.github.io/pyTME/quickstart/installation.html)** | 📚 **[API Reference](https://kosinskilab.github.io/pyTME/reference/index.html)**

### Installation

There are three ways to get PyTME up and running:

1. **Install from Source:**
```bash
pip install git+https://github.com/KosinskiLab/pyTME
```

2. **Install from PyPi:**
```bash
pip install pytme
```

3. **Docker Container:**
Build and use the PyTME container from Docker. This assumes a linux/amd64 platform.
```bash
docker build \
	-t pytme \
	--platform linux/amd64 \
	-f docker/Dockerfile \
	.
```
🔗 For more on the Docker container, visit the [Docker Hub page](https://hub.docker.com).

---
