rowan-python 2.1.5__tar.gz → 2.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rowan_python-2.1.5 → rowan_python-2.1.6}/PKG-INFO +2 -2
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/protein_cofolding.py +2 -0
- rowan_python-2.1.6/examples/strain.py +16 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/pixi.lock +101 -103
- {rowan_python-2.1.5 → rowan_python-2.1.6}/pyproject.toml +2 -2
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/workflow.py +46 -1
- {rowan_python-2.1.5 → rowan_python-2.1.6}/.envrc +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/.github/workflows/python-publish.yml +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/.github/workflows/test.yml +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/.gitignore +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/.pre-commit-config.yaml +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/LICENSE +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/README.md +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/docs/images/deciduous-tree-favicon.png +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/docs/index.md +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/docs/rowan_rdkit.md +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/docs/stylesheets/colors.css +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/PROTAC_solubility.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/aqueous_solubility.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/basic_calculation.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/basic_calculation_from_json.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/basic_calculation_with_constraint.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/basic_calculation_with_solvent.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/bde.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/cofolding_screen.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/conformer_dependent_redox.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/conformers.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/data/workflow_example.json +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/docking_screen.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/fukui_index.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/ion_mobility.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/irc.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/macropka.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/multistage_opt.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/nmr.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/optimization.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/phenol_pka.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/pka.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/redox_potential.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/scan.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/examples/tautomer.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/mkdocs.yml +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/__init__.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/constants.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/folder.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/project.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/protein.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/py.typed +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/rowan_rdkit/__init__.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/rowan_rdkit/chem_utils.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/user.py +0 -0
- {rowan_python-2.1.5 → rowan_python-2.1.6}/rowan/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rowan-python
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.6
|
|
4
4
|
Summary: Rowan Python Library
|
|
5
5
|
Project-URL: Homepage, https://github.com/rowansci/rowan-client
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/rowansci/rowan-client/issues
|
|
@@ -11,7 +11,7 @@ Requires-Dist: httpx
|
|
|
11
11
|
Requires-Dist: nest-asyncio
|
|
12
12
|
Requires-Dist: rdkit
|
|
13
13
|
Requires-Dist: setuptools
|
|
14
|
-
Requires-Dist: stjames>=0.0.
|
|
14
|
+
Requires-Dist: stjames>=0.0.109
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
17
17
|
# Rowan Python Library
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from stjames import Molecule
|
|
2
|
+
|
|
3
|
+
import rowan
|
|
4
|
+
|
|
5
|
+
# Set ROWAN_API_KEY environment variable to your API key or set rowan.api_key directly
|
|
6
|
+
# rowan.api_key = "rowan-sk..."
|
|
7
|
+
|
|
8
|
+
# ordinarily, we'd try a 3D conformer and see what the strain is.
|
|
9
|
+
# here we'll investigate the strain of the autogenerated hexane conformer
|
|
10
|
+
result = rowan.submit_strain_workflow(
|
|
11
|
+
initial_molecule=Molecule.from_smiles("CCCCCC"),
|
|
12
|
+
name="test autogen hexane strain",
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
print(result.wait_for_result().fetch_latest(in_place=True))
|
|
@@ -11,7 +11,7 @@ environments:
|
|
|
11
11
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
12
12
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
13
13
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
|
|
14
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-
|
|
14
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda
|
|
15
15
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
16
16
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
|
|
17
17
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
|
|
@@ -19,17 +19,17 @@ environments:
|
|
|
19
19
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
20
20
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
21
21
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
|
|
22
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.
|
|
22
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda
|
|
23
23
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
24
24
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
25
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.
|
|
25
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda
|
|
26
26
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.7-h2b335a9_100_cp313.conda
|
|
27
27
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
|
|
28
28
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
|
|
29
29
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda
|
|
30
30
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
|
|
31
31
|
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
|
32
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
32
|
+
- pypi: https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl
|
|
33
33
|
- pypi: https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl
|
|
34
34
|
- pypi: https://files.pythonhosted.org/packages/7e/95/42aa2156235cbc8fa61208aded06ef46111c4d3f0de233107b3f38631803/charset_normalizer-3.4.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
35
35
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
@@ -40,13 +40,13 @@ environments:
|
|
|
40
40
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
41
41
|
- pypi: https://files.pythonhosted.org/packages/9a/a5/bf3db6e66c4b160d6ea10b534c381a1955dfab34cb1017ea93aa33c70ed3/numpy-2.3.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
|
|
42
42
|
- pypi: https://files.pythonhosted.org/packages/d5/1c/a2a29649c0b1983d3ef57ee87a66487fdeb45132df66ab30dd37f7dbe162/pillow-11.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
|
|
43
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
43
|
+
- pypi: https://files.pythonhosted.org/packages/3e/d3/108f2006987c58e76691d5ae5d200dd3e0f532cb4e5fa3560751c3a1feba/pydantic-2.11.9-py3-none-any.whl
|
|
44
44
|
- pypi: https://files.pythonhosted.org/packages/eb/3c/f4abd740877a35abade05e437245b192f9d0ffb48bbbbd708df33d3cda37/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
45
45
|
- pypi: https://files.pythonhosted.org/packages/c1/82/b2330569fbff20c5f5495f69ae28d3e61dfbc055f00b7fe977905a574089/rdkit-2025.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
|
|
46
46
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
47
47
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
48
48
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
49
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
49
|
+
- pypi: https://files.pythonhosted.org/packages/12/ba/11595ccc9f9cc697349ac66b6227f58140dce7b3e77e433501392e5994f5/stjames-0.0.109-py3-none-any.whl
|
|
50
50
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
51
51
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
52
52
|
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
|
|
@@ -62,14 +62,14 @@ environments:
|
|
|
62
62
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.50.4-h4237e3c_0.conda
|
|
63
63
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
64
64
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
|
|
65
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.
|
|
65
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.3-h5503f6c_1.conda
|
|
66
66
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.7-h5c937ed_100_cp313.conda
|
|
67
67
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
|
|
68
68
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h1d1bf99_2.conda
|
|
69
69
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
|
|
70
70
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
|
|
71
71
|
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
|
72
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
72
|
+
- pypi: https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl
|
|
73
73
|
- pypi: https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl
|
|
74
74
|
- pypi: https://files.pythonhosted.org/packages/65/ca/2135ac97709b400c7654b4b764daf5c5567c2da45a30cdd20f9eefe2d658/charset_normalizer-3.4.3-cp313-cp313-macosx_10_13_universal2.whl
|
|
75
75
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
@@ -80,13 +80,13 @@ environments:
|
|
|
80
80
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
81
81
|
- pypi: https://files.pythonhosted.org/packages/a6/e4/07970e3bed0b1384d22af1e9912527ecbeb47d3b26e9b6a3bced068b3bea/numpy-2.3.3-cp313-cp313-macosx_11_0_arm64.whl
|
|
82
82
|
- pypi: https://files.pythonhosted.org/packages/f9/0e/37d7d3eca6c879fbd9dba21268427dffda1ab00d4eb05b32923d4fbe3b12/pillow-11.3.0-cp313-cp313-macosx_11_0_arm64.whl
|
|
83
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
83
|
+
- pypi: https://files.pythonhosted.org/packages/3e/d3/108f2006987c58e76691d5ae5d200dd3e0f532cb4e5fa3560751c3a1feba/pydantic-2.11.9-py3-none-any.whl
|
|
84
84
|
- pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
85
85
|
- pypi: https://files.pythonhosted.org/packages/e7/36/1fb7644ff06817a9e3b67d70da53dea59b64c38badc49426e8338e36fbdd/rdkit-2025.3.6-cp313-cp313-macosx_11_0_arm64.whl
|
|
86
86
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
87
87
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
88
88
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
89
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
89
|
+
- pypi: https://files.pythonhosted.org/packages/12/ba/11595ccc9f9cc697349ac66b6227f58140dce7b3e77e433501392e5994f5/stjames-0.0.109-py3-none-any.whl
|
|
90
90
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
91
91
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
92
92
|
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
|
|
@@ -102,7 +102,7 @@ environments:
|
|
|
102
102
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
103
103
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
104
104
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
|
|
105
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-
|
|
105
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda
|
|
106
106
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
107
107
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
|
|
108
108
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
|
|
@@ -110,17 +110,17 @@ environments:
|
|
|
110
110
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
111
111
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
112
112
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
|
|
113
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.
|
|
113
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda
|
|
114
114
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
115
115
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
116
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.
|
|
116
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda
|
|
117
117
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.7-h2b335a9_100_cp313.conda
|
|
118
118
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
|
|
119
119
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda
|
|
120
120
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda
|
|
121
121
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
|
|
122
122
|
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
|
123
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
123
|
+
- pypi: https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl
|
|
124
124
|
- pypi: https://files.pythonhosted.org/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl
|
|
125
125
|
- pypi: https://files.pythonhosted.org/packages/b7/b8/3fe70c75fe32afc4bb507f75563d39bc5642255d1d94f1f23604725780bf/babel-2.17.0-py3-none-any.whl
|
|
126
126
|
- pypi: https://files.pythonhosted.org/packages/10/bf/fa31834dc27a7f05e5290eae47c82690edc3a7b37d58f7fb35a1bdbf355b/backrefs-5.9-py313-none-any.whl
|
|
@@ -129,7 +129,7 @@ environments:
|
|
|
129
129
|
- pypi: https://files.pythonhosted.org/packages/7e/95/42aa2156235cbc8fa61208aded06ef46111c4d3f0de233107b3f38631803/charset_normalizer-3.4.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
130
130
|
- pypi: https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl
|
|
131
131
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
132
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
132
|
+
- pypi: https://files.pythonhosted.org/packages/a2/77/8c6d22bf61921a59bce5471c2f1f7ac30cd4ac50aadde72b8c48d5727902/coverage-7.10.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
|
|
133
133
|
- pypi: https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl
|
|
134
134
|
- pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl
|
|
135
135
|
- pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
|
|
@@ -154,12 +154,12 @@ environments:
|
|
|
154
154
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
155
155
|
- pypi: https://files.pythonhosted.org/packages/9f/4d/7123b6fa2278000688ebd338e2a06d16870aaf9eceae6ba047ea05f92df1/mkdocs_autorefs-1.4.3-py3-none-any.whl
|
|
156
156
|
- pypi: https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl
|
|
157
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
157
|
+
- pypi: https://files.pythonhosted.org/packages/67/d8/a31dd52e657bf12b20574706d07df8d767e1ab4340f9bfb9ce73950e5e59/mkdocs_material-9.6.20-py3-none-any.whl
|
|
158
158
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
159
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
159
|
+
- pypi: https://files.pythonhosted.org/packages/7b/2c/f0dc4e1ee7f618f5bff7e05898d20bf8b6e7fa612038f768bfa295f136a4/mkdocstrings-0.30.1-py3-none-any.whl
|
|
160
160
|
- pypi: https://files.pythonhosted.org/packages/d5/8f/ce008599d9adebf33ed144e7736914385e8537f5fc686fdb7cceb8c22431/mkdocstrings_python-1.18.2-py3-none-any.whl
|
|
161
161
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
162
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
162
|
+
- pypi: https://files.pythonhosted.org/packages/83/45/4798f4d00df13eae3bfdf726c9244bcb495ab5bd588c0eed93a2f2dd67f3/mypy-1.18.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
163
163
|
- pypi: https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl
|
|
164
164
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
165
165
|
- pypi: https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc0205d532c8c6194dc0f2a4c0428e7128a/nodeenv-1.9.1-py2.py3-none-any.whl
|
|
@@ -176,31 +176,31 @@ environments:
|
|
|
176
176
|
- pypi: https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl
|
|
177
177
|
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
|
|
178
178
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
179
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
179
|
+
- pypi: https://files.pythonhosted.org/packages/3e/d3/108f2006987c58e76691d5ae5d200dd3e0f532cb4e5fa3560751c3a1feba/pydantic-2.11.9-py3-none-any.whl
|
|
180
180
|
- pypi: https://files.pythonhosted.org/packages/eb/3c/f4abd740877a35abade05e437245b192f9d0ffb48bbbbd708df33d3cda37/pydantic_core-2.33.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
181
181
|
- pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
|
|
182
182
|
- pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
|
|
183
183
|
- pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
|
|
184
184
|
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
185
185
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
186
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
186
|
+
- pypi: https://files.pythonhosted.org/packages/74/27/e5b8f34d02d9995b80abcef563ea1f8b56d20134d8f4e5e81733b1feceb2/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
187
187
|
- pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
|
|
188
188
|
- pypi: https://files.pythonhosted.org/packages/c1/82/b2330569fbff20c5f5495f69ae28d3e61dfbc055f00b7fe977905a574089/rdkit-2025.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
|
|
189
189
|
- pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
|
|
190
190
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
191
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
191
|
+
- pypi: https://files.pythonhosted.org/packages/64/8b/e87cfca2be6f8b9f41f0bb12dc48c6455e2d66df46fe61bb441a226f1089/ruff-0.13.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
192
192
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
193
193
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
194
194
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
195
195
|
- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
|
|
196
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
196
|
+
- pypi: https://files.pythonhosted.org/packages/12/ba/11595ccc9f9cc697349ac66b6227f58140dce7b3e77e433501392e5994f5/stjames-0.0.109-py3-none-any.whl
|
|
197
197
|
- pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
|
|
198
198
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
199
199
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
200
200
|
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
|
|
201
201
|
- pypi: https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl
|
|
202
202
|
- pypi: https://files.pythonhosted.org/packages/b5/e8/dbf020b4d98251a9860752a094d09a65e1b436ad181faf929983f697048f/watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl
|
|
203
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
203
|
+
- pypi: https://files.pythonhosted.org/packages/af/b5/123f13c975e9f27ab9c0770f514345bd406d0e8d3b7a0723af9d43f710af/wcwidth-0.2.14-py2.py3-none-any.whl
|
|
204
204
|
- pypi: ./
|
|
205
205
|
osx-arm64:
|
|
206
206
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
@@ -213,14 +213,14 @@ environments:
|
|
|
213
213
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.50.4-h4237e3c_0.conda
|
|
214
214
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
215
215
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
|
|
216
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.
|
|
216
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.3-h5503f6c_1.conda
|
|
217
217
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.13.7-h5c937ed_100_cp313.conda
|
|
218
218
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.13-8_cp313.conda
|
|
219
219
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h1d1bf99_2.conda
|
|
220
220
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_2.conda
|
|
221
221
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda
|
|
222
222
|
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
|
223
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
223
|
+
- pypi: https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl
|
|
224
224
|
- pypi: https://files.pythonhosted.org/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl
|
|
225
225
|
- pypi: https://files.pythonhosted.org/packages/b7/b8/3fe70c75fe32afc4bb507f75563d39bc5642255d1d94f1f23604725780bf/babel-2.17.0-py3-none-any.whl
|
|
226
226
|
- pypi: https://files.pythonhosted.org/packages/10/bf/fa31834dc27a7f05e5290eae47c82690edc3a7b37d58f7fb35a1bdbf355b/backrefs-5.9-py313-none-any.whl
|
|
@@ -229,7 +229,7 @@ environments:
|
|
|
229
229
|
- pypi: https://files.pythonhosted.org/packages/65/ca/2135ac97709b400c7654b4b764daf5c5567c2da45a30cdd20f9eefe2d658/charset_normalizer-3.4.3-cp313-cp313-macosx_10_13_universal2.whl
|
|
230
230
|
- pypi: https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl
|
|
231
231
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
232
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
232
|
+
- pypi: https://files.pythonhosted.org/packages/72/4f/732fff31c119bb73b35236dd333030f32c4bfe909f445b423e6c7594f9a2/coverage-7.10.7-cp313-cp313-macosx_11_0_arm64.whl
|
|
233
233
|
- pypi: https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl
|
|
234
234
|
- pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl
|
|
235
235
|
- pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
|
|
@@ -254,12 +254,12 @@ environments:
|
|
|
254
254
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
255
255
|
- pypi: https://files.pythonhosted.org/packages/9f/4d/7123b6fa2278000688ebd338e2a06d16870aaf9eceae6ba047ea05f92df1/mkdocs_autorefs-1.4.3-py3-none-any.whl
|
|
256
256
|
- pypi: https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl
|
|
257
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
257
|
+
- pypi: https://files.pythonhosted.org/packages/67/d8/a31dd52e657bf12b20574706d07df8d767e1ab4340f9bfb9ce73950e5e59/mkdocs_material-9.6.20-py3-none-any.whl
|
|
258
258
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
259
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
259
|
+
- pypi: https://files.pythonhosted.org/packages/7b/2c/f0dc4e1ee7f618f5bff7e05898d20bf8b6e7fa612038f768bfa295f136a4/mkdocstrings-0.30.1-py3-none-any.whl
|
|
260
260
|
- pypi: https://files.pythonhosted.org/packages/d5/8f/ce008599d9adebf33ed144e7736914385e8537f5fc686fdb7cceb8c22431/mkdocstrings_python-1.18.2-py3-none-any.whl
|
|
261
261
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
262
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
262
|
+
- pypi: https://files.pythonhosted.org/packages/99/5b/61ed4efb64f1871b41fd0b82d29a64640f3516078f6c7905b68ab1ad8b13/mypy-1.18.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
263
263
|
- pypi: https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl
|
|
264
264
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
265
265
|
- pypi: https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc0205d532c8c6194dc0f2a4c0428e7128a/nodeenv-1.9.1-py2.py3-none-any.whl
|
|
@@ -276,31 +276,31 @@ environments:
|
|
|
276
276
|
- pypi: https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl
|
|
277
277
|
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
|
|
278
278
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
279
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
279
|
+
- pypi: https://files.pythonhosted.org/packages/3e/d3/108f2006987c58e76691d5ae5d200dd3e0f532cb4e5fa3560751c3a1feba/pydantic-2.11.9-py3-none-any.whl
|
|
280
280
|
- pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
281
281
|
- pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
|
|
282
282
|
- pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
|
|
283
283
|
- pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
|
|
284
284
|
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
285
285
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
286
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
286
|
+
- pypi: https://files.pythonhosted.org/packages/b1/16/95309993f1d3748cd644e02e38b75d50cbc0d9561d21f390a76242ce073f/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl
|
|
287
287
|
- pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
|
|
288
288
|
- pypi: https://files.pythonhosted.org/packages/e7/36/1fb7644ff06817a9e3b67d70da53dea59b64c38badc49426e8338e36fbdd/rdkit-2025.3.6-cp313-cp313-macosx_11_0_arm64.whl
|
|
289
289
|
- pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
|
|
290
290
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
291
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
291
|
+
- pypi: https://files.pythonhosted.org/packages/c6/15/125a7f76eb295cb34d19c6778e3a82ace33730ad4e6f28d3427e134a02e0/ruff-0.13.2-py3-none-macosx_11_0_arm64.whl
|
|
292
292
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
293
293
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
294
294
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
295
295
|
- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
|
|
296
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
296
|
+
- pypi: https://files.pythonhosted.org/packages/12/ba/11595ccc9f9cc697349ac66b6227f58140dce7b3e77e433501392e5994f5/stjames-0.0.109-py3-none-any.whl
|
|
297
297
|
- pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
|
|
298
298
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
299
299
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
300
300
|
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
|
|
301
301
|
- pypi: https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl
|
|
302
302
|
- pypi: https://files.pythonhosted.org/packages/fe/c4/225c87bae08c8b9ec99030cd48ae9c4eca050a59bf5c2255853e18c87b50/watchdog-6.0.0-cp313-cp313-macosx_11_0_arm64.whl
|
|
303
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
303
|
+
- pypi: https://files.pythonhosted.org/packages/af/b5/123f13c975e9f27ab9c0770f514345bd406d0e8d3b7a0723af9d43f710af/wcwidth-0.2.14-py2.py3-none-any.whl
|
|
304
304
|
- pypi: ./
|
|
305
305
|
packages:
|
|
306
306
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
@@ -331,16 +331,16 @@ packages:
|
|
|
331
331
|
requires_dist:
|
|
332
332
|
- typing-extensions>=4.0.0 ; python_full_version < '3.9'
|
|
333
333
|
requires_python: '>=3.8'
|
|
334
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
334
|
+
- pypi: https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl
|
|
335
335
|
name: anyio
|
|
336
|
-
version: 4.
|
|
337
|
-
sha256:
|
|
336
|
+
version: 4.11.0
|
|
337
|
+
sha256: 0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc
|
|
338
338
|
requires_dist:
|
|
339
339
|
- exceptiongroup>=1.0.2 ; python_full_version < '3.11'
|
|
340
340
|
- idna>=2.8
|
|
341
341
|
- sniffio>=1.1
|
|
342
342
|
- typing-extensions>=4.5 ; python_full_version < '3.13'
|
|
343
|
-
- trio>=0.
|
|
343
|
+
- trio>=0.31.0 ; extra == 'trio'
|
|
344
344
|
requires_python: '>=3.9'
|
|
345
345
|
- pypi: https://files.pythonhosted.org/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl
|
|
346
346
|
name: asttokens
|
|
@@ -437,17 +437,17 @@ packages:
|
|
|
437
437
|
version: 0.4.6
|
|
438
438
|
sha256: 4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
|
439
439
|
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*'
|
|
440
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
440
|
+
- pypi: https://files.pythonhosted.org/packages/72/4f/732fff31c119bb73b35236dd333030f32c4bfe909f445b423e6c7594f9a2/coverage-7.10.7-cp313-cp313-macosx_11_0_arm64.whl
|
|
441
441
|
name: coverage
|
|
442
|
-
version: 7.10.
|
|
443
|
-
sha256:
|
|
442
|
+
version: 7.10.7
|
|
443
|
+
sha256: 73ab1601f84dc804f7812dc297e93cd99381162da39c47040a827d4e8dafe63b
|
|
444
444
|
requires_dist:
|
|
445
445
|
- tomli ; python_full_version <= '3.11' and extra == 'toml'
|
|
446
446
|
requires_python: '>=3.9'
|
|
447
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
447
|
+
- pypi: https://files.pythonhosted.org/packages/a2/77/8c6d22bf61921a59bce5471c2f1f7ac30cd4ac50aadde72b8c48d5727902/coverage-7.10.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
|
|
448
448
|
name: coverage
|
|
449
|
-
version: 7.10.
|
|
450
|
-
sha256:
|
|
449
|
+
version: 7.10.7
|
|
450
|
+
sha256: 10b6ba00ab1132a0ce4428ff68cf50a25efd6840a42cdf4239c9b99aad83be8b
|
|
451
451
|
requires_dist:
|
|
452
452
|
- tomli ; python_full_version <= '3.11' and extra == 'toml'
|
|
453
453
|
requires_python: '>=3.9'
|
|
@@ -669,18 +669,17 @@ packages:
|
|
|
669
669
|
- markupsafe>=2.0
|
|
670
670
|
- babel>=2.7 ; extra == 'i18n'
|
|
671
671
|
requires_python: '>=3.7'
|
|
672
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-
|
|
673
|
-
sha256:
|
|
674
|
-
md5:
|
|
672
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda
|
|
673
|
+
sha256: 707dfb8d55d7a5c6f95c772d778ef07a7ca85417d9971796f7d3daad0b615de8
|
|
674
|
+
md5: 14bae321b8127b63cba276bd53fac237
|
|
675
675
|
depends:
|
|
676
676
|
- __glibc >=2.17,<3.0.a0
|
|
677
677
|
constrains:
|
|
678
678
|
- binutils_impl_linux-64 2.44
|
|
679
679
|
license: GPL-3.0-only
|
|
680
|
-
license_family: GPL
|
|
681
680
|
purls: []
|
|
682
|
-
size:
|
|
683
|
-
timestamp:
|
|
681
|
+
size: 747158
|
|
682
|
+
timestamp: 1758810907507
|
|
684
683
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
685
684
|
sha256: da2080da8f0288b95dd86765c801c6e166c4619b910b11f9a8446fb852438dc2
|
|
686
685
|
md5: 4211416ecba1866fab0c6470986c22d6
|
|
@@ -817,17 +816,17 @@ packages:
|
|
|
817
816
|
purls: []
|
|
818
817
|
size: 902645
|
|
819
818
|
timestamp: 1753948599139
|
|
820
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.
|
|
821
|
-
sha256:
|
|
822
|
-
md5:
|
|
819
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda
|
|
820
|
+
sha256: e5ec6d2ad7eef538ddcb9ea62ad4346fde70a4736342c4ad87bd713641eb9808
|
|
821
|
+
md5: 80c07c68d2f6870250959dcc95b209d1
|
|
823
822
|
depends:
|
|
824
823
|
- __glibc >=2.17,<3.0.a0
|
|
825
824
|
- libgcc >=14
|
|
826
825
|
license: BSD-3-Clause
|
|
827
826
|
license_family: BSD
|
|
828
827
|
purls: []
|
|
829
|
-
size:
|
|
830
|
-
timestamp:
|
|
828
|
+
size: 37135
|
|
829
|
+
timestamp: 1758626800002
|
|
831
830
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
832
831
|
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
|
|
833
832
|
md5: edb0dca6bc32e4f4789199455a1dbeb8
|
|
@@ -946,10 +945,10 @@ packages:
|
|
|
946
945
|
- platformdirs>=2.2.0
|
|
947
946
|
- pyyaml>=5.1
|
|
948
947
|
requires_python: '>=3.8'
|
|
949
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
948
|
+
- pypi: https://files.pythonhosted.org/packages/67/d8/a31dd52e657bf12b20574706d07df8d767e1ab4340f9bfb9ce73950e5e59/mkdocs_material-9.6.20-py3-none-any.whl
|
|
950
949
|
name: mkdocs-material
|
|
951
|
-
version: 9.6.
|
|
952
|
-
sha256:
|
|
950
|
+
version: 9.6.20
|
|
951
|
+
sha256: b8d8c8b0444c7c06dd984b55ba456ce731f0035c5a1533cc86793618eb1e6c82
|
|
953
952
|
requires_dist:
|
|
954
953
|
- babel~=2.10
|
|
955
954
|
- backrefs~=5.7.post1
|
|
@@ -976,10 +975,10 @@ packages:
|
|
|
976
975
|
version: 1.3.1
|
|
977
976
|
sha256: adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31
|
|
978
977
|
requires_python: '>=3.8'
|
|
979
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
978
|
+
- pypi: https://files.pythonhosted.org/packages/7b/2c/f0dc4e1ee7f618f5bff7e05898d20bf8b6e7fa612038f768bfa295f136a4/mkdocstrings-0.30.1-py3-none-any.whl
|
|
980
979
|
name: mkdocstrings
|
|
981
|
-
version: 0.30.
|
|
982
|
-
sha256:
|
|
980
|
+
version: 0.30.1
|
|
981
|
+
sha256: 41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82
|
|
983
982
|
requires_dist:
|
|
984
983
|
- jinja2>=2.11.1
|
|
985
984
|
- markdown>=3.6
|
|
@@ -1007,10 +1006,10 @@ packages:
|
|
|
1007
1006
|
version: 10.8.0
|
|
1008
1007
|
sha256: 52d4362373dcf7c52546bc4af9a86ee7c4579df9a8dc268be0a2f949d376cc9b
|
|
1009
1008
|
requires_python: '>=3.9'
|
|
1010
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1009
|
+
- pypi: https://files.pythonhosted.org/packages/83/45/4798f4d00df13eae3bfdf726c9244bcb495ab5bd588c0eed93a2f2dd67f3/mypy-1.18.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
1011
1010
|
name: mypy
|
|
1012
|
-
version: 1.
|
|
1013
|
-
sha256:
|
|
1011
|
+
version: 1.18.2
|
|
1012
|
+
sha256: a431a6f1ef14cf8c144c6b14793a23ec4eae3db28277c358136e79d7d062f62d
|
|
1014
1013
|
requires_dist:
|
|
1015
1014
|
- typing-extensions>=4.6.0
|
|
1016
1015
|
- mypy-extensions>=1.0.0
|
|
@@ -1022,10 +1021,10 @@ packages:
|
|
|
1022
1021
|
- pip ; extra == 'install-types'
|
|
1023
1022
|
- orjson ; extra == 'faster-cache'
|
|
1024
1023
|
requires_python: '>=3.9'
|
|
1025
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1024
|
+
- pypi: https://files.pythonhosted.org/packages/99/5b/61ed4efb64f1871b41fd0b82d29a64640f3516078f6c7905b68ab1ad8b13/mypy-1.18.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
1026
1025
|
name: mypy
|
|
1027
|
-
version: 1.
|
|
1028
|
-
sha256:
|
|
1026
|
+
version: 1.18.2
|
|
1027
|
+
sha256: ed4482847168439651d3feee5833ccedbf6657e964572706a2adb1f7fa4dfe2e
|
|
1029
1028
|
requires_dist:
|
|
1030
1029
|
- typing-extensions>=4.6.0
|
|
1031
1030
|
- mypy-extensions>=1.0.0
|
|
@@ -1081,9 +1080,9 @@ packages:
|
|
|
1081
1080
|
version: 2.3.3
|
|
1082
1081
|
sha256: d00de139a3324e26ed5b95870ce63be7ec7352171bc69a4cf1f157a48e3eb6b7
|
|
1083
1082
|
requires_python: '>=3.11'
|
|
1084
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.
|
|
1085
|
-
sha256:
|
|
1086
|
-
md5:
|
|
1083
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.3-h26f9b46_1.conda
|
|
1084
|
+
sha256: 0572be1b7d3c4f4c288bb8ab1cb6007b5b8b9523985b34b862b5222dea3c45f5
|
|
1085
|
+
md5: 4fc6c4c88da64c0219c0c6c0408cedd4
|
|
1087
1086
|
depends:
|
|
1088
1087
|
- __glibc >=2.17,<3.0.a0
|
|
1089
1088
|
- ca-certificates
|
|
@@ -1091,19 +1090,19 @@ packages:
|
|
|
1091
1090
|
license: Apache-2.0
|
|
1092
1091
|
license_family: Apache
|
|
1093
1092
|
purls: []
|
|
1094
|
-
size:
|
|
1095
|
-
timestamp:
|
|
1096
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.
|
|
1097
|
-
sha256:
|
|
1098
|
-
md5:
|
|
1093
|
+
size: 3128517
|
|
1094
|
+
timestamp: 1758597915858
|
|
1095
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.5.3-h5503f6c_1.conda
|
|
1096
|
+
sha256: d5499ee2611a0ca9d84e9d60a5978d1f17350e94915c89026f5d9346ccf0a987
|
|
1097
|
+
md5: 4b23b1e2aa9d81b16204e1304241ccae
|
|
1099
1098
|
depends:
|
|
1100
1099
|
- __osx >=11.0
|
|
1101
1100
|
- ca-certificates
|
|
1102
1101
|
license: Apache-2.0
|
|
1103
1102
|
license_family: Apache
|
|
1104
1103
|
purls: []
|
|
1105
|
-
size:
|
|
1106
|
-
timestamp:
|
|
1104
|
+
size: 3069376
|
|
1105
|
+
timestamp: 1758598263612
|
|
1107
1106
|
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
|
|
1108
1107
|
name: packaging
|
|
1109
1108
|
version: '25.0'
|
|
@@ -1254,10 +1253,10 @@ packages:
|
|
|
1254
1253
|
sha256: 1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0
|
|
1255
1254
|
requires_dist:
|
|
1256
1255
|
- pytest ; extra == 'tests'
|
|
1257
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1256
|
+
- pypi: https://files.pythonhosted.org/packages/3e/d3/108f2006987c58e76691d5ae5d200dd3e0f532cb4e5fa3560751c3a1feba/pydantic-2.11.9-py3-none-any.whl
|
|
1258
1257
|
name: pydantic
|
|
1259
|
-
version: 2.11.
|
|
1260
|
-
sha256:
|
|
1258
|
+
version: 2.11.9
|
|
1259
|
+
sha256: c42dd626f5cfc1c6950ce6205ea58c93efa406da65f479dcb4029d5934857da2
|
|
1261
1260
|
requires_dist:
|
|
1262
1261
|
- annotated-types>=0.6.0
|
|
1263
1262
|
- pydantic-core==2.33.2
|
|
@@ -1397,15 +1396,15 @@ packages:
|
|
|
1397
1396
|
purls: []
|
|
1398
1397
|
size: 7002
|
|
1399
1398
|
timestamp: 1752805902938
|
|
1400
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1399
|
+
- pypi: https://files.pythonhosted.org/packages/74/27/e5b8f34d02d9995b80abcef563ea1f8b56d20134d8f4e5e81733b1feceb2/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
1401
1400
|
name: pyyaml
|
|
1402
|
-
version: 6.0.
|
|
1403
|
-
sha256:
|
|
1401
|
+
version: 6.0.3
|
|
1402
|
+
sha256: 0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6
|
|
1404
1403
|
requires_python: '>=3.8'
|
|
1405
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1404
|
+
- pypi: https://files.pythonhosted.org/packages/b1/16/95309993f1d3748cd644e02e38b75d50cbc0d9561d21f390a76242ce073f/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl
|
|
1406
1405
|
name: pyyaml
|
|
1407
|
-
version: 6.0.
|
|
1408
|
-
sha256:
|
|
1406
|
+
version: 6.0.3
|
|
1407
|
+
sha256: 2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1
|
|
1409
1408
|
requires_python: '>=3.8'
|
|
1410
1409
|
- pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
|
|
1411
1410
|
name: pyyaml-env-tag
|
|
@@ -1468,25 +1467,25 @@ packages:
|
|
|
1468
1467
|
requires_python: '>=3.9'
|
|
1469
1468
|
- pypi: ./
|
|
1470
1469
|
name: rowan-python
|
|
1471
|
-
version: 2.1.
|
|
1472
|
-
sha256:
|
|
1470
|
+
version: 2.1.6
|
|
1471
|
+
sha256: 7cd0ec9e2e7b39b21b717eeac596ec082a7beba1b6b36685007b4154bd4aeb34
|
|
1473
1472
|
requires_dist:
|
|
1474
1473
|
- httpx
|
|
1475
|
-
- stjames>=0.0.
|
|
1474
|
+
- stjames>=0.0.109
|
|
1476
1475
|
- setuptools
|
|
1477
1476
|
- rdkit
|
|
1478
1477
|
- nest-asyncio
|
|
1479
1478
|
requires_python: '>=3.9'
|
|
1480
1479
|
editable: true
|
|
1481
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1480
|
+
- pypi: https://files.pythonhosted.org/packages/64/8b/e87cfca2be6f8b9f41f0bb12dc48c6455e2d66df46fe61bb441a226f1089/ruff-0.13.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
1482
1481
|
name: ruff
|
|
1483
|
-
version: 0.13.
|
|
1484
|
-
sha256:
|
|
1482
|
+
version: 0.13.2
|
|
1483
|
+
sha256: 5bcb10276b69b3cfea3a102ca119ffe5c6ba3901e20e60cf9efb53fa417633c3
|
|
1485
1484
|
requires_python: '>=3.7'
|
|
1486
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1485
|
+
- pypi: https://files.pythonhosted.org/packages/c6/15/125a7f76eb295cb34d19c6778e3a82ace33730ad4e6f28d3427e134a02e0/ruff-0.13.2-py3-none-macosx_11_0_arm64.whl
|
|
1487
1486
|
name: ruff
|
|
1488
|
-
version: 0.13.
|
|
1489
|
-
sha256:
|
|
1487
|
+
version: 0.13.2
|
|
1488
|
+
sha256: c75e9d2a2fafd1fdd895d0e7e24b44355984affdde1c412a6f6d3f6e16b22d46
|
|
1490
1489
|
requires_python: '>=3.7'
|
|
1491
1490
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
1492
1491
|
name: setuptools
|
|
@@ -1568,10 +1567,10 @@ packages:
|
|
|
1568
1567
|
- pygments ; extra == 'tests'
|
|
1569
1568
|
- littleutils ; extra == 'tests'
|
|
1570
1569
|
- cython ; extra == 'tests'
|
|
1571
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1570
|
+
- pypi: https://files.pythonhosted.org/packages/12/ba/11595ccc9f9cc697349ac66b6227f58140dce7b3e77e433501392e5994f5/stjames-0.0.109-py3-none-any.whl
|
|
1572
1571
|
name: stjames
|
|
1573
|
-
version: 0.0.
|
|
1574
|
-
sha256:
|
|
1572
|
+
version: 0.0.109
|
|
1573
|
+
sha256: 919dad07e10d64307caddfe367e14c153ed236002dec9d9371c503c134a1c8a9
|
|
1575
1574
|
requires_dist:
|
|
1576
1575
|
- pydantic>=2.4
|
|
1577
1576
|
- numpy
|
|
@@ -1691,9 +1690,8 @@ packages:
|
|
|
1691
1690
|
requires_dist:
|
|
1692
1691
|
- pyyaml>=3.10 ; extra == 'watchmedo'
|
|
1693
1692
|
requires_python: '>=3.9'
|
|
1694
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1693
|
+
- pypi: https://files.pythonhosted.org/packages/af/b5/123f13c975e9f27ab9c0770f514345bd406d0e8d3b7a0723af9d43f710af/wcwidth-0.2.14-py2.py3-none-any.whl
|
|
1695
1694
|
name: wcwidth
|
|
1696
|
-
version: 0.2.
|
|
1697
|
-
sha256:
|
|
1698
|
-
|
|
1699
|
-
- backports-functools-lru-cache>=1.2.1 ; python_full_version < '3.2'
|
|
1695
|
+
version: 0.2.14
|
|
1696
|
+
sha256: a7bb560c8aee30f9957e5f9895805edd20602f2d7f720186dfd906e82b4982e1
|
|
1697
|
+
requires_python: '>=3.6'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "rowan-python"
|
|
3
|
-
version = "2.1.
|
|
3
|
+
version = "2.1.6"
|
|
4
4
|
description = "Rowan Python Library"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -9,7 +9,7 @@ authors = [
|
|
|
9
9
|
]
|
|
10
10
|
dependencies = [
|
|
11
11
|
"httpx",
|
|
12
|
-
"stjames>=0.0.
|
|
12
|
+
"stjames>=0.0.109",
|
|
13
13
|
"setuptools",
|
|
14
14
|
"rdkit",
|
|
15
15
|
"nest-asyncio",
|
|
@@ -980,6 +980,8 @@ def submit_protein_cofolding_workflow(
|
|
|
980
980
|
ligand_binding_affinity_index: int | None = None,
|
|
981
981
|
use_msa_server: bool = True,
|
|
982
982
|
use_potentials: bool = False,
|
|
983
|
+
compute_strain: bool = False,
|
|
984
|
+
do_pose_refinement: bool = False,
|
|
983
985
|
name: str = "Cofolding Workflow",
|
|
984
986
|
model: str = stjames.CofoldingModel.BOLTZ_2.value,
|
|
985
987
|
folder_uuid: str | None = None,
|
|
@@ -993,6 +995,8 @@ def submit_protein_cofolding_workflow(
|
|
|
993
995
|
:param ligand_binding_affinity_index: The index of the ligand for which to compute the binding affinity.
|
|
994
996
|
:param use_msa_server: Whether to use the MSA server for the computation.
|
|
995
997
|
:param use_potentials: Whether to use potentials for the computation.
|
|
998
|
+
:param do_pose_refinement: whether to optimize non-rotatable bonds in output poses
|
|
999
|
+
:param compute_strain: whether to compute the strain of the pose (if `pose_refinement` is enabled)
|
|
996
1000
|
:param name: The name of the workflow.
|
|
997
1001
|
:param model: The model to use for the computation.
|
|
998
1002
|
:param folder_uuid: The UUID of the folder to store the workflow in.
|
|
@@ -1008,7 +1012,10 @@ def submit_protein_cofolding_workflow(
|
|
|
1008
1012
|
ligand_binding_affinity_index=ligand_binding_affinity_index,
|
|
1009
1013
|
initial_smiles_list=initial_smiles_list,
|
|
1010
1014
|
initial_protein_sequences=initial_protein_sequences,
|
|
1015
|
+
do_pose_refinement=do_pose_refinement,
|
|
1016
|
+
compute_strain=compute_strain,
|
|
1011
1017
|
)
|
|
1018
|
+
|
|
1012
1019
|
data = {
|
|
1013
1020
|
"name": name,
|
|
1014
1021
|
"folder_uuid": folder_uuid,
|
|
@@ -1063,7 +1070,7 @@ def submit_docking_workflow(
|
|
|
1063
1070
|
pocket=pocket,
|
|
1064
1071
|
do_csearch=do_csearch,
|
|
1065
1072
|
do_optimization=do_optimization,
|
|
1066
|
-
do_pose_refinement=do_pose_refinement
|
|
1073
|
+
do_pose_refinement=do_pose_refinement,
|
|
1067
1074
|
)
|
|
1068
1075
|
|
|
1069
1076
|
data = {
|
|
@@ -1184,3 +1191,41 @@ def submit_nmr_workflow(
|
|
|
1184
1191
|
response = client.post("/workflow", json=data)
|
|
1185
1192
|
response.raise_for_status()
|
|
1186
1193
|
return Workflow(**response.json())
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
def submit_strain_workflow(
|
|
1197
|
+
initial_molecule: dict[str, Any] | StJamesMolecule | RdkitMol,
|
|
1198
|
+
name: str = "Strain Workflow",
|
|
1199
|
+
folder_uuid: str | None = None,
|
|
1200
|
+
max_credits: int | None = None,
|
|
1201
|
+
) -> Workflow:
|
|
1202
|
+
"""
|
|
1203
|
+
Submits a strain workflow to the API.
|
|
1204
|
+
|
|
1205
|
+
:param initial_molecule: The molecule used in the scan.
|
|
1206
|
+
:param name: The name of the workflow.
|
|
1207
|
+
:param folder_uuid: The UUID of the folder to store the workflow in.
|
|
1208
|
+
:param max_credits: The maximum number of credits to use for the workflow.
|
|
1209
|
+
:return: A Workflow object representing the submitted workflow.
|
|
1210
|
+
:raises requests.HTTPError: if the request to the API fails.
|
|
1211
|
+
"""
|
|
1212
|
+
if isinstance(initial_molecule, StJamesMolecule):
|
|
1213
|
+
initial_molecule = initial_molecule.model_dump()
|
|
1214
|
+
elif isinstance(initial_molecule, RdkitMol):
|
|
1215
|
+
initial_molecule = StJamesMolecule.from_rdkit(initial_molecule, cid=0)
|
|
1216
|
+
|
|
1217
|
+
workflow = stjames.StrainWorkflow(initial_molecule=initial_molecule)
|
|
1218
|
+
|
|
1219
|
+
data = {
|
|
1220
|
+
"name": name,
|
|
1221
|
+
"folder_uuid": folder_uuid,
|
|
1222
|
+
"workflow_type": "strain",
|
|
1223
|
+
"workflow_data": workflow.model_dump(serialize_as_any=True),
|
|
1224
|
+
"initial_molecule": initial_molecule,
|
|
1225
|
+
"max_credits": max_credits,
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
with api_client() as client:
|
|
1229
|
+
response = client.post("/workflow", json=data)
|
|
1230
|
+
response.raise_for_status()
|
|
1231
|
+
return Workflow(**response.json())
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|