macromol-gym

View on PyPIReverse Dependencies (0)

1.0.0 macromol_gym-1.0.0-py3-none-any.whl

Wheel Details

Project: macromol-gym
Version: 1.0.0
Filename: macromol_gym-1.0.0-py3-none-any.whl
Download: [link]
Size: 25139
MD5: 9cf0c1802e7befbb18637b903eed3499
SHA256: ae27382af0e3013cfafb94a2b12232aee7a5e3cbf5e21df454ce9ea74bf1ea0e
Uploaded: 2024-12-09 03:27:04 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: macromol_gym
Version: 1.0.0
Summary: Macromolecular training sets that emphasize protein/non-protein interactions.
Author-Email: Kale Kundert <kale[at]thekunderts.net>
Project-Url: Bug Tracker, https://github.com/kalekundert/macromol_gym/issues
Project-Url: Continuous Integration, https://github.com/kalekundert/macromol_gym/actions
Project-Url: Documentation, https://macromol-gym.readthedocs.io/en/latest/
Project-Url: Test Coverage, https://coveralls.io/github/kalekundert/macromol_gym
Project-Url: Version Control, https://github.com/kalekundert/macromol_gym
Classifier: Programming Language :: Python :: 3
Requires-Python: ~=3.10
Requires-Dist: aiohttp
Requires-Dist: docopt
Requires-Dist: icosphere
Requires-Dist: macromol_census
Requires-Dist: macromol_dataframe
Requires-Dist: macromol_voxelize
Requires-Dist: more_itertools
Requires-Dist: nestedtext
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: periodictable
Requires-Dist: pipeline_func
Requires-Dist: reprfunc
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: xxhash
Requires-Dist: pytest; extra == "test"
Requires-Dist: parametrize_from_file; extra == "test"
Requires-Dist: pytest_unordered; extra == "test"
Requires-Dist: pytest_tmp_files; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1855 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.10.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
macromol_gym/__init__.py sha256=fvc2-DW7TQe-qzoUqsnCyEZsq3z9xg5cwKIbN2quoEw 279
macromol_gym/cath.py sha256=ZwcEQU5FNt3b1G2ahjPo79gu2RsuPMMY7L0KymICrPA 2600
macromol_gym/database_io.py sha256=_bPn5PAPJVKGVoNrYsPkZD9vXwyD_j6VvmpHBKtZpRk 14488
macromol_gym/density.py sha256=iyIbWe1YzYi3BFc1oO9F7n1SJMYiqIHMDqfEboo2pw4 2913
macromol_gym/geometry.py sha256=AkB1jkT0RliyCIaBvMa6gp9sUPLu8tvPGFNGgFt4g5Y 4478
macromol_gym/init.py sha256=-rJGGWFDlvNnIduz439RGjRyJWFjaeKU2VTL2vKKSdk 314
macromol_gym/interpro.py sha256=kCeZ4h8TRCY7JG-3S25IUe7ymP7tRnOui5wZDDEWCk8 7972
macromol_gym/pick.py sha256=7xI3APMAczcE1YSVLNd0rbcXUKmck5dub2la6MYTULM 28943
macromol_gym/pymol.py sha256=iKEmVO3XaBAS4Psez9e4KQXF0SfBlQvXIAdqxEib-F0 4674
macromol_gym/split.py sha256=L2HZp1Dcdwlst7x5q7kDcA0vfily85u3ts6tva46E3A 5207
macromol_gym-1.0.0.dist-info/entry_points.txt sha256=YLVsAqAaMci9DP0dHtS9aQXYl17qtiZa_MJYEK3PNrA 208
macromol_gym-1.0.0.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
macromol_gym-1.0.0.dist-info/METADATA sha256=ceNTE6XAIXfvHr671BaDoZOG4XxpPosU7_ZrkVvAb3o 3215
macromol_gym-1.0.0.dist-info/RECORD

entry_points.txt

mmg_fetch_interpro_clusters = macromol_gym.interpro:main
mmg_init = macromol_gym.init:main
mmg_pick_training_examples = macromol_gym.pick:main
mmg_split_training_examples = macromol_gym.split:main