matchmaps

View on PyPIReverse Dependencies (0)

0.6.2 matchmaps-0.6.2-py3-none-any.whl

Wheel Details

Project: matchmaps
Version: 0.6.2
Filename: matchmaps-0.6.2-py3-none-any.whl
Download: [link]
Size: 26428
MD5: 4af4c45e35ebbf2f05e7e3ea6e7f736c
SHA256: a693b142c0ba2c73375379d84b4b45ab80e66a25dfac0fc0412de77ca5e0f0eb
Uploaded: 2024-01-17 20:06:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: matchmaps
Version: 0.6.2
Summary: Make unbiased difference maps even for non-isomorphous inputs
Author-Email: Dennis Brookner <debrookner[at]gmail.com>
Project-Url: homepage, https://rs-station.github.io/matchmaps/
Project-Url: repository, https://github.com/rs-station/matchmaps
License: BSD 3-Clause 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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: gemmi
Requires-Dist: numpy
Requires-Dist: reciprocalspaceship (>=1.0.1)
Requires-Dist: rs-booster (>=0.0.1)
Requires-Dist: tqdm
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"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-autoprogram; extra == "docs"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest (>=6.0); extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 712 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.21.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
matchmaps/__init__.py sha256=L-3AOGjTAsCo5tzFAtk4tuMewL9B7hyU2hZPIFKBlw8 303
matchmaps/_compute_mr_diff.py sha256=pYJYwd-XYcZy9YMLblcHPzX_40cyrvixOB2joa8GGbc 17174
matchmaps/_compute_ncs_diff.py sha256=tdiCY2Pm1ZhmYZqqQ4VEDKv4VYPHyLHKcLRXgez8eQM 11587
matchmaps/_compute_realspace_diff.py sha256=AaKMBi46Kz7SELHuunX1rYYYN1y-NGhSLISuRSFQ7Nw 16597
matchmaps/_utils.py sha256=ejbDpmQxBgs5ltAqeqHWp56arqqN7SbwXxMJ5KJeR_Y 32441
matchmaps/_version_util.py sha256=prntpjMbKD81Xb-w68-K3JcZxZDc5s1hlPDQxk0cv50 185
matchmaps-0.6.2.dist-info/METADATA sha256=DszX14dlz-nbWSjC_m-_D9o33Iu1ZymBXjCJTP7hKxY 2365
matchmaps-0.6.2.dist-info/WHEEL sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k 87
matchmaps-0.6.2.dist-info/entry_points.txt sha256=vkB6154w2R6nb5lmefQbnMCK2IRNhbNgMb4X2Jk02cI 214
matchmaps-0.6.2.dist-info/licenses/LICENSE sha256=6jbcNukLFiUkZW4rBidmDfVoehv9VkjP8alX8MPA9Xw 1514
matchmaps-0.6.2.dist-info/RECORD

entry_points.txt

matchmaps = matchmaps._compute_realspace_diff:main
matchmaps.mr = matchmaps._compute_mr_diff:main
matchmaps.ncs = matchmaps._compute_ncs_diff:main
matchmaps.version = matchmaps._version_util:main