chython

View on PyPIReverse Dependencies (1)

2.3 chython-2.3-cp39-cp39-win_amd64.whl
chython-2.3-cp39-cp39-manylinux_2_31_x86_64.whl
chython-2.3-cp39-cp39-macosx_14_0_arm64.whl
chython-2.3-cp38-cp38-win_amd64.whl
chython-2.3-cp38-cp38-manylinux_2_31_x86_64.whl
chython-2.3-cp38-cp38-macosx_14_0_arm64.whl
chython-2.3-cp311-cp311-win_amd64.whl
chython-2.3-cp311-cp311-manylinux_2_31_x86_64.whl
chython-2.3-cp311-cp311-macosx_14_0_arm64.whl
chython-2.3-cp310-cp310-win_amd64.whl
chython-2.3-cp310-cp310-manylinux_2_31_x86_64.whl
chython-2.3-cp310-cp310-macosx_14_0_arm64.whl

Wheel Details

Project: chython
Version: 2.3
Filename: chython-2.3-cp311-cp311-macosx_14_0_arm64.whl
Download: [link]
Size: 892511
MD5: f65e5aa319dec43de2903e3776045a40
SHA256: 27dd72181cc077777febe7e265e58e5f353ce2b0318008dffbb54f9cc06a2d76
Uploaded: 2025-02-16 16:38:27 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: chython
Version: 2.3
Summary: Library for processing molecules and reactions in python way
Author: Ramil Nugmanov
Author-Email: nougmanoff[at]protonmail.com
Project-Url: Documentation, https://chython.readthedocs.io
Project-Url: Homepage, https://github.com/chython/chython
License: LGPLv3
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8,<3.12
Requires-Dist: cachedmethods (>=0.1.4)
Requires-Dist: chytorch-rxnmap (>=1.4); extra == "mapping"
Requires-Dist: lazy-object-proxy (>=1.6)
Requires-Dist: lxml (>=4.1)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: py-mini-racer (>=0.6.0)
Requires-Dist: rdkit (>=2023.9); extra == "rdkit"
Provides-Extra: mapping
Provides-Extra: rdkit
Description-Content-Type: text/x-rst
[Description omitted; length: 1768 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.1.0
Root-Is-Purelib: false
Tag: cp311-cp311-macosx_14_0_arm64

RECORD

Path Digest Size
chython/__init__.py sha256=jZDQoqSSB1WWAeKQPaASvs8_jJ2oOwA0GirS2Xk3ieQ 1201
chython/_functions.py sha256=Eizts6FEsCV4FqRazX4IuONWPLd0iYchZ8dtkziDWuo 2276
chython/algorithms/__init__.py sha256=X-tUXstWShgpIOkN7AgGm4CUuROYNaAVTpZ08xc1xIE 788
chython/algorithms/_isomorphism.cpython-311-darwin.so sha256=sC9ACUdU5xkWtI52kz371PVkQkkWPW2-aSvC0_a9xDw 405448
chython/algorithms/_isomorphism.pyx sha256=xrVBllSLPaa46A6m6pc0F3dOVP7wTV3s4vTc_XUCgmo 7874
chython/algorithms/aromatics/__init__.py sha256=PEGREo5CUCzmmV_2FwGjL6Z1xOL6z3FepAB13j5BK-A 912
chython/algorithms/aromatics/_rules.py sha256=RSbI4OhlQW1OuZXCp_BeAZwdfcdWj0Wlm-IEAFuD8so 3282
chython/algorithms/aromatics/kekule.py sha256=w4-5KbHYo1Gd0oKL2--1s-flgEbNx8SOBKA59iqgnv8 24053
chython/algorithms/aromatics/test/__init__.py sha256=Kj11ErKjbjykTFpUXmxl99vK8E5gkrhtqlHSHMtHEKA 783
chython/algorithms/aromatics/test/test_kekule.py sha256=3a4t5hxbg2Kqrpk-vi68VhBCRYL7QCtUbRXY9uvkFbg 4944
chython/algorithms/aromatics/test/test_thiele.py sha256=-fGgEyuHS17HxMIYiYQflyS-IKCU9KIDLO5oba90h_4 8128
chython/algorithms/aromatics/thiele.py sha256=OPg2P0JL-zZxTwuLgLnWJlhn_QxGOAmGDWTD9PaNzVM 8583
chython/algorithms/calculate2d/__init__.py sha256=3kB1o5wPYw-_7gjV0NloStwAr5COY44IyQvxnG8q3gA 895
chython/algorithms/calculate2d/clean2d.js sha256=CCpXfNK3L7f4AVTuKJ3jAGq2Zh3gZiVt7s1g5W0jwOc 92275
chython/algorithms/calculate2d/molecule.py sha256=OcXx-u08V9KEuKdDHJQj20zrJ8OudCdx0AS741gumWQ 5114
chython/algorithms/calculate2d/reaction.py sha256=4oVN7c8BD6TT1p8dvxy0G9cllSvTzaYYSkMqoz56aRk 2420
chython/algorithms/depict.py sha256=xiDRdnd9HQsInx4qiRvYFoVIhYZsvHbjw0CScbYSFMk 24559
chython/algorithms/fingerprints/__init__.py sha256=FbQMw8xqJtb_CBRyeUT8jn0w__mOXTgFtDfxWd2kW7o 1698
chython/algorithms/fingerprints/linear.py sha256=nEiTZzjYuQ5dMkXxrXz9_EqEX0LXHq_gSgDj1j8yRGs 9431
chython/algorithms/fingerprints/morgan.py sha256=xgN_0CSqcOvOI8Sbj29HHel3rQ4Gn-0luTenmLKE4i4 5740
chython/algorithms/fingerprints/test/__init__.py sha256=Kj11ErKjbjykTFpUXmxl99vK8E5gkrhtqlHSHMtHEKA 783
chython/algorithms/fingerprints/test/test_linear.py sha256=QAZ-GZw6WBfQj4CPqPtzRw3stME7mIGSduVIUOt7U7Q 4002
chython/algorithms/fingerprints/test/test_morgan.py sha256=ORH4d4oLijLqg_GA-6N_BW73Movg7CzT__oaXfZzQhs 2622
chython/algorithms/isomorphism.py sha256=RXHcqo2bR_hp-iUCJSmmkq2oJXrKwAbUTqLpSAvI1H4 26322
chython/algorithms/mapping/__init__.py sha256=WLnJAP4l1Rpv3FoosPeEBrO75GhtNnoV4fPhchf_z7k 972
chython/algorithms/mapping/_groups.py sha256=SGwYS6f13sdLv-rrmA3XHtCVoAvy24mSYVg7h_RA2xs 2657
chython/algorithms/mapping/_reactions.py sha256=B6TT0Rx2ZgIffa4f4kHMBZXJCH30bKyBc4XlnooKXok 2418
chython/algorithms/mapping/attention.py sha256=wym5Ef_7gR9v1Dl18JfG7hrSD8935d1qaNck-b_IKF4 7837
chython/algorithms/mapping/fixmapper.py sha256=w5dCGy_2astAlCnQzCJBOpeQ78fUe51jmd0MdZN1NKE 3030
chython/algorithms/mapping/groups.py sha256=ny_EenFEZXZPeZf5r85wA_fesC3pYJAN_d5qY3K5718 5186
chython/algorithms/mcs.py sha256=y3XFfrJm-E6gEd9XjMApTKgldAxRhW1ujqxGDf5wvo0 7128
chython/algorithms/morgan.py sha256=lStPn-TjgmFUxN17YfYkkY63kCLVsvOo7ZfDN1WyYPc 2878
chython/algorithms/rings.py sha256=IkRwOEmhn9z0UZJa38hLnJq5b12bwiehW9X0VJwnVAY 19822
chython/algorithms/smiles.py sha256=hAZ04gpFddoYdkuHYUQSzstnJbNHzJjFfuZPCRDvqAY 22571
chython/algorithms/standardize/__init__.py sha256=add8oZAIWvrvECBTuPq9MiqHnLXKLxiFEI23pkm1p9c 1053
chython/algorithms/standardize/_charged.py sha256=tzNm_gL5Wg5Prb9sy2htYSoLXYl-1EIkZyIOxG8iVOg 4019
chython/algorithms/standardize/_groups.py sha256=997zzXm6NURYQib8EmBqJTL-GPTbawow2wMzi3Xe3Fg 26107
chython/algorithms/standardize/_metal_organics.py sha256=cBKyRIcrRZEyxVjZeXt66nkjskP5ejxo37jY6v2OUnI 6202
chython/algorithms/standardize/_reagents.py sha256=F93At0BzeqbTowSDezHLsUgZk9AM1O-EurzKw9Gv_5U 1369
chython/algorithms/standardize/_salts.py sha256=RGeiHw3Fy-wy0KkkaVDdOjN-eO7K9HJuUaw8VmWE0oY 1949
chython/algorithms/standardize/molecule.py sha256=tTcWoZzCNPcZ--nAzyZGl81rrpIKqb_8tUnSDCQgza0 18563
chython/algorithms/standardize/reaction.py sha256=lRWuDB8S52eizw3MpjyaGdJW24LGGIzmZtqV4cDLhoo 15127
chython/algorithms/standardize/resonance.py sha256=0aXEQQHQNey4xquyuImzIFSKKBt8JzkbU7S09-P3sgM 7482
chython/algorithms/standardize/salts.py sha256=mXDTH6n11AsZekQjCCy_B1Xxe2ond94L14WA5IUfqbU 4029
chython/algorithms/standardize/saturation.py sha256=_H7Q0v39WM-svcMLYYl9KSTZE9zU1uNdMTeDe-YewS0 15960
chython/algorithms/standardize/test/__init__.py sha256=uw7mtv-7NSP4UrW3KmZ74O65iYCvcvgSQxNOK8TVmMs 783
chython/algorithms/standardize/test/test_groups.py sha256=GkKEUI4vtRS0PvIv6tsqSxlv5X8d1V4BB6Cg86ygAcc 5543
chython/algorithms/stereo.py sha256=fBHdmTWT3epUIVezrjeSBVf9rknJ9lAvGyquz1ukl9I 46762
chython/algorithms/tautomers/__init__.py sha256=86-55cCbq2frYS60-u6FGVqkcDvsnraXArwq7wsYX_E 7245
chython/algorithms/tautomers/_acid.py sha256=yKhHU2fdzAhVNGaL1n3dbjsIKf9vh1d4RHt_lZC52-4 1524
chython/algorithms/tautomers/_base.py sha256=pnljf8tFcpFygq2c7k8OfV35iTD8fIYBR2BJAm8HqR8 2920
chython/algorithms/tautomers/_keto_enol.py sha256=uGyOdzxnjSu2hrJSDTJB6UYh2xFLj_x4UTv6LsQ8Mv4 2538
chython/algorithms/tautomers/acid_base.py sha256=uLDluvew934ljWvRoxZI8gGQmQ947D3q94y6jMoaRHc 8520
chython/algorithms/tautomers/heteroarenes.py sha256=G-r2jTCzhjPLCQ-E_gW3nBmiMRLzNOHM0ZijNichsvE 3685
chython/algorithms/tautomers/keto_enol.py sha256=YOQXoNj8q_Vn8BZDRf0mo_kU2xqMsRpUjbEHB3Eay7Y 6023
chython/algorithms/tautomers/test/__init__.py sha256=jJZlhwrCzS3Iwuqk_WoWi6LF7MKfE_gjUZ9qoUNVLHQ 783
chython/algorithms/tautomers/test/test_tautomers.py sha256=WMRGDXGV1T7Eki9XmuLWpmhcdNCkhUdKh_keX64pI10 3611
chython/algorithms/test/__init__.py sha256=Kj11ErKjbjykTFpUXmxl99vK8E5gkrhtqlHSHMtHEKA 783
chython/algorithms/test/test_isomorphism.py sha256=ClBAJOybdnjhvH2PeAbQcS3pet-WffaGywRk3BSWY-8 2012
chython/algorithms/test/test_smiles.py sha256=Eqvysm2ZVXGXvxKex5Mq4leBuwAKgwAJWwBd5xHeGhQ 2441
chython/algorithms/x3dom.py sha256=NKvO6zZ0rmuaPvAfD5gbuTmnMQQa87qeYV7sP9Unk9U 16723
chython/containers/__init__.py sha256=bsnvF93jPI9Z31b_H8L0DcbkZuo80ZdtKqo8I--F2fM 1421
chython/containers/_pack_v2.cpython-311-darwin.so sha256=lIFOW1fye_21rvZ3DqHhImOIU91PatO4577aHj75E7o 164960
chython/containers/_pack_v2.pyx sha256=GIojnmQ_IN55jQU6btlcpTeo9LerCAs41caoBe0SUD8 9622
chython/containers/_unpack_v0v2.cpython-311-darwin.so sha256=BmBL2knnBQYwf6NSpXUWrQQ5woRDby80jH2dC3qCASQ 933880
chython/containers/_unpack_v0v2.pyx sha256=Bp9t8mxCbDjYFEs13VMrr3QY-o2XTKKFZ03qoR9arxk 11345
chython/containers/bonds.py sha256=urjU7H81amR9LlRppaHvJrAhHpS1bLVdE3yOGGZrJNQ 7765
chython/containers/cgr.py sha256=MAdVmU8BX_Ocbm8KK4f39yYG83OkeWSrWsKrb0GkPDI 4038
chython/containers/graph.py sha256=SH5P8_B7okYyWED5GjHBWwCXV_X9V8rDLLwXIhaSZ_k 6096
chython/containers/molecule.py sha256=cuV14-Uc3RFYpdm6Y4h3MqtmZEl43hwqXHSw5eiPVJQ 26198
chython/containers/query.py sha256=t4bgkEivcYXGNGmfnGLmhdsCkGQTI0tfMOI1T42kxiI 2581
chython/containers/reaction.py sha256=hHv2hV8Vv7j9dZ0WMc4TfX9oE2TdWEMfGie-7p61GaY 11287
chython/exceptions.py sha256=YeoDoXiUfhehl1g9Qz59ZxXFXiKu8xkynfCx3gvkvls 2096
chython/files/MRVrw.py sha256=KZwX8Pt7oUbO29Z72YQwFrX6f-fYKAp_3fWNAwMOzAA 20424
chython/files/PDBrw.py sha256=uuX4d4etzpCx2wJpNDebFz8JX4GvvXjfswl_457ydYo 10723
chython/files/RDFrw.py sha256=qjQhxd13yl336rwc28Fk9EZ0aNw6sP0sKuNcGRgq0Cg 13148
chython/files/SDFrw.py sha256=EzmiK_VC46Zur3LUcHx-1enKdfalFZlTacR9ZaTO7Bo 8843
chython/files/__init__.py sha256=pLyha8E549sQ35sV1Zb5ZqVfqNNYxOIjHcKn5S3Wv00 1091
chython/files/_convert.py sha256=XEwJ-CmYwp-OihPqrzKoPEYs5m-M5CqsQ26djIr9H8k 9589
chython/files/_mapping.py sha256=2a8ZSKeuOPeZ_J7kLooIeO3VjI1lGXQzly8JITS_ljQ 4564
chython/files/_xyz.cpython-311-darwin.so sha256=wubYAr8GGq93QXPvXnbBaNtjecZ15oQ3TLrcTlmtTO0 384384
chython/files/_xyz.pyx sha256=SAyR18K7NCRENOcqt4ZaU0jGt4eLGP5BTNq4mFv081s 2480
chython/files/daylight/__init__.py sha256=fuKKgTi3D4HJHQ9qc9c4_163muFp38RE1_NiPCEhVKA 916
chython/files/daylight/parser.py sha256=7aaxgijxK4Mx5joHyF5KDsVKeHW_xm0Pu4FLPk3xcVI 6347
chython/files/daylight/smarts.py sha256=BUQMY-IDr_chOWkIe_jZ9scizIkIDnPWaEUuUoMgmxI 4215
chython/files/daylight/smiles.py sha256=2G92zstoFsO21zVRJONoVQUjEK0IlZTuxww4RT3KiJQ 10515
chython/files/daylight/test/__init__.py sha256=Kj11ErKjbjykTFpUXmxl99vK8E5gkrhtqlHSHMtHEKA 783
chython/files/daylight/test/test_daylight_smarts.py sha256=mf60SiNIP9-hdosofATdLus1dr091lMagfi_MDv9T44 10503
chython/files/daylight/test/test_daylight_smiles.py sha256=ZkRkPalLoJz8cnzCi33muAsYon3CGvUCfT9Agn3l598 3353
chython/files/daylight/test/test_parser.py sha256=eVRTKv8qDrPSZDHnbw_fSC9sB8DHDNQ1r16g54MUkvM 3992
chython/files/daylight/test/test_tokenize.py sha256=SXR9Ivdpxr8FoC2rLPDj4tKN4Q9-xAVUo23Zk4jZDoU 4899
chython/files/daylight/tokenize.py sha256=aftzfLjk0KPp1oepuGz-tOAKVjnXr9HWAL0Z-w6LV-w 13394
chython/files/libinchi/__init__.py sha256=5RTnx7aY77bj2fFetBsWobKzpuo_fkBiKdL2KnDtuZc 828
chython/files/libinchi/wrapper.py sha256=TbtDfMJhmixjW6rIQHCPkPl-vmDvHa__Se7o-4xyBfE 22801
chython/files/mdl/__init__.py sha256=hpg3PW19o7Fqs_a_qYzq5oufXqKczF4hKFQJhrV4Pdg 1028
chython/files/mdl/emol.py sha256=idfkAQsv58W45HfKqVL-Rt9TjuR2RBjpVLNBbcQ_hpk 6681
chython/files/mdl/erxn.py sha256=5taXKoLfkxeYc2gZrx5sjoC8XZvXiHq3VnnkBekQE8I 2400
chython/files/mdl/mol.py sha256=Ju70V1-AhU2dV9FZtfXpQMqQnis7Hse_1tq7afPpYa8 5354
chython/files/mdl/read.py sha256=37gReaqO1xHsbZjxu7KSmcYRqJ9_D7Usqv23rcAByfM 8100
chython/files/mdl/rxn.py sha256=N7cebIpI3TzLYBiCN1lMwRc39nlIms85i5zdOG4WLKc 2355
chython/files/mdl/stereo.py sha256=-PM7cWVZndL6980P0tWjh_-6OKgYSLgvMGf87qyTJwM 2185
chython/files/mdl/write.py sha256=XnZe3cCQd2dO1jghpA05bcMYjIpea1iB4WWls78Lo64 5710
chython/files/xyz.py sha256=K1jMiRLFL1QWctcez-404onJ-97i6xSCLE2s0NpfMsw 2657
chython/periodictable/__init__.py sha256=Mevq6QfW3Ly0YzwJ6js63-PNQln6FU_PMinh79RST2Q 2602
chython/periodictable/base/__init__.py sha256=b76duNfhjWePki4dYn2LyR1K1FXr-CaMLG71dIPzfhw 991
chython/periodictable/base/dynamic.py sha256=Cod-jQEdrydLZXq1zdGSnAzdTCs8XpJY-Obvbam1bFU 5130
chython/periodictable/base/element.py sha256=SzPeOeUpSToruEEnA_pgIZAEHFUSChKKxzk9wU_S2iE 15447
chython/periodictable/base/groups.py sha256=WYkaS136OwavM4NzL7PyEeMuIkJDOyPUvonv8u2hDTc 1447
chython/periodictable/base/periods.py sha256=eZOxjvFZU7jhr_aP7awJBwThaO5Ie-fLLYj1NzaTImc 1047
chython/periodictable/base/query.py sha256=RZRUdkz8I74dOrUSn3sBDZbrruzpsfioYr7HBlAmAjM 16159
chython/periodictable/base/vector.py sha256=-sghTIBKqVhAxvACBA2vhKcxOtzEKRo1Tf42CZR1R-Y 3728
chython/periodictable/groupI.py sha256=jRqMuaF1qIsHhICBjSZC5xNrDLN0JdXIix-xlFDu7yY 5199
chython/periodictable/groupII.py sha256=IZYP-tMISV5EpAdU9Lw2eN63BRGjCMoN6SXs7NPsz6Y 5250
chython/periodictable/groupIII.py sha256=a1RwMMpgw7m7LE47ix_63K3asKPmdNwzj9cnYeXHuk4 27348
chython/periodictable/groupIV.py sha256=KKIcM2InrN9YkYOy0iBT1fP_Lilh46Pn7k8jCVgsVEU 7014
chython/periodictable/groupIX.py sha256=JP6ZnlcgjHcxhM2rXFmlTaBthpovkS68IQZBZ2O6Ao4 6222
chython/periodictable/groupV.py sha256=xY-N-8Xe_JYl0ZO7CXZbx43gaBCkuwYzt-uRkzOrvQQ 5819
chython/periodictable/groupVI.py sha256=y1og5zVDptqhfMs-ClZgvLDNlYE8ukdZPARMomfAjX8 5598
chython/periodictable/groupVII.py sha256=IiXSQ-21HqLUi0mhPH59z8yXrc0TNAj1Zp4PG-w6lh4 4000
chython/periodictable/groupVIII.py sha256=KZQwhsy4kSa3VfreaCcwKJNDDaWGcuHKC0jrei4IJX4 4416
chython/periodictable/groupX.py sha256=Z2ecF_zJVUJOUm-XsU-qoDV4VOh33_BJ2vVW5DOdJ88 4633
chython/periodictable/groupXI.py sha256=VxqSGQ7_6DDVRjdd23EIltLPpkIFcG1KvauJM5Iy1X8 4251
chython/periodictable/groupXII.py sha256=LCMqdWfsDH-KMfLBPM7bcpxKy0lmsRHH3MYL159slLI 4128
chython/periodictable/groupXIII.py sha256=n8-yF40fwMdOud4liwtLjXNZDKGe6m4eOMnYPtE7asg 5893
chython/periodictable/groupXIV.py sha256=rAUHwwb9mvHNCSRr-aywaPf_6SA08flxu2FHTyqXI5E 6758
chython/periodictable/groupXV.py sha256=zTHHnFwx0uL5hG7pI5qwz06uP-cGRWaRw-UCPEi-he8 6903
chython/periodictable/groupXVI.py sha256=3TOxBQh7NqEdjItqSH08TcS9brbj9LzPWiPso_VOsYQ 17653
chython/periodictable/groupXVII.py sha256=OaS91n3GR9O8bK3xYUR5ClU2-k4qs3GMJfR-F8-lc3E 9771
chython/periodictable/groupXVIII.py sha256=GO7ojwXy6g0-xWIN2OzgS_9vxyJ7jJ_tAOovDPR9iDU 6224
chython/reactor/__init__.py sha256=-GB6K_ljCkMThKr4q0es4YTMFjJtWhxzhSQyTCb_C7E 989
chython/reactor/base.py sha256=5JR7NG0FEkI3xK4SgtM7fzNpzewYwWnDfUP8gvFlmkY 9783
chython/reactor/deprotection.py sha256=dhtxXAIlLR_w8PI7ckEqbpQHhwccKCqnVATm8QqciTY 20937
chython/reactor/groups.py sha256=yaIQhgfj8oOAupFA0EP-SVR-QnfAEXB8w_YZhBCvXSk 5509
chython/reactor/reactions/__init__.py sha256=XKP3ta5fG7caNuaoAK6dLgTB_tbOinQ0VPqzdcbw9wU 5996
chython/reactor/reactions/_amidation.py sha256=sfxeymwFSrBc83jcgO3mUkpOkglLVm41zG2nE05luWM 2129
chython/reactor/reactions/_amine_isocyanate.py sha256=4NU4JXp6i8NddqAqPrcVnpMUwpbeTVwgMGsftykSyrI 1757
chython/reactor/reactions/_buchwald_hartwig.py sha256=t1BkEh5oduYgGA5-GjZhSC8_aOVGKjIFioXp-5xJerI 1643
chython/reactor/reactions/_esterification.py sha256=E2RrnqCDzG7fj6NYL5hqaDPsq2_qUksRSB75g9HR7Z4 1630
chython/reactor/reactions/_macmillan.py sha256=UQx4akOLhmHWQrhuqHD4HkK6k6F8h_4v9L_ZtIF8DUE 1292
chython/reactor/reactions/_reductive_amination.py sha256=shFbStzh1X8-266cS95U-Ve8343R2g0tykyCNnG_NzU 1642
chython/reactor/reactions/_sonogashira.py sha256=23PlEozSuDGMS7UiIw4MFLcaSavONsyzc6bwz1CD2zY 1642
chython/reactor/reactions/_sulfonamidation.py sha256=fg2WFi1TY1D6JDgfvuug-Yx6XZ02uDlHdMnAD6wOr98 1745
chython/reactor/reactions/_suzuki_miyaura.py sha256=xTJtepN4RH9oQG-ugfLgniZ7lSjFB2phhuu0dabAJgA 2855
chython/reactor/reactions/ufe.py sha256=Uj35YR7jp1uccqTP1Sho41qFqh4_8CbnFV2CAjRFQGQ 3701
chython/reactor/reactor.py sha256=h0LmPsXDZ0tvUn-HAny0Nxt77zP7GCS8xMIDEw4gopc 8168
chython/reactor/retro/__init__.py sha256=jlTcZUrFlZavHXNYIn4DaVaT28N-JgyyniF3fcMWjEg 2520
chython/reactor/retro/_amidation.py sha256=IjZYsYVQwZzJGP2Z8tNEaXzjpIQmy7jo2dEOynZFySQ 1337
chython/reactor/retro/_aryl_amination.py sha256=bidxisL1FXGq2wd4LAg0lpWR6dL7RbTF3j68SK6eCTw 1093
chython/reactor/retro/_mitsunobu.py sha256=o5ttmcDVbb4KC3ltPBv70ym03tou80yflLvUcP_ZQsg 1562
chython/reactor/retro/_sonogashira.py sha256=qTDbuX1XLzJ1yGiPKAyOSSdanF-tQAOPV4erxQAY1k8 1537
chython/reactor/retro/_suzuki_miyaura.py sha256=TEjj8F2Q0xuZg2wG4f9hJiN3mfNWfyXVFeLi7209upg 1709
chython/reactor/scaffold.py sha256=oUZeJfn2rbQWdKI5T0maZUVWxWC_29O70bn2C-k2He8 3361
chython/reactor/test/__init__.py sha256=g1WSzifiqOaPluUw9c9ng0MHs85wBxUIdEhnO_J6st8 783
chython/reactor/test/test_deprotection.py sha256=khV9IkZmLrkqQDVZwU4eDLAiAOF9YfkapajGx0QGnrE 1904
chython/reactor/test/test_reactor.py sha256=VRDHuMoFLLT19vIhQnEcYgZealOfEJwGtBDA9CSjPTQ 1892
chython/reactor/test/test_scaffold.py sha256=fjimfFLWCghtverhX9pKiMIiwpkgxLTRq3IIJmbf34I 1883
chython/reactor/test/test_transformer.py sha256=w9kuyXMJGpiyoygaO3sBcCslZTHrqYDEcFT3PNsAzHg 1845
chython/reactor/transformer.py sha256=Cc8u86rZRe8ZEDOGMeG07lAL6B0bFd80eqsXU9kfKnA 2830
chython/utils/__init__.py sha256=BkquRgG7ivqoY4TVYH5cbEnucBH7KI5buIwgDd-lvTk 1662
chython/utils/free_wilson.py sha256=V1DCWmcbX93PqcmRw4pChh4oJyjo5sb-3WWIX1FoPdE 4074
chython/utils/grid.py sha256=SURvadfSWBS87CqwjPNRn7qmn8EXCZSeHY-sQGUnJ-I 4847
chython/utils/rdkit.py sha256=nTL2xSbmkx2toNQwXU4RTiLmlAbMorQanZNv9jTGNvY 6113
chython/utils/retro.py sha256=-9xvOiyWoQxdWMFcRy0NCFChmZjZfvd03UqsOglaQuU 5323
chython/utils/svg.py sha256=4UAfOQNwzbNKUqUb0GzPL4L1MZ0paSztiZZA3afNZBw 1907
chython/utils/test/__init__.py sha256=Kj11ErKjbjykTFpUXmxl99vK8E5gkrhtqlHSHMtHEKA 783
chython/utils/test/test_rdkit.py sha256=BvJ3n_XXZDM-YULe39f9svXZZ5V1-0gWsxCDzJJVkwY 2500
chython-2.3.dist-info/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
chython-2.3.dist-info/METADATA sha256=nX2Etnh-mjcNXCSaFpyTFY86HMl-JWT9NTPJaa1IXcQ 3455
chython-2.3.dist-info/WHEEL sha256=fYuOBZbAn4Cr31JZ9RqGbT6tTCUl8vWmos7OVtYhSfo 106
chython-2.3.dist-info/RECORD