Metadata-Version: 2.3
Name: matchmaps
Version: 0.6.4
Summary: Make unbiased difference maps even for non-isomorphous inputs
Project-URL: homepage, https://rs-station.github.io/matchmaps/
Project-URL: repository, https://github.com/rs-station/matchmaps
Author-email: Dennis Brookner <debrookner@gmail.com>
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: gemmi
Requires-Dist: numpy
Requires-Dist: reciprocalspaceship>=1.0.1
Requires-Dist: rs-booster>=0.1.2
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: ipython; 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: docs
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinxcontrib-autoprogram; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# matchmaps

[![License](https://img.shields.io/pypi/l/matchmaps.svg?color=green)](https://github.com/rs-station/matchmaps/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/matchmaps.svg?color=green)](https://pypi.org/project/matchmaps)
[![Python Version](https://img.shields.io/pypi/pyversions/matchmaps.svg?color=green)](https://python.org)
[![CI](https://github.com/rs-station/matchmaps/actions/workflows/ci.yml/badge.svg)](https://github.com/rs-station/matchmaps/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/rs-station/matchmaps/branch/main/graph/badge.svg)](https://codecov.io/gh/rs-station/matchmaps)

Make unbiased difference maps even for non-isomorphous inputs. Check out the [package documentation](https://rs-station.github.io/matchmaps/)
