matchmaps

View on PyPIReverse Dependencies (0)

0.6.3 matchmaps-0.6.3-py3-none-any.whl

Wheel Details

Project: matchmaps
Version: 0.6.3
Filename: matchmaps-0.6.3-py3-none-any.whl
Download: [link]
Size: 26576
MD5: 6dcb43d1058d60c02488ce69edddc1ed
SHA256: bea252c40b3ddf554c330393d4efac0652a0310e9db6d63c36cbbb3ee7040afd
Uploaded: 2024-05-13 18:45:45 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: matchmaps
Version: 0.6.3
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.1.2)
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.24.2
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=6yCxYdXTC5GUQalwybhDJwqFeXg9DfNlgYi7ETJ_HKw 16618
matchmaps/_utils.py sha256=BWLyUUdH62sNRYXkBgFSSEdshmGkOthRoG49ioUBag0 32935
matchmaps/_version_util.py sha256=prntpjMbKD81Xb-w68-K3JcZxZDc5s1hlPDQxk0cv50 185
matchmaps-0.6.3.dist-info/METADATA sha256=X-Lkgk6a1_KZnKaSVCdGLCPiDH0mH8GN2xJpiUjRNs4 2365
matchmaps-0.6.3.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
matchmaps-0.6.3.dist-info/entry_points.txt sha256=vkB6154w2R6nb5lmefQbnMCK2IRNhbNgMb4X2Jk02cI 214
matchmaps-0.6.3.dist-info/licenses/LICENSE sha256=6jbcNukLFiUkZW4rBidmDfVoehv9VkjP8alX8MPA9Xw 1514
matchmaps-0.6.3.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