Metadata-Version: 2.5
Name: ripr
Version: 0.2.1
Summary: Shortcut for Relative-Intensity-Pattern-Registration; installs that package
Project-URL: Homepage, https://github.com/Jay2owe/Relative-Intensity-Pattern-Registration
Project-URL: Source, https://github.com/Jay2owe/Relative-Intensity-Pattern-Registration
Project-URL: Issues, https://github.com/Jay2owe/Relative-Intensity-Pattern-Registration/issues
Author-email: Jamie Malcolm <jamiemalcolm12@gmail.com>
License-Expression: BSD-3-Clause
Keywords: drift-correction,image-alignment,microscopy,registration,time-lapse
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Requires-Dist: relative-intensity-pattern-registration==0.2.1
Description-Content-Type: text/markdown

# ripr

A shortcut for installing
[Relative-Intensity-Pattern-Registration](https://pypi.org/project/Relative-Intensity-Pattern-Registration/).

This distribution contains no code. It exists so that the short name works:

```bash
pip install ripr
```

That installs `Relative-Intensity-Pattern-Registration`, which provides the `ripr` import package and
the `ripr` command. These are equivalent:

```bash
pip install ripr
pip install Relative-Intensity-Pattern-Registration
```

Either way you then write:

```python
import ripr
```

Documentation and source live with the main project.
