oximachine-featurizer

View on PyPIReverse Dependencies (1)

0.4.0 oximachine_featurizer-0.4.0-py3-none-any.whl

Wheel Details

Project: oximachine-featurizer
Version: 0.4.0
Filename: oximachine_featurizer-0.4.0-py3-none-any.whl
Download: [link]
Size: 52486
MD5: fef86ec5cd1bd82f417c54fac1a40877
SHA256: d4980f938b92ca98e475f271ff5190fee3db6343cea0270c8849bc4e9dd8c296
Uploaded: 2023-08-27 22:31:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: oximachine-featurizer
Version: 0.4.0
Summary: Mine MOF oxidation states and featurize metal sites.
Author: Kevin M. Jablonka
Project-Url: Homepage, https://github.com/kjappelbaum/oximachine_featurizer
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: ase (~=3.0)
Requires-Dist: tqdm (~=4.0)
Requires-Dist: click (~=8.1)
Requires-Dist: matminer (~=0.6)
Requires-Dist: numba (~=0.57)
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: sphinx (~=3.3.1); extra == "docs"
Requires-Dist: sphinx-book-theme (~=0.0.39); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (~=1.11.1); extra == "docs"
Requires-Dist: sphinx-copybutton (~=0.3.1); extra == "docs"
Requires-Dist: numeral (~=0.1); extra == "full"
Requires-Dist: apricot-select (~=0.6); extra == "full"
Requires-Dist: scikit-multilearn (~=0.2); extra == "full"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: full
Description-Content-Type: text/markdown
[Description omitted; length: 3085 characters]

WHEEL

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

RECORD

Path Digest Size
oximachine_featurizer/__init__.py sha256=fzqfuEMQeGHLFaoblgf7Z0xv3YXJ1JfTuXJPIVJU7uE 111
oximachine_featurizer/exclude.py sha256=HDDs0m2hAFXSkriATTV6jOq-2mTVx918S6bAY2SQuOg 5377
oximachine_featurizer/featurize.py sha256=f--9j09bJF5XfmlBFwRubcmirY0DKFmnLKETa4Sg544 45531
oximachine_featurizer/featurizer_local_property.py sha256=C-mbRitaYBN96AgTnzO4E5Dxhmm-HXXD8B8S2VpQBLU 6168
oximachine_featurizer/parse.py sha256=bInJijbs7VVss6enCV9LCK6ZqnPAoBZ9iS2Oc5gHsuY 5199
oximachine_featurizer/utils.py sha256=EK2VPEAm_HGSifu1ZeKlNI5TcPoDcTzZnzmlcWcUM30 8676
oximachine_featurizer/data/periodic_table.json sha256=gBZA-nuvNy5R8tOfmih44rs2kDFWJlXiV5y4mu05hMU 300518
oximachine_featurizer-0.4.0.dist-info/entry_points.txt sha256=y97LItkFg2H6HZKeqemrYNJBFmdCYXgM3D5IcJk_7gg 183
oximachine_featurizer-0.4.0.dist-info/LICENSE sha256=QxjtWhRt58W0Zbgzn6s9nZW2qF24KV_dX7bIWlqkSY0 1058
oximachine_featurizer-0.4.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
oximachine_featurizer-0.4.0.dist-info/METADATA sha256=6EiwhS97yV0y_NXf2MyLTBF0PBEVh4WUp1Fu2H-CNAI 4662
oximachine_featurizer-0.4.0.dist-info/RECORD

entry_points.txt

run_featurization = run.run_featurization:main
run_mine_mp = run.run_mine_mp:main
run_parsing = run.run_parsing:main
run_parsing_reference = run.run_parsing_reference:main