rowan-python 2.1.4__tar.gz → 2.1.5__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.4 → rowan_python-2.1.5}/PKG-INFO +2 -2
- rowan_python-2.1.5/examples/ion_mobility.py +17 -0
- rowan_python-2.1.5/examples/nmr.py +17 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/pixi.lock +85 -162
- {rowan_python-2.1.4 → rowan_python-2.1.5}/pyproject.toml +2 -2
- rowan_python-2.1.5/rowan/constants.py +3 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/utils.py +1 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/workflow.py +111 -3
- rowan_python-2.1.4/rowan/constants.py +0 -1
- {rowan_python-2.1.4 → rowan_python-2.1.5}/.envrc +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/.github/workflows/python-publish.yml +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/.github/workflows/test.yml +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/.gitignore +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/.pre-commit-config.yaml +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/LICENSE +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/README.md +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/docs/images/deciduous-tree-favicon.png +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/docs/index.md +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/docs/rowan_rdkit.md +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/docs/stylesheets/colors.css +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/PROTAC_solubility.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/aqueous_solubility.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/basic_calculation.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/basic_calculation_from_json.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/basic_calculation_with_constraint.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/basic_calculation_with_solvent.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/bde.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/cofolding_screen.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/conformer_dependent_redox.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/conformers.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/data/workflow_example.json +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/docking_screen.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/fukui_index.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/irc.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/macropka.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/multistage_opt.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/optimization.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/phenol_pka.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/pka.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/protein_cofolding.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/redox_potential.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/scan.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/examples/tautomer.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/mkdocs.yml +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/__init__.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/folder.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/project.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/protein.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/py.typed +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/rowan_rdkit/__init__.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/rowan_rdkit/chem_utils.py +0 -0
- {rowan_python-2.1.4 → rowan_python-2.1.5}/rowan/user.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.5
|
|
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.104
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
17
17
|
# Rowan Python Library
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
result = rowan.submit_ion_mobility_workflow(
|
|
9
|
+
Molecule.from_smiles("c1ccccn1"),
|
|
10
|
+
name="pyridinium CCS",
|
|
11
|
+
protonate=True,
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
result.wait_for_result().fetch_latest(in_place=True)
|
|
16
|
+
|
|
17
|
+
print(result.data["average_ccs"]) # Å**2
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
result = rowan.submit_nmr_workflow(
|
|
9
|
+
Molecule.from_smiles("O[C@H]1[C@H](C(C)C)CC[C@@H](C)C1"),
|
|
10
|
+
name="menthol NMR",
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
result.wait_for_result().fetch_latest(in_place=True)
|
|
14
|
+
|
|
15
|
+
# print hydrogen peaks
|
|
16
|
+
for peak in result.data["predicted_peaks"]["1"]:
|
|
17
|
+
print(peak)
|
|
@@ -9,18 +9,17 @@ environments:
|
|
|
9
9
|
linux-64:
|
|
10
10
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
11
11
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
12
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
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
14
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.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
|
|
18
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
|
|
19
18
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
|
|
20
19
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
21
20
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
22
21
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
|
|
23
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.
|
|
22
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.1-he9a06e4_0.conda
|
|
24
23
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
25
24
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
26
25
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.2-h26f9b46_0.conda
|
|
@@ -39,7 +38,7 @@ environments:
|
|
|
39
38
|
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
|
|
40
39
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
41
40
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
42
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
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
|
|
43
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
|
|
44
43
|
- pypi: https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl
|
|
45
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
|
|
@@ -47,13 +46,13 @@ environments:
|
|
|
47
46
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
48
47
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
49
48
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
50
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
49
|
+
- pypi: https://files.pythonhosted.org/packages/00/f0/e816b819334c25a221ac1e10b2d24a8428233364b6511191cd7894f5390f/stjames-0.0.105-py3-none-any.whl
|
|
51
50
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
52
51
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
53
52
|
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
|
|
54
|
-
- pypi:
|
|
53
|
+
- pypi: ./
|
|
55
54
|
osx-arm64:
|
|
56
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
55
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
57
56
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
|
|
58
57
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
|
|
59
58
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.1-hec049ff_0.conda
|
|
@@ -79,7 +78,7 @@ environments:
|
|
|
79
78
|
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
|
|
80
79
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
81
80
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
82
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
81
|
+
- pypi: https://files.pythonhosted.org/packages/a6/e4/07970e3bed0b1384d22af1e9912527ecbeb47d3b26e9b6a3bced068b3bea/numpy-2.3.3-cp313-cp313-macosx_11_0_arm64.whl
|
|
83
82
|
- pypi: https://files.pythonhosted.org/packages/f9/0e/37d7d3eca6c879fbd9dba21268427dffda1ab00d4eb05b32923d4fbe3b12/pillow-11.3.0-cp313-cp313-macosx_11_0_arm64.whl
|
|
84
83
|
- pypi: https://files.pythonhosted.org/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl
|
|
85
84
|
- pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
@@ -87,11 +86,11 @@ environments:
|
|
|
87
86
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
88
87
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
89
88
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
90
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
89
|
+
- pypi: https://files.pythonhosted.org/packages/00/f0/e816b819334c25a221ac1e10b2d24a8428233364b6511191cd7894f5390f/stjames-0.0.105-py3-none-any.whl
|
|
91
90
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
92
91
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
93
92
|
- pypi: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
|
|
94
|
-
- pypi:
|
|
93
|
+
- pypi: ./
|
|
95
94
|
dev:
|
|
96
95
|
channels:
|
|
97
96
|
- url: https://conda.anaconda.org/conda-forge/
|
|
@@ -101,18 +100,17 @@ environments:
|
|
|
101
100
|
linux-64:
|
|
102
101
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
103
102
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
104
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
103
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
105
104
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
|
|
106
105
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1423503_1.conda
|
|
107
106
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
108
107
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda
|
|
109
108
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.1.0-h767d61c_5.conda
|
|
110
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
|
|
111
109
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
|
|
112
110
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
113
111
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
114
112
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda
|
|
115
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.
|
|
113
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.1-he9a06e4_0.conda
|
|
116
114
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
117
115
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
118
116
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.2-h26f9b46_0.conda
|
|
@@ -138,11 +136,11 @@ environments:
|
|
|
138
136
|
- pypi: https://files.pythonhosted.org/packages/42/14/42b2651a2f46b022ccd948bca9f2d5af0fd8929c4eec235b8d6d844fbe67/filelock-3.19.1-py3-none-any.whl
|
|
139
137
|
- pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
|
|
140
138
|
- pypi: https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl
|
|
141
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
139
|
+
- pypi: https://files.pythonhosted.org/packages/7a/bd/63e56c639e7a2f60955bbfd061a232a7c744f105f60b6ea4621d6d079beb/griffe_pydantic-1.1.7-py3-none-any.whl
|
|
142
140
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
143
141
|
- pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
|
|
144
142
|
- pypi: https://files.pythonhosted.org/packages/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2/httpx-0.28.1-py3-none-any.whl
|
|
145
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
143
|
+
- pypi: https://files.pythonhosted.org/packages/e5/ae/2ad30f4652712c82f1c23423d79136fbce338932ad166d70c1efb86a5998/identify-2.6.14-py2.py3-none-any.whl
|
|
146
144
|
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
|
|
147
145
|
- pypi: https://files.pythonhosted.org/packages/2c/e1/e6716421ea10d38022b952c159d5161ca1193197fb744506875fbb87ea7b/iniconfig-2.1.0-py3-none-any.whl
|
|
148
146
|
- pypi: https://files.pythonhosted.org/packages/08/2a/5628a99d04acb2d2f2e749cdf4ea571d2575e898df0528a090948018b726/ipython-9.5.0-py3-none-any.whl
|
|
@@ -156,7 +154,7 @@ environments:
|
|
|
156
154
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
157
155
|
- pypi: https://files.pythonhosted.org/packages/9f/4d/7123b6fa2278000688ebd338e2a06d16870aaf9eceae6ba047ea05f92df1/mkdocs_autorefs-1.4.3-py3-none-any.whl
|
|
158
156
|
- pypi: https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl
|
|
159
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
157
|
+
- pypi: https://files.pythonhosted.org/packages/02/23/a2551d1038bedc2771366f65ff3680bb3a89674cd7ca6140850c859f1f71/mkdocs_material-9.6.19-py3-none-any.whl
|
|
160
158
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
161
159
|
- pypi: https://files.pythonhosted.org/packages/de/b4/3c5eac68f31e124a55d255d318c7445840fa1be55e013f507556d6481913/mkdocstrings-0.30.0-py3-none-any.whl
|
|
162
160
|
- pypi: https://files.pythonhosted.org/packages/d5/8f/ce008599d9adebf33ed144e7736914385e8537f5fc686fdb7cceb8c22431/mkdocstrings_python-1.18.2-py3-none-any.whl
|
|
@@ -165,7 +163,7 @@ environments:
|
|
|
165
163
|
- pypi: https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl
|
|
166
164
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
167
165
|
- pypi: https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc0205d532c8c6194dc0f2a4c0428e7128a/nodeenv-1.9.1-py2.py3-none-any.whl
|
|
168
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
166
|
+
- 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
|
|
169
167
|
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
|
|
170
168
|
- pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl
|
|
171
169
|
- pypi: https://files.pythonhosted.org/packages/16/32/f8e3c85d1d5250232a5d3477a2a28cc291968ff175caeadaf3cc19ce0e4a/parso-0.8.5-py2.py3-none-any.whl
|
|
@@ -183,19 +181,19 @@ environments:
|
|
|
183
181
|
- pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
|
|
184
182
|
- pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
|
|
185
183
|
- pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
|
|
186
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
184
|
+
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
187
185
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
188
186
|
- pypi: https://files.pythonhosted.org/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
189
187
|
- pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
|
|
190
188
|
- pypi: https://files.pythonhosted.org/packages/c1/82/b2330569fbff20c5f5495f69ae28d3e61dfbc055f00b7fe977905a574089/rdkit-2025.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
|
|
191
189
|
- pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
|
|
192
190
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
193
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
191
|
+
- pypi: https://files.pythonhosted.org/packages/a8/a6/7985ad1778e60922d4bef546688cd8a25822c58873e9ff30189cfe5dc4ab/ruff-0.13.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
194
192
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
195
193
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
196
194
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
197
195
|
- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
|
|
198
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
196
|
+
- pypi: https://files.pythonhosted.org/packages/00/f0/e816b819334c25a221ac1e10b2d24a8428233364b6511191cd7894f5390f/stjames-0.0.105-py3-none-any.whl
|
|
199
197
|
- pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
|
|
200
198
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
201
199
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
@@ -203,9 +201,9 @@ environments:
|
|
|
203
201
|
- pypi: https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl
|
|
204
202
|
- pypi: https://files.pythonhosted.org/packages/b5/e8/dbf020b4d98251a9860752a094d09a65e1b436ad181faf929983f697048f/watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl
|
|
205
203
|
- pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl
|
|
206
|
-
- pypi:
|
|
204
|
+
- pypi: ./
|
|
207
205
|
osx-arm64:
|
|
208
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
206
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
209
207
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
|
|
210
208
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
|
|
211
209
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.1-hec049ff_0.conda
|
|
@@ -238,11 +236,11 @@ environments:
|
|
|
238
236
|
- pypi: https://files.pythonhosted.org/packages/42/14/42b2651a2f46b022ccd948bca9f2d5af0fd8929c4eec235b8d6d844fbe67/filelock-3.19.1-py3-none-any.whl
|
|
239
237
|
- pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
|
|
240
238
|
- pypi: https://files.pythonhosted.org/packages/2a/b1/9ff6578d789a89812ff21e4e0f80ffae20a65d5dd84e7a17873fe3b365be/griffe-1.14.0-py3-none-any.whl
|
|
241
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
239
|
+
- pypi: https://files.pythonhosted.org/packages/7a/bd/63e56c639e7a2f60955bbfd061a232a7c744f105f60b6ea4621d6d079beb/griffe_pydantic-1.1.7-py3-none-any.whl
|
|
242
240
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
243
241
|
- pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
|
|
244
242
|
- pypi: https://files.pythonhosted.org/packages/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2/httpx-0.28.1-py3-none-any.whl
|
|
245
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
243
|
+
- pypi: https://files.pythonhosted.org/packages/e5/ae/2ad30f4652712c82f1c23423d79136fbce338932ad166d70c1efb86a5998/identify-2.6.14-py2.py3-none-any.whl
|
|
246
244
|
- pypi: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
|
|
247
245
|
- pypi: https://files.pythonhosted.org/packages/2c/e1/e6716421ea10d38022b952c159d5161ca1193197fb744506875fbb87ea7b/iniconfig-2.1.0-py3-none-any.whl
|
|
248
246
|
- pypi: https://files.pythonhosted.org/packages/08/2a/5628a99d04acb2d2f2e749cdf4ea571d2575e898df0528a090948018b726/ipython-9.5.0-py3-none-any.whl
|
|
@@ -256,7 +254,7 @@ environments:
|
|
|
256
254
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
257
255
|
- pypi: https://files.pythonhosted.org/packages/9f/4d/7123b6fa2278000688ebd338e2a06d16870aaf9eceae6ba047ea05f92df1/mkdocs_autorefs-1.4.3-py3-none-any.whl
|
|
258
256
|
- pypi: https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl
|
|
259
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
257
|
+
- pypi: https://files.pythonhosted.org/packages/02/23/a2551d1038bedc2771366f65ff3680bb3a89674cd7ca6140850c859f1f71/mkdocs_material-9.6.19-py3-none-any.whl
|
|
260
258
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
261
259
|
- pypi: https://files.pythonhosted.org/packages/de/b4/3c5eac68f31e124a55d255d318c7445840fa1be55e013f507556d6481913/mkdocstrings-0.30.0-py3-none-any.whl
|
|
262
260
|
- pypi: https://files.pythonhosted.org/packages/d5/8f/ce008599d9adebf33ed144e7736914385e8537f5fc686fdb7cceb8c22431/mkdocstrings_python-1.18.2-py3-none-any.whl
|
|
@@ -265,7 +263,7 @@ environments:
|
|
|
265
263
|
- pypi: https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl
|
|
266
264
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
267
265
|
- pypi: https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc0205d532c8c6194dc0f2a4c0428e7128a/nodeenv-1.9.1-py2.py3-none-any.whl
|
|
268
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
266
|
+
- pypi: https://files.pythonhosted.org/packages/a6/e4/07970e3bed0b1384d22af1e9912527ecbeb47d3b26e9b6a3bced068b3bea/numpy-2.3.3-cp313-cp313-macosx_11_0_arm64.whl
|
|
269
267
|
- pypi: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
|
|
270
268
|
- pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl
|
|
271
269
|
- pypi: https://files.pythonhosted.org/packages/16/32/f8e3c85d1d5250232a5d3477a2a28cc291968ff175caeadaf3cc19ce0e4a/parso-0.8.5-py2.py3-none-any.whl
|
|
@@ -283,19 +281,19 @@ environments:
|
|
|
283
281
|
- pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
|
|
284
282
|
- pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
|
|
285
283
|
- pypi: https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl
|
|
286
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
284
|
+
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
287
285
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
288
286
|
- pypi: https://files.pythonhosted.org/packages/45/9f/3b1c20a0b7a3200524eb0076cc027a970d320bd3a6592873c85c92a08731/PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
289
287
|
- pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl
|
|
290
288
|
- pypi: https://files.pythonhosted.org/packages/e7/36/1fb7644ff06817a9e3b67d70da53dea59b64c38badc49426e8338e36fbdd/rdkit-2025.3.6-cp313-cp313-macosx_11_0_arm64.whl
|
|
291
289
|
- pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
|
|
292
290
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
293
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
291
|
+
- pypi: https://files.pythonhosted.org/packages/44/cf/40bc7221a949470307d9c35b4ef5810c294e6cfa3caafb57d882731a9f42/ruff-0.13.0-py3-none-macosx_11_0_arm64.whl
|
|
294
292
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
295
293
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
296
294
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
297
295
|
- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
|
|
298
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
296
|
+
- pypi: https://files.pythonhosted.org/packages/00/f0/e816b819334c25a221ac1e10b2d24a8428233364b6511191cd7894f5390f/stjames-0.0.105-py3-none-any.whl
|
|
299
297
|
- pypi: https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl
|
|
300
298
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
301
299
|
- pypi: https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl
|
|
@@ -303,13 +301,11 @@ environments:
|
|
|
303
301
|
- pypi: https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl
|
|
304
302
|
- pypi: https://files.pythonhosted.org/packages/fe/c4/225c87bae08c8b9ec99030cd48ae9c4eca050a59bf5c2255853e18c87b50/watchdog-6.0.0-cp313-cp313-macosx_11_0_arm64.whl
|
|
305
303
|
- pypi: https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl
|
|
306
|
-
- pypi:
|
|
304
|
+
- pypi: ./
|
|
307
305
|
packages:
|
|
308
306
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
309
307
|
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
|
|
310
308
|
md5: d7c89558ba9fa0495403155b64376d81
|
|
311
|
-
arch: x86_64
|
|
312
|
-
platform: linux
|
|
313
309
|
license: None
|
|
314
310
|
purls: []
|
|
315
311
|
size: 2562
|
|
@@ -323,8 +319,6 @@ packages:
|
|
|
323
319
|
- libgomp >=7.5.0
|
|
324
320
|
constrains:
|
|
325
321
|
- openmp_impl 9999
|
|
326
|
-
arch: x86_64
|
|
327
|
-
platform: linux
|
|
328
322
|
license: BSD-3-Clause
|
|
329
323
|
license_family: BSD
|
|
330
324
|
purls: []
|
|
@@ -381,31 +375,27 @@ packages:
|
|
|
381
375
|
requires_dist:
|
|
382
376
|
- regex ; extra == 'extras'
|
|
383
377
|
requires_python: '>=3.9'
|
|
384
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-
|
|
385
|
-
sha256:
|
|
386
|
-
md5:
|
|
378
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
379
|
+
sha256: c30daba32ddebbb7ded490f0e371eae90f51e72db620554089103b4a6934b0d5
|
|
380
|
+
md5: 51a19bba1b8ebfb60df25cde030b7ebc
|
|
387
381
|
depends:
|
|
388
382
|
- __glibc >=2.17,<3.0.a0
|
|
389
|
-
- libgcc
|
|
390
|
-
arch: x86_64
|
|
391
|
-
platform: linux
|
|
383
|
+
- libgcc >=14
|
|
392
384
|
license: bzip2-1.0.6
|
|
393
385
|
license_family: BSD
|
|
394
386
|
purls: []
|
|
395
|
-
size:
|
|
396
|
-
timestamp:
|
|
397
|
-
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-
|
|
398
|
-
sha256:
|
|
399
|
-
md5:
|
|
387
|
+
size: 260341
|
|
388
|
+
timestamp: 1757437258798
|
|
389
|
+
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
390
|
+
sha256: b456200636bd5fecb2bec63f7e0985ad2097cf1b83d60ce0b6968dffa6d02aa1
|
|
391
|
+
md5: 58fd217444c2a5701a44244faf518206
|
|
400
392
|
depends:
|
|
401
393
|
- __osx >=11.0
|
|
402
|
-
arch: arm64
|
|
403
|
-
platform: osx
|
|
404
394
|
license: bzip2-1.0.6
|
|
405
395
|
license_family: BSD
|
|
406
396
|
purls: []
|
|
407
|
-
size:
|
|
408
|
-
timestamp:
|
|
397
|
+
size: 125061
|
|
398
|
+
timestamp: 1757437486465
|
|
409
399
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.8.3-hbd8a1cb_0.conda
|
|
410
400
|
sha256: 837b795a2bb39b75694ba910c13c15fa4998d4bb2a622c214a6a5174b2ae53d1
|
|
411
401
|
md5: 74784ee3d225fc3dca89edb635b4e5cc
|
|
@@ -440,7 +430,7 @@ packages:
|
|
|
440
430
|
version: 8.2.1
|
|
441
431
|
sha256: 61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b
|
|
442
432
|
requires_dist:
|
|
443
|
-
- colorama ;
|
|
433
|
+
- colorama ; sys_platform == 'win32'
|
|
444
434
|
requires_python: '>=3.10'
|
|
445
435
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
446
436
|
name: colorama
|
|
@@ -505,12 +495,12 @@ packages:
|
|
|
505
495
|
requires_dist:
|
|
506
496
|
- colorama>=0.4
|
|
507
497
|
requires_python: '>=3.9'
|
|
508
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
498
|
+
- pypi: https://files.pythonhosted.org/packages/7a/bd/63e56c639e7a2f60955bbfd061a232a7c744f105f60b6ea4621d6d079beb/griffe_pydantic-1.1.7-py3-none-any.whl
|
|
509
499
|
name: griffe-pydantic
|
|
510
|
-
version: 1.1.
|
|
511
|
-
sha256:
|
|
500
|
+
version: 1.1.7
|
|
501
|
+
sha256: 516d6dbb6a6587bd0f70c2d23f1dc1b6e2e06eff7d9d37c2db9f0f60ea527af8
|
|
512
502
|
requires_dist:
|
|
513
|
-
- griffe>=1.
|
|
503
|
+
- griffe>=1.14
|
|
514
504
|
requires_python: '>=3.9'
|
|
515
505
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
516
506
|
name: h11
|
|
@@ -552,17 +542,15 @@ packages:
|
|
|
552
542
|
md5: 5eb22c1d7b3fc4abb50d92d621583137
|
|
553
543
|
depends:
|
|
554
544
|
- __osx >=11.0
|
|
555
|
-
arch: arm64
|
|
556
|
-
platform: osx
|
|
557
545
|
license: MIT
|
|
558
546
|
license_family: MIT
|
|
559
547
|
purls: []
|
|
560
548
|
size: 11857802
|
|
561
549
|
timestamp: 1720853997952
|
|
562
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
550
|
+
- pypi: https://files.pythonhosted.org/packages/e5/ae/2ad30f4652712c82f1c23423d79136fbce338932ad166d70c1efb86a5998/identify-2.6.14-py2.py3-none-any.whl
|
|
563
551
|
name: identify
|
|
564
|
-
version: 2.6.
|
|
565
|
-
sha256:
|
|
552
|
+
version: 2.6.14
|
|
553
|
+
sha256: 11a073da82212c6646b1f39bb20d4483bfb9543bd5566fec60053c4bb309bf2e
|
|
566
554
|
requires_dist:
|
|
567
555
|
- ukkonen ; extra == 'license'
|
|
568
556
|
requires_python: '>=3.9'
|
|
@@ -688,8 +676,6 @@ packages:
|
|
|
688
676
|
- __glibc >=2.17,<3.0.a0
|
|
689
677
|
constrains:
|
|
690
678
|
- binutils_impl_linux-64 2.44
|
|
691
|
-
arch: x86_64
|
|
692
|
-
platform: linux
|
|
693
679
|
license: GPL-3.0-only
|
|
694
680
|
license_family: GPL
|
|
695
681
|
purls: []
|
|
@@ -703,8 +689,6 @@ packages:
|
|
|
703
689
|
- libgcc >=14
|
|
704
690
|
constrains:
|
|
705
691
|
- expat 2.7.1.*
|
|
706
|
-
arch: x86_64
|
|
707
|
-
platform: linux
|
|
708
692
|
license: MIT
|
|
709
693
|
license_family: MIT
|
|
710
694
|
purls: []
|
|
@@ -717,8 +701,6 @@ packages:
|
|
|
717
701
|
- __osx >=11.0
|
|
718
702
|
constrains:
|
|
719
703
|
- expat 2.7.1.*
|
|
720
|
-
arch: arm64
|
|
721
|
-
platform: osx
|
|
722
704
|
license: MIT
|
|
723
705
|
license_family: MIT
|
|
724
706
|
purls: []
|
|
@@ -730,8 +712,6 @@ packages:
|
|
|
730
712
|
depends:
|
|
731
713
|
- __glibc >=2.17,<3.0.a0
|
|
732
714
|
- libgcc >=13
|
|
733
|
-
arch: x86_64
|
|
734
|
-
platform: linux
|
|
735
715
|
license: MIT
|
|
736
716
|
license_family: MIT
|
|
737
717
|
purls: []
|
|
@@ -742,8 +722,6 @@ packages:
|
|
|
742
722
|
md5: c215a60c2935b517dcda8cad4705734d
|
|
743
723
|
depends:
|
|
744
724
|
- __osx >=11.0
|
|
745
|
-
arch: arm64
|
|
746
|
-
platform: osx
|
|
747
725
|
license: MIT
|
|
748
726
|
license_family: MIT
|
|
749
727
|
purls: []
|
|
@@ -758,32 +736,16 @@ packages:
|
|
|
758
736
|
constrains:
|
|
759
737
|
- libgomp 15.1.0 h767d61c_5
|
|
760
738
|
- libgcc-ng ==15.1.0=*_5
|
|
761
|
-
arch: x86_64
|
|
762
|
-
platform: linux
|
|
763
739
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
764
740
|
license_family: GPL
|
|
765
741
|
purls: []
|
|
766
742
|
size: 824191
|
|
767
743
|
timestamp: 1757042543820
|
|
768
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_5.conda
|
|
769
|
-
sha256: f54bb9c3be12b24be327f4c1afccc2969712e0b091cdfbd1d763fb3e61cda03f
|
|
770
|
-
md5: 069afdf8ea72504e48d23ae1171d951c
|
|
771
|
-
depends:
|
|
772
|
-
- libgcc 15.1.0 h767d61c_5
|
|
773
|
-
arch: x86_64
|
|
774
|
-
platform: linux
|
|
775
|
-
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
776
|
-
license_family: GPL
|
|
777
|
-
purls: []
|
|
778
|
-
size: 29187
|
|
779
|
-
timestamp: 1757042549554
|
|
780
744
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.1.0-h767d61c_5.conda
|
|
781
745
|
sha256: 125051d51a8c04694d0830f6343af78b556dd88cc249dfec5a97703ebfb1832d
|
|
782
746
|
md5: dcd5ff1940cd38f6df777cac86819d60
|
|
783
747
|
depends:
|
|
784
748
|
- __glibc >=2.17,<3.0.a0
|
|
785
|
-
arch: x86_64
|
|
786
|
-
platform: linux
|
|
787
749
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
788
750
|
license_family: GPL
|
|
789
751
|
purls: []
|
|
@@ -797,8 +759,6 @@ packages:
|
|
|
797
759
|
- libgcc >=13
|
|
798
760
|
constrains:
|
|
799
761
|
- xz 5.8.1.*
|
|
800
|
-
arch: x86_64
|
|
801
|
-
platform: linux
|
|
802
762
|
license: 0BSD
|
|
803
763
|
purls: []
|
|
804
764
|
size: 112894
|
|
@@ -810,8 +770,6 @@ packages:
|
|
|
810
770
|
- __osx >=11.0
|
|
811
771
|
constrains:
|
|
812
772
|
- xz 5.8.1.*
|
|
813
|
-
arch: arm64
|
|
814
|
-
platform: osx
|
|
815
773
|
license: 0BSD
|
|
816
774
|
purls: []
|
|
817
775
|
size: 92286
|
|
@@ -822,8 +780,6 @@ packages:
|
|
|
822
780
|
depends:
|
|
823
781
|
- __glibc >=2.17,<3.0.a0
|
|
824
782
|
- libgcc >=13
|
|
825
|
-
arch: x86_64
|
|
826
|
-
platform: linux
|
|
827
783
|
license: BSD-2-Clause
|
|
828
784
|
license_family: BSD
|
|
829
785
|
purls: []
|
|
@@ -834,8 +790,6 @@ packages:
|
|
|
834
790
|
md5: 85ccccb47823dd9f7a99d2c7f530342f
|
|
835
791
|
depends:
|
|
836
792
|
- __osx >=11.0
|
|
837
|
-
arch: arm64
|
|
838
|
-
platform: osx
|
|
839
793
|
license: BSD-2-Clause
|
|
840
794
|
license_family: BSD
|
|
841
795
|
purls: []
|
|
@@ -848,8 +802,6 @@ packages:
|
|
|
848
802
|
- __glibc >=2.17,<3.0.a0
|
|
849
803
|
- libgcc >=14
|
|
850
804
|
- libzlib >=1.3.1,<2.0a0
|
|
851
|
-
arch: x86_64
|
|
852
|
-
platform: linux
|
|
853
805
|
license: blessing
|
|
854
806
|
purls: []
|
|
855
807
|
size: 932581
|
|
@@ -861,24 +813,21 @@ packages:
|
|
|
861
813
|
- __osx >=11.0
|
|
862
814
|
- icu >=75.1,<76.0a0
|
|
863
815
|
- libzlib >=1.3.1,<2.0a0
|
|
864
|
-
arch: arm64
|
|
865
|
-
platform: osx
|
|
866
816
|
license: blessing
|
|
867
817
|
purls: []
|
|
868
818
|
size: 902645
|
|
869
819
|
timestamp: 1753948599139
|
|
870
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.
|
|
871
|
-
sha256:
|
|
872
|
-
md5:
|
|
820
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.1-he9a06e4_0.conda
|
|
821
|
+
sha256: 776e28735cee84b97e4d05dd5d67b95221a3e2c09b8b13e3d6dbe6494337d527
|
|
822
|
+
md5: af930c65e9a79a3423d6d36e265cef65
|
|
873
823
|
depends:
|
|
874
|
-
-
|
|
875
|
-
|
|
876
|
-
platform: linux
|
|
824
|
+
- __glibc >=2.17,<3.0.a0
|
|
825
|
+
- libgcc >=14
|
|
877
826
|
license: BSD-3-Clause
|
|
878
827
|
license_family: BSD
|
|
879
828
|
purls: []
|
|
880
|
-
size:
|
|
881
|
-
timestamp:
|
|
829
|
+
size: 37087
|
|
830
|
+
timestamp: 1757334557450
|
|
882
831
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
883
832
|
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
|
|
884
833
|
md5: edb0dca6bc32e4f4789199455a1dbeb8
|
|
@@ -887,8 +836,6 @@ packages:
|
|
|
887
836
|
- libgcc >=13
|
|
888
837
|
constrains:
|
|
889
838
|
- zlib 1.3.1 *_2
|
|
890
|
-
arch: x86_64
|
|
891
|
-
platform: linux
|
|
892
839
|
license: Zlib
|
|
893
840
|
license_family: Other
|
|
894
841
|
purls: []
|
|
@@ -901,8 +848,6 @@ packages:
|
|
|
901
848
|
- __osx >=11.0
|
|
902
849
|
constrains:
|
|
903
850
|
- zlib 1.3.1 *_2
|
|
904
|
-
arch: arm64
|
|
905
|
-
platform: osx
|
|
906
851
|
license: Zlib
|
|
907
852
|
license_family: Other
|
|
908
853
|
purls: []
|
|
@@ -952,7 +897,7 @@ packages:
|
|
|
952
897
|
sha256: db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e
|
|
953
898
|
requires_dist:
|
|
954
899
|
- click>=7.0
|
|
955
|
-
- colorama>=0.4 ;
|
|
900
|
+
- colorama>=0.4 ; sys_platform == 'win32'
|
|
956
901
|
- ghp-import>=1.0
|
|
957
902
|
- importlib-metadata>=4.4 ; python_full_version < '3.10'
|
|
958
903
|
- jinja2>=2.11.1
|
|
@@ -968,7 +913,7 @@ packages:
|
|
|
968
913
|
- babel>=2.9.0 ; extra == 'i18n'
|
|
969
914
|
- babel==2.9.0 ; extra == 'min-versions'
|
|
970
915
|
- click==7.0 ; extra == 'min-versions'
|
|
971
|
-
- colorama==0.4 ;
|
|
916
|
+
- colorama==0.4 ; sys_platform == 'win32' and extra == 'min-versions'
|
|
972
917
|
- ghp-import==1.0 ; extra == 'min-versions'
|
|
973
918
|
- importlib-metadata==4.4 ; python_full_version < '3.10' and extra == 'min-versions'
|
|
974
919
|
- jinja2==2.11.1 ; extra == 'min-versions'
|
|
@@ -1001,10 +946,10 @@ packages:
|
|
|
1001
946
|
- platformdirs>=2.2.0
|
|
1002
947
|
- pyyaml>=5.1
|
|
1003
948
|
requires_python: '>=3.8'
|
|
1004
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
949
|
+
- pypi: https://files.pythonhosted.org/packages/02/23/a2551d1038bedc2771366f65ff3680bb3a89674cd7ca6140850c859f1f71/mkdocs_material-9.6.19-py3-none-any.whl
|
|
1005
950
|
name: mkdocs-material
|
|
1006
|
-
version: 9.6.
|
|
1007
|
-
sha256:
|
|
951
|
+
version: 9.6.19
|
|
952
|
+
sha256: 7492d2ac81952a467ca8a10cac915d6ea5c22876932f44b5a0f4f8e7d68ac06f
|
|
1008
953
|
requires_dist:
|
|
1009
954
|
- babel~=2.10
|
|
1010
955
|
- backrefs~=5.7.post1
|
|
@@ -1021,7 +966,7 @@ packages:
|
|
|
1021
966
|
- mkdocs-git-committers-plugin-2>=1.1,<3 ; extra == 'git'
|
|
1022
967
|
- mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4 ; extra == 'git'
|
|
1023
968
|
- cairosvg~=2.6 ; extra == 'imaging'
|
|
1024
|
-
- pillow
|
|
969
|
+
- pillow>=10.2,<12.0 ; extra == 'imaging'
|
|
1025
970
|
- mkdocs-minify-plugin~=0.7 ; extra == 'recommended'
|
|
1026
971
|
- mkdocs-redirects~=1.2 ; extra == 'recommended'
|
|
1027
972
|
- mkdocs-rss-plugin~=1.6 ; extra == 'recommended'
|
|
@@ -1103,8 +1048,6 @@ packages:
|
|
|
1103
1048
|
depends:
|
|
1104
1049
|
- __glibc >=2.17,<3.0.a0
|
|
1105
1050
|
- libgcc >=13
|
|
1106
|
-
arch: x86_64
|
|
1107
|
-
platform: linux
|
|
1108
1051
|
license: X11 AND BSD-3-Clause
|
|
1109
1052
|
purls: []
|
|
1110
1053
|
size: 891641
|
|
@@ -1114,8 +1057,6 @@ packages:
|
|
|
1114
1057
|
md5: 068d497125e4bf8a66bf707254fff5ae
|
|
1115
1058
|
depends:
|
|
1116
1059
|
- __osx >=11.0
|
|
1117
|
-
arch: arm64
|
|
1118
|
-
platform: osx
|
|
1119
1060
|
license: X11 AND BSD-3-Clause
|
|
1120
1061
|
purls: []
|
|
1121
1062
|
size: 797030
|
|
@@ -1130,15 +1071,15 @@ packages:
|
|
|
1130
1071
|
version: 1.9.1
|
|
1131
1072
|
sha256: ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9
|
|
1132
1073
|
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*'
|
|
1133
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1074
|
+
- 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
|
|
1134
1075
|
name: numpy
|
|
1135
|
-
version: 2.3.
|
|
1136
|
-
sha256:
|
|
1076
|
+
version: 2.3.3
|
|
1077
|
+
sha256: 5b83648633d46f77039c29078751f80da65aa64d5622a3cd62aaef9d835b6c93
|
|
1137
1078
|
requires_python: '>=3.11'
|
|
1138
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1079
|
+
- pypi: https://files.pythonhosted.org/packages/a6/e4/07970e3bed0b1384d22af1e9912527ecbeb47d3b26e9b6a3bced068b3bea/numpy-2.3.3-cp313-cp313-macosx_11_0_arm64.whl
|
|
1139
1080
|
name: numpy
|
|
1140
|
-
version: 2.3.
|
|
1141
|
-
sha256:
|
|
1081
|
+
version: 2.3.3
|
|
1082
|
+
sha256: d00de139a3324e26ed5b95870ce63be7ec7352171bc69a4cf1f157a48e3eb6b7
|
|
1142
1083
|
requires_python: '>=3.11'
|
|
1143
1084
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.2-h26f9b46_0.conda
|
|
1144
1085
|
sha256: c9f54d4e8212f313be7b02eb962d0cb13a8dae015683a403d3accd4add3e520e
|
|
@@ -1147,8 +1088,6 @@ packages:
|
|
|
1147
1088
|
- __glibc >=2.17,<3.0.a0
|
|
1148
1089
|
- ca-certificates
|
|
1149
1090
|
- libgcc >=14
|
|
1150
|
-
arch: x86_64
|
|
1151
|
-
platform: linux
|
|
1152
1091
|
license: Apache-2.0
|
|
1153
1092
|
license_family: Apache
|
|
1154
1093
|
purls: []
|
|
@@ -1160,8 +1099,6 @@ packages:
|
|
|
1160
1099
|
depends:
|
|
1161
1100
|
- __osx >=11.0
|
|
1162
1101
|
- ca-certificates
|
|
1163
|
-
arch: arm64
|
|
1164
|
-
platform: osx
|
|
1165
1102
|
license: Apache-2.0
|
|
1166
1103
|
license_family: Apache
|
|
1167
1104
|
purls: []
|
|
@@ -1327,7 +1264,7 @@ packages:
|
|
|
1327
1264
|
- typing-extensions>=4.12.2
|
|
1328
1265
|
- typing-inspection>=0.4.0
|
|
1329
1266
|
- email-validator>=2.0.0 ; extra == 'email'
|
|
1330
|
-
- tzdata ; python_full_version >= '3.9' and
|
|
1267
|
+
- tzdata ; python_full_version >= '3.9' and sys_platform == 'win32' and extra == 'timezone'
|
|
1331
1268
|
requires_python: '>=3.9'
|
|
1332
1269
|
- pypi: https://files.pythonhosted.org/packages/3a/cc/5999d1eb705a6cefc31f0b4a90e9f7fc400539b1a1030529700cc1b51838/pydantic_core-2.33.2-cp313-cp313-macosx_11_0_arm64.whl
|
|
1333
1270
|
name: pydantic-core
|
|
@@ -1379,16 +1316,14 @@ packages:
|
|
|
1379
1316
|
- setuptools ; extra == 'dev'
|
|
1380
1317
|
- xmlschema ; extra == 'dev'
|
|
1381
1318
|
requires_python: '>=3.9'
|
|
1382
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1319
|
+
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
1383
1320
|
name: pytest-cov
|
|
1384
|
-
version:
|
|
1385
|
-
sha256:
|
|
1321
|
+
version: 7.0.0
|
|
1322
|
+
sha256: 3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861
|
|
1386
1323
|
requires_dist:
|
|
1387
|
-
-
|
|
1388
|
-
- coverage[toml]>=7.5
|
|
1324
|
+
- coverage[toml]>=7.10.6
|
|
1389
1325
|
- pluggy>=1.2
|
|
1390
|
-
-
|
|
1391
|
-
- hunter ; extra == 'testing'
|
|
1326
|
+
- pytest>=7
|
|
1392
1327
|
- process-tests ; extra == 'testing'
|
|
1393
1328
|
- pytest-xdist ; extra == 'testing'
|
|
1394
1329
|
- virtualenv ; extra == 'testing'
|
|
@@ -1415,8 +1350,6 @@ packages:
|
|
|
1415
1350
|
- readline >=8.2,<9.0a0
|
|
1416
1351
|
- tk >=8.6.13,<8.7.0a0
|
|
1417
1352
|
- tzdata
|
|
1418
|
-
arch: x86_64
|
|
1419
|
-
platform: linux
|
|
1420
1353
|
license: Python-2.0
|
|
1421
1354
|
purls: []
|
|
1422
1355
|
size: 33583088
|
|
@@ -1441,8 +1374,6 @@ packages:
|
|
|
1441
1374
|
- readline >=8.2,<9.0a0
|
|
1442
1375
|
- tk >=8.6.13,<8.7.0a0
|
|
1443
1376
|
- tzdata
|
|
1444
|
-
arch: arm64
|
|
1445
|
-
platform: osx
|
|
1446
1377
|
license: Python-2.0
|
|
1447
1378
|
purls: []
|
|
1448
1379
|
size: 11926240
|
|
@@ -1508,8 +1439,6 @@ packages:
|
|
|
1508
1439
|
depends:
|
|
1509
1440
|
- libgcc >=13
|
|
1510
1441
|
- ncurses >=6.5,<7.0a0
|
|
1511
|
-
arch: x86_64
|
|
1512
|
-
platform: linux
|
|
1513
1442
|
license: GPL-3.0-only
|
|
1514
1443
|
license_family: GPL
|
|
1515
1444
|
purls: []
|
|
@@ -1520,8 +1449,6 @@ packages:
|
|
|
1520
1449
|
md5: 63ef3f6e6d6d5c589e64f11263dc5676
|
|
1521
1450
|
depends:
|
|
1522
1451
|
- ncurses >=6.5,<7.0a0
|
|
1523
|
-
arch: arm64
|
|
1524
|
-
platform: osx
|
|
1525
1452
|
license: GPL-3.0-only
|
|
1526
1453
|
license_family: GPL
|
|
1527
1454
|
purls: []
|
|
@@ -1539,27 +1466,27 @@ packages:
|
|
|
1539
1466
|
- pysocks>=1.5.6,!=1.5.7 ; extra == 'socks'
|
|
1540
1467
|
- chardet>=3.0.2,<6 ; extra == 'use-chardet-on-py3'
|
|
1541
1468
|
requires_python: '>=3.9'
|
|
1542
|
-
- pypi:
|
|
1469
|
+
- pypi: ./
|
|
1543
1470
|
name: rowan-python
|
|
1544
|
-
version: 2.1.
|
|
1545
|
-
sha256:
|
|
1471
|
+
version: 2.1.5
|
|
1472
|
+
sha256: 59ef0b1195e9f104c84465182fddecc1ab0606c00f5da8a2f73503c467d65a80
|
|
1546
1473
|
requires_dist:
|
|
1547
1474
|
- httpx
|
|
1548
|
-
- stjames>=0.0.
|
|
1475
|
+
- stjames>=0.0.104
|
|
1549
1476
|
- setuptools
|
|
1550
1477
|
- rdkit
|
|
1551
1478
|
- nest-asyncio
|
|
1552
1479
|
requires_python: '>=3.9'
|
|
1553
1480
|
editable: true
|
|
1554
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1481
|
+
- pypi: https://files.pythonhosted.org/packages/44/cf/40bc7221a949470307d9c35b4ef5810c294e6cfa3caafb57d882731a9f42/ruff-0.13.0-py3-none-macosx_11_0_arm64.whl
|
|
1555
1482
|
name: ruff
|
|
1556
|
-
version: 0.
|
|
1557
|
-
sha256:
|
|
1483
|
+
version: 0.13.0
|
|
1484
|
+
sha256: 64de45f4ca5441209e41742d527944635a05a6e7c05798904f39c85bafa819e3
|
|
1558
1485
|
requires_python: '>=3.7'
|
|
1559
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1486
|
+
- pypi: https://files.pythonhosted.org/packages/a8/a6/7985ad1778e60922d4bef546688cd8a25822c58873e9ff30189cfe5dc4ab/ruff-0.13.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
1560
1487
|
name: ruff
|
|
1561
|
-
version: 0.
|
|
1562
|
-
sha256:
|
|
1488
|
+
version: 0.13.0
|
|
1489
|
+
sha256: 03447f3d18479df3d24917a92d768a89f873a7181a064858ea90a804a7538991
|
|
1563
1490
|
requires_python: '>=3.7'
|
|
1564
1491
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
1565
1492
|
name: setuptools
|
|
@@ -1641,10 +1568,10 @@ packages:
|
|
|
1641
1568
|
- pygments ; extra == 'tests'
|
|
1642
1569
|
- littleutils ; extra == 'tests'
|
|
1643
1570
|
- cython ; extra == 'tests'
|
|
1644
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1571
|
+
- pypi: https://files.pythonhosted.org/packages/00/f0/e816b819334c25a221ac1e10b2d24a8428233364b6511191cd7894f5390f/stjames-0.0.105-py3-none-any.whl
|
|
1645
1572
|
name: stjames
|
|
1646
|
-
version: 0.0.
|
|
1647
|
-
sha256:
|
|
1573
|
+
version: 0.0.105
|
|
1574
|
+
sha256: e9e4a3eb3478e8761855a6274bd79647a965954f2e0ca2490c3b0a2a2441ad25
|
|
1648
1575
|
requires_dist:
|
|
1649
1576
|
- pydantic>=2.4
|
|
1650
1577
|
- numpy
|
|
@@ -1659,8 +1586,6 @@ packages:
|
|
|
1659
1586
|
- __glibc >=2.17,<3.0.a0
|
|
1660
1587
|
- libgcc >=13
|
|
1661
1588
|
- libzlib >=1.3.1,<2.0a0
|
|
1662
|
-
arch: x86_64
|
|
1663
|
-
platform: linux
|
|
1664
1589
|
license: TCL
|
|
1665
1590
|
license_family: BSD
|
|
1666
1591
|
purls: []
|
|
@@ -1672,8 +1597,6 @@ packages:
|
|
|
1672
1597
|
depends:
|
|
1673
1598
|
- __osx >=11.0
|
|
1674
1599
|
- libzlib >=1.3.1,<2.0a0
|
|
1675
|
-
arch: arm64
|
|
1676
|
-
platform: osx
|
|
1677
1600
|
license: TCL
|
|
1678
1601
|
license_family: BSD
|
|
1679
1602
|
purls: []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "rowan-python"
|
|
3
|
-
version = "2.1.
|
|
3
|
+
version = "2.1.5"
|
|
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.104",
|
|
13
13
|
"setuptools",
|
|
14
14
|
"rdkit",
|
|
15
15
|
"nest-asyncio",
|
|
@@ -860,8 +860,8 @@ def submit_macropka_workflow(
|
|
|
860
860
|
max_pH: int = 14,
|
|
861
861
|
min_charge: int = -2,
|
|
862
862
|
max_charge: int = 2,
|
|
863
|
+
compute_solvation_energy: bool = False,
|
|
863
864
|
compute_aqueous_solubility: bool = False,
|
|
864
|
-
compute_solvation_energy: bool = True,
|
|
865
865
|
name: str = "Macropka Workflow",
|
|
866
866
|
folder_uuid: str | None = None,
|
|
867
867
|
max_credits: int | None = None,
|
|
@@ -1027,8 +1027,9 @@ def submit_docking_workflow(
|
|
|
1027
1027
|
protein: str | Protein,
|
|
1028
1028
|
pocket: list[list[float]],
|
|
1029
1029
|
initial_molecule: dict[str, Any] | StJamesMolecule | RdkitMol | None = None,
|
|
1030
|
-
do_csearch: bool =
|
|
1031
|
-
do_optimization: bool =
|
|
1030
|
+
do_csearch: bool = False,
|
|
1031
|
+
do_optimization: bool = False,
|
|
1032
|
+
do_pose_refinement: bool = False,
|
|
1032
1033
|
name: str = "Docking Workflow",
|
|
1033
1034
|
folder_uuid: str | None = None,
|
|
1034
1035
|
max_credits: int | None = None,
|
|
@@ -1040,6 +1041,7 @@ def submit_docking_workflow(
|
|
|
1040
1041
|
:param initial_molecule: The initial molecule to be docked
|
|
1041
1042
|
:param do_csearch: Whether to perform a conformational search on the ligand.
|
|
1042
1043
|
:param do_optimization: Whether to perform an optimization on the ligand.
|
|
1044
|
+
:param do_pose_refinement: Whether or not to optimize output poses.
|
|
1043
1045
|
:param name: The name of the workflow.
|
|
1044
1046
|
:param folder_uuid: The UUID of the folder to place the workflow in.
|
|
1045
1047
|
:param max_credits: The maximum number of credits to use for the workflow.
|
|
@@ -1061,6 +1063,7 @@ def submit_docking_workflow(
|
|
|
1061
1063
|
pocket=pocket,
|
|
1062
1064
|
do_csearch=do_csearch,
|
|
1063
1065
|
do_optimization=do_optimization,
|
|
1066
|
+
do_pose_refinement=do_pose_refinement
|
|
1064
1067
|
)
|
|
1065
1068
|
|
|
1066
1069
|
data = {
|
|
@@ -1076,3 +1079,108 @@ def submit_docking_workflow(
|
|
|
1076
1079
|
response = client.post("/workflow", json=data)
|
|
1077
1080
|
response.raise_for_status()
|
|
1078
1081
|
return Workflow(**response.json())
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
def submit_ion_mobility_workflow(
|
|
1085
|
+
initial_molecule: dict[str, Any] | StJamesMolecule | RdkitMol,
|
|
1086
|
+
temperature: float = 300,
|
|
1087
|
+
protonate: bool = False,
|
|
1088
|
+
do_csearch: bool = True,
|
|
1089
|
+
do_optimization: bool = True,
|
|
1090
|
+
name: str = "Ion-Mobility Workflow",
|
|
1091
|
+
folder_uuid: str | None = None,
|
|
1092
|
+
max_credits: int | None = None,
|
|
1093
|
+
) -> Workflow:
|
|
1094
|
+
"""
|
|
1095
|
+
Submits an ion-mobility workflow to the API.
|
|
1096
|
+
|
|
1097
|
+
:param initial_molecule: The molecule used in the scan.
|
|
1098
|
+
:param temperature: The temperature at which to predict CCS values.
|
|
1099
|
+
:param protonate: Whether or not to automatically detect protonation site.
|
|
1100
|
+
If `True`, every basic site will be protonated and values returned for the most stable.
|
|
1101
|
+
:param do_csearch: Whether to perform a conformational search on the molecule.
|
|
1102
|
+
:param do_optimization: Whether to perform an optimization on the molecule.
|
|
1103
|
+
:param name: The name of the workflow.
|
|
1104
|
+
:param folder_uuid: The UUID of the folder to store the workflow in.
|
|
1105
|
+
:param max_credits: The maximum number of credits to use for the workflow.
|
|
1106
|
+
:return: A Workflow object representing the submitted workflow.
|
|
1107
|
+
:raises requests.HTTPError: if the request to the API fails.
|
|
1108
|
+
"""
|
|
1109
|
+
if isinstance(initial_molecule, StJamesMolecule):
|
|
1110
|
+
initial_molecule = initial_molecule.model_dump()
|
|
1111
|
+
elif isinstance(initial_molecule, RdkitMol):
|
|
1112
|
+
initial_molecule = StJamesMolecule.from_rdkit(initial_molecule, cid=0)
|
|
1113
|
+
|
|
1114
|
+
workflow = stjames.IonMobilityWorkflow(
|
|
1115
|
+
initial_molecule=initial_molecule,
|
|
1116
|
+
temperature=temperature,
|
|
1117
|
+
protonate=protonate,
|
|
1118
|
+
do_csearch=do_csearch,
|
|
1119
|
+
do_optimization=do_optimization,
|
|
1120
|
+
)
|
|
1121
|
+
|
|
1122
|
+
data = {
|
|
1123
|
+
"name": name,
|
|
1124
|
+
"folder_uuid": folder_uuid,
|
|
1125
|
+
"workflow_type": "ion_mobility",
|
|
1126
|
+
"workflow_data": workflow.model_dump(),
|
|
1127
|
+
"initial_molecule": initial_molecule,
|
|
1128
|
+
"max_credits": max_credits,
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
with api_client() as client:
|
|
1132
|
+
response = client.post("/workflow", json=data)
|
|
1133
|
+
response.raise_for_status()
|
|
1134
|
+
return Workflow(**response.json())
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
def submit_nmr_workflow(
|
|
1138
|
+
initial_molecule: dict[str, Any] | StJamesMolecule | RdkitMol,
|
|
1139
|
+
solvent: str | None = "chloroform",
|
|
1140
|
+
do_csearch: bool = True,
|
|
1141
|
+
do_optimization: bool = True,
|
|
1142
|
+
name: str = "NMR Workflow",
|
|
1143
|
+
folder_uuid: str | None = None,
|
|
1144
|
+
max_credits: int | None = None,
|
|
1145
|
+
) -> Workflow:
|
|
1146
|
+
"""
|
|
1147
|
+
Submits an NMR-prediction workflow to the API.
|
|
1148
|
+
|
|
1149
|
+
:param initial_molecule: The molecule used in the scan.
|
|
1150
|
+
:param solvent: The solvent in which to compute NMR spectra.
|
|
1151
|
+
:param do_csearch: Whether to perform a conformational search on the input structure.
|
|
1152
|
+
:param do_optimization: Whether to perform an optimization on the input structure.
|
|
1153
|
+
:param name: The name of the workflow.
|
|
1154
|
+
:param folder_uuid: The UUID of the folder to store the workflow in.
|
|
1155
|
+
:param max_credits: The maximum number of credits to use for the workflow.
|
|
1156
|
+
:return: A Workflow object representing the submitted workflow.
|
|
1157
|
+
:raises requests.HTTPError: if the request to the API fails.
|
|
1158
|
+
"""
|
|
1159
|
+
if isinstance(initial_molecule, StJamesMolecule):
|
|
1160
|
+
initial_molecule = initial_molecule.model_dump()
|
|
1161
|
+
elif isinstance(initial_molecule, RdkitMol):
|
|
1162
|
+
initial_molecule = StJamesMolecule.from_rdkit(initial_molecule, cid=0)
|
|
1163
|
+
|
|
1164
|
+
workflow_data = {"initial_molecule": initial_molecule, "solvent": solvent}
|
|
1165
|
+
|
|
1166
|
+
if not do_csearch:
|
|
1167
|
+
workflow_data["conf_gen_settings"] = None
|
|
1168
|
+
|
|
1169
|
+
if not do_optimization:
|
|
1170
|
+
workflow_data["multistage_opt_settings"] = None
|
|
1171
|
+
|
|
1172
|
+
workflow = stjames.NMRSpectroscopyWorkflow.model_validate(workflow_data)
|
|
1173
|
+
|
|
1174
|
+
data = {
|
|
1175
|
+
"name": name,
|
|
1176
|
+
"folder_uuid": folder_uuid,
|
|
1177
|
+
"workflow_type": "nmr",
|
|
1178
|
+
"workflow_data": workflow.model_dump(serialize_as_any=True),
|
|
1179
|
+
"initial_molecule": initial_molecule,
|
|
1180
|
+
"max_credits": max_credits,
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
with api_client() as client:
|
|
1184
|
+
response = client.post("/workflow", json=data)
|
|
1185
|
+
response.raise_for_status()
|
|
1186
|
+
return Workflow(**response.json())
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
API_URL = "https://api.rowansci.com"
|
|
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
|