rowan-python 3.0.11__tar.gz → 3.0.12__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-3.0.11 → rowan_python-3.0.12}/PKG-INFO +1 -1
- {rowan_python-3.0.11 → rowan_python-3.0.12}/mkdocs.yml +0 -1
- {rowan_python-3.0.11 → rowan_python-3.0.12}/pixi.lock +89 -89
- {rowan_python-3.0.11 → rowan_python-3.0.12}/pyproject.toml +1 -1
- rowan_python-3.0.11/docs/rowan_rdkit.md +0 -8
- rowan_python-3.0.11/rowan/rowan_rdkit/__init__.py +0 -29
- rowan_python-3.0.11/rowan/rowan_rdkit/chem_utils.py +0 -1019
- {rowan_python-3.0.11 → rowan_python-3.0.12}/.envrc +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/.github/workflows/build-and-deploy-docs.yml +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/.github/workflows/python-publish.yml +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/.github/workflows/test.yml +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/.gitignore +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/.pre-commit-config.yaml +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/AGENTS.md +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/CLAUDE.md +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/GEMINI.md +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/LICENSE +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/README.md +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/docs/images/deciduous-tree-favicon.png +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/docs/index.md +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/docs/stylesheets/colors.css +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/PROTAC_solubility.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/admet.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/analogue_docking.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/aqueous_solubility.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/basic_calculation.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/basic_calculation_from_json.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/basic_calculation_with_constraint.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/basic_calculation_with_solvent.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/batch_docking.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/bde.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/boltz_paired_msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/boltz_single_msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/chai_paired_msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/chai_single_msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/cofolding_screen.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/colabfold_paired_msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/colabfold_single_msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/conformer_dependent_redox.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/conformers.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/data/1iep_receptorH.pdb +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/data/Al_FCC.xyz +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/data/citalopram_1iep.xyz +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/data/tyk2_ligands.sdf +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/data/tyk2_structure.pdb +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/data/workflow_example.json +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/dcd_download.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/descriptors.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/docking_screen.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/double_ended_ts_search.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/electronic_properties.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/estimate_workflow.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/fukui_index.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/hydrogen_bond_basicity.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/interaction_energy_decomposition.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/ion_mobility.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/irc.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/macropka.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/membrane_permeability.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/multistage_optimization.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/nmr.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/optimization.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/pdb_download.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/periodic_dft.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/phenol_pka.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/pka.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/pocket_detection.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/pose_analysis_md.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/project_scoped_api_key.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/protein_binder_design.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/protein_cofolding.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/protein_cofolding_with_constraints.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/protein_md.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/rbfe_graph.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/redox_potential.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/relative_binding_free_energy_perturbation.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/retrieve_workflow.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/scan.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/solvent_dependent_conformers.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/spin_states.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/strain.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/tautomer.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/template.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/examples/webhook.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/__init__.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/api_keys.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/calculation.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/config.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/constants.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/folder.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/molecule.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/project.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/protein.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/py.typed +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/types.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/user.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/utils.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/__init__.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/admet.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/analogue_docking.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/base.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/basic_calculation.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/batch_docking.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/bde.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/conformer_search.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/constants.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/descriptors.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/docking.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/double_ended_ts_search.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/electronic_properties.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/fukui.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/hydrogen_bond_donor_acceptor_strength.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/interaction_energy_decomposition.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/ion_mobility.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/irc.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/macropka.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/membrane_permeability.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/msa.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/multistage_optimization.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/nmr.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/pka.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/pocket_detection.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/pose_analysis_md.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/protein_binder_design.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/protein_cofolding.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/protein_md.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/rbfe_graph.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/redox_potential.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/relative_binding_free_energy_perturbation.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/scan.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/solubility.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/solvent_dependent_conformers.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/spin_states.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/strain.py +0 -0
- {rowan_python-3.0.11 → rowan_python-3.0.12}/rowan/workflows/tautomer_search.py +0 -0
|
@@ -42,14 +42,14 @@ environments:
|
|
|
42
42
|
- pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
|
|
43
43
|
- pypi: https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl
|
|
44
44
|
- pypi: https://files.pythonhosted.org/packages/89/1d/8eff589b45bb8190a9d12c49cfad0f176a5cbd1534908a6b5125e2886239/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
45
|
-
- pypi: https://files.pythonhosted.org/packages/94/16/70255075a9859a0e3adb789b68ceb0e210dec03934245fd98d248226572f/idna-3.16-py3-none-any.whl
|
|
46
45
|
- pypi: https://files.pythonhosted.org/packages/9d/76/f789f7a86709c6b087c5a2f52f911838cad707cc613162401badc665acfe/setuptools-82.0.1-py3-none-any.whl
|
|
47
46
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
48
47
|
- pypi: https://files.pythonhosted.org/packages/a0/f4/c67b0b3f1b9245e8d266f0f112c500d50e5b4e83cb6f3b71b6528104182a/requests-2.34.2-py3-none-any.whl
|
|
49
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
48
|
+
- pypi: https://files.pythonhosted.org/packages/af/b3/6c918dc363f5ab8e3526eefd8e8462750fb8af918180657e84928ad0590d/stjames-0.0.191-py3-none-any.whl
|
|
50
49
|
- pypi: https://files.pythonhosted.org/packages/d1/c7/85d8c89905663550a5962d754aeb44f2dfc81b2968f83d82dd56692dd763/rdkit-2026.3.2-cp314-cp314-manylinux_2_28_x86_64.whl
|
|
51
50
|
- pypi: https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl
|
|
52
51
|
- pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl
|
|
52
|
+
- pypi: https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl
|
|
53
53
|
- pypi: https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl
|
|
54
54
|
- pypi: https://files.pythonhosted.org/packages/f3/eb/ebffaa97dc55502df69584a8f0dcf07f69a3e0b3e2323670a2722db9aa39/numpy-2.4.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
|
|
55
55
|
- pypi: https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl
|
|
@@ -79,17 +79,17 @@ environments:
|
|
|
79
79
|
- pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
|
|
80
80
|
- pypi: https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl
|
|
81
81
|
- pypi: https://files.pythonhosted.org/packages/8e/62/764ce66fa4147ae6d73071a3abf804ffe606f174618697c571acdf26a7c9/numpy-2.4.6-cp314-cp314-macosx_11_0_arm64.whl
|
|
82
|
-
- pypi: https://files.pythonhosted.org/packages/94/16/70255075a9859a0e3adb789b68ceb0e210dec03934245fd98d248226572f/idna-3.16-py3-none-any.whl
|
|
83
82
|
- pypi: https://files.pythonhosted.org/packages/97/c8/c67cb8c70e19ef1960b97b22ed2a1567711de46c4ddf19799923adc836c2/charset_normalizer-3.4.7-cp314-cp314-macosx_10_15_universal2.whl
|
|
84
83
|
- pypi: https://files.pythonhosted.org/packages/9d/76/f789f7a86709c6b087c5a2f52f911838cad707cc613162401badc665acfe/setuptools-82.0.1-py3-none-any.whl
|
|
85
84
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
86
85
|
- pypi: https://files.pythonhosted.org/packages/a0/f4/c67b0b3f1b9245e8d266f0f112c500d50e5b4e83cb6f3b71b6528104182a/requests-2.34.2-py3-none-any.whl
|
|
87
|
-
- pypi: https://files.pythonhosted.org/packages/a2/3e/f5f14c723177c218b96e225014ae00fa608fa1fd77ac68f7ca658895d05c/stjames-0.0.190-py3-none-any.whl
|
|
88
86
|
- pypi: https://files.pythonhosted.org/packages/ad/1f/8970b150a4b4365623ae00fc88603491f763c627311ae8031e3111356d6e/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl
|
|
87
|
+
- pypi: https://files.pythonhosted.org/packages/af/b3/6c918dc363f5ab8e3526eefd8e8462750fb8af918180657e84928ad0590d/stjames-0.0.191-py3-none-any.whl
|
|
89
88
|
- pypi: https://files.pythonhosted.org/packages/ba/8c/1a9e46228571de18f8e28f16fabdfc20212a5d019f3e3303452b3f0a580d/pillow-12.2.0-cp314-cp314-macosx_11_0_arm64.whl
|
|
90
89
|
- pypi: https://files.pythonhosted.org/packages/bc/eb/8325049d449e901fa6ff28f1f5ff9f98aa95faf2e280cf03d9dc582bf310/rdkit-2026.3.2-cp314-cp314-macosx_11_0_arm64.whl
|
|
91
90
|
- pypi: https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl
|
|
92
91
|
- pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl
|
|
92
|
+
- pypi: https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl
|
|
93
93
|
- pypi: https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl
|
|
94
94
|
- pypi: https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl
|
|
95
95
|
dev:
|
|
@@ -128,8 +128,8 @@ environments:
|
|
|
128
128
|
- pypi: https://files.pythonhosted.org/packages/0b/d7/1959b9648791274998a9c3526f6d0ec8fd2233e4d4acce81bbae76b44b2a/python_dotenv-1.2.2-py3-none-any.whl
|
|
129
129
|
- pypi: https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl
|
|
130
130
|
- pypi: https://files.pythonhosted.org/packages/11/8d/d2532ad2a603ca2b93ad9f5135732124e57811d0168155852f37fbce2458/pillow-12.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
|
|
131
|
+
- pypi: https://files.pythonhosted.org/packages/14/a3/9e59340f02c1dc8f8c0a05b09244712b8609eb5439f9996e887e2b82f452/ipython-9.14.0-py3-none-any.whl
|
|
131
132
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
132
|
-
- pypi: https://files.pythonhosted.org/packages/1e/c0/56472c251d09858a53e51efbd485b09e1995d8731668b76d52e5dd6ee0f1/ruff-0.15.14-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
133
133
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
134
134
|
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
|
|
135
135
|
- pypi: https://files.pythonhosted.org/packages/26/2b/78048cbe3b999f6cbf9cc0d90abba6a88a3e0863a8c1c6cbc762f3f8802f/coverage-7.14.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
|
|
@@ -167,7 +167,6 @@ environments:
|
|
|
167
167
|
- pypi: https://files.pythonhosted.org/packages/89/1d/8eff589b45bb8190a9d12c49cfad0f176a5cbd1534908a6b5125e2886239/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
168
168
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
169
169
|
- pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl
|
|
170
|
-
- pypi: https://files.pythonhosted.org/packages/94/16/70255075a9859a0e3adb789b68ceb0e210dec03934245fd98d248226572f/idna-3.16-py3-none-any.whl
|
|
171
170
|
- pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl
|
|
172
171
|
- pypi: https://files.pythonhosted.org/packages/99/5d/8268b644392ee874ee82a635cd0df1773de230bde356c38de28e298392cc/parso-0.8.7-py2.py3-none-any.whl
|
|
173
172
|
- pypi: https://files.pythonhosted.org/packages/9a/93/242e2eab5fe682ffcb8b0084bde703a41d51e17ee0f3a31ff0d9d813620a/jedi-0.20.0-py2.py3-none-any.whl
|
|
@@ -176,12 +175,11 @@ environments:
|
|
|
176
175
|
- pypi: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl
|
|
177
176
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
178
177
|
- pypi: https://files.pythonhosted.org/packages/a0/f4/c67b0b3f1b9245e8d266f0f112c500d50e5b4e83cb6f3b71b6528104182a/requests-2.34.2-py3-none-any.whl
|
|
179
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
178
|
+
- pypi: https://files.pythonhosted.org/packages/af/b3/6c918dc363f5ab8e3526eefd8e8462750fb8af918180657e84928ad0590d/stjames-0.0.191-py3-none-any.whl
|
|
180
179
|
- pypi: https://files.pythonhosted.org/packages/b2/71/4d1d479aa56d0101c40e17720c3d6ac2af7269ea0487a80b18e7bfd1a5b7/ast_serialize-0.5.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
181
180
|
- pypi: https://files.pythonhosted.org/packages/b5/70/5d8df3b09e25bce090399cf48e452d25c935ab72dad19406c77f4e828045/psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl
|
|
182
181
|
- pypi: https://files.pythonhosted.org/packages/b5/e8/dbf020b4d98251a9860752a094d09a65e1b436ad181faf929983f697048f/watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl
|
|
183
182
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
184
|
-
- pypi: https://files.pythonhosted.org/packages/b9/86/3060e8029b7cc505cce9a0137431dda81d0a3fde93a8f0f50ee0bf37a795/ipython-9.13.0-py3-none-any.whl
|
|
185
183
|
- pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
|
|
186
184
|
- pypi: https://files.pythonhosted.org/packages/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl
|
|
187
185
|
- pypi: https://files.pythonhosted.org/packages/c8/8d/3d316429f65029532bb1e28ff77b797d86b5ac3915bb44ca4e19aa283d43/python_discovery-1.4.0-py3-none-any.whl
|
|
@@ -197,6 +195,7 @@ environments:
|
|
|
197
195
|
- pypi: https://files.pythonhosted.org/packages/db/3c/33bac158f8ab7f89b2e59426d5fe2e4f63f7ed25df84c036890172b412b5/cfgv-3.5.0-py2.py3-none-any.whl
|
|
198
196
|
- pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl
|
|
199
197
|
- pypi: https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl
|
|
198
|
+
- pypi: https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl
|
|
200
199
|
- pypi: https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl
|
|
201
200
|
- pypi: https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl
|
|
202
201
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
@@ -206,6 +205,7 @@ environments:
|
|
|
206
205
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
207
206
|
- pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
|
|
208
207
|
- pypi: https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl
|
|
208
|
+
- pypi: https://files.pythonhosted.org/packages/fe/1c/e6e5e568f22be4fb05d6244234aba384c06b451252453b821e1a529263cf/ruff-0.15.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
209
209
|
- pypi: https://files.pythonhosted.org/packages/ff/dc/ac4f3a987a87e1a18556896f257c4e15c95ed157b7975347ec6b313b75ce/virtualenv-21.4.1-py3-none-any.whl
|
|
210
210
|
osx-arm64:
|
|
211
211
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.5.20-hbd8a1cb_0.conda
|
|
@@ -230,6 +230,7 @@ environments:
|
|
|
230
230
|
- pypi: https://files.pythonhosted.org/packages/05/7f/798705f5296a58ca505d600456748d1be48078eac8a7050d8a98bc9edb89/decorator-5.3.1-py3-none-any.whl
|
|
231
231
|
- pypi: https://files.pythonhosted.org/packages/0b/d7/1959b9648791274998a9c3526f6d0ec8fd2233e4d4acce81bbae76b44b2a/python_dotenv-1.2.2-py3-none-any.whl
|
|
232
232
|
- pypi: https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl
|
|
233
|
+
- pypi: https://files.pythonhosted.org/packages/14/a3/9e59340f02c1dc8f8c0a05b09244712b8609eb5439f9996e887e2b82f452/ipython-9.14.0-py3-none-any.whl
|
|
233
234
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
234
235
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
235
236
|
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
|
|
@@ -247,7 +248,6 @@ environments:
|
|
|
247
248
|
- pypi: https://files.pythonhosted.org/packages/41/09/5b161152e2d90f7b87f781c2e1267494aef9c32498df793f73ad0a0a494a/matplotlib_inline-0.2.2-py3-none-any.whl
|
|
248
249
|
- pypi: https://files.pythonhosted.org/packages/41/52/e465037f5375f43533d1a80b6923955201596a99142ed524d77b571a1418/wcwidth-0.7.0-py3-none-any.whl
|
|
249
250
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
250
|
-
- pypi: https://files.pythonhosted.org/packages/56/9e/d13e40f83b8d0a94430e6778ce1d94a43b38cf2efe63278bdd2b4c65abbf/ruff-0.15.14-py3-none-macosx_11_0_arm64.whl
|
|
251
251
|
- pypi: https://files.pythonhosted.org/packages/59/8c/57e832b7af6d7c5abe66eb3fbe3a3a32f4d11ea23a1aa7131371035be991/certifi-2026.5.20-py3-none-any.whl
|
|
252
252
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
253
253
|
- pypi: https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl
|
|
@@ -266,10 +266,10 @@ environments:
|
|
|
266
266
|
- pypi: https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl
|
|
267
267
|
- pypi: https://files.pythonhosted.org/packages/88/29/744136411e785c4b0b744d5413e56555265939ab3a104c6a4b719dad33fd/mkdocs_get_deps-0.2.2-py3-none-any.whl
|
|
268
268
|
- pypi: https://files.pythonhosted.org/packages/88/b2/d0896bdcdc8d28a7fc5717c305f1a861c26e18c05047949fb371034d98bd/nodeenv-1.10.0-py2.py3-none-any.whl
|
|
269
|
+
- pypi: https://files.pythonhosted.org/packages/8c/09/7443452e5d290230a712103f2fdceeef7184f3ec99a2bd01c8be78aaceb5/ruff-0.15.15-py3-none-macosx_11_0_arm64.whl
|
|
269
270
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
270
271
|
- pypi: https://files.pythonhosted.org/packages/8e/62/764ce66fa4147ae6d73071a3abf804ffe606f174618697c571acdf26a7c9/numpy-2.4.6-cp314-cp314-macosx_11_0_arm64.whl
|
|
271
272
|
- pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl
|
|
272
|
-
- pypi: https://files.pythonhosted.org/packages/94/16/70255075a9859a0e3adb789b68ceb0e210dec03934245fd98d248226572f/idna-3.16-py3-none-any.whl
|
|
273
273
|
- pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl
|
|
274
274
|
- pypi: https://files.pythonhosted.org/packages/97/c8/c67cb8c70e19ef1960b97b22ed2a1567711de46c4ddf19799923adc836c2/charset_normalizer-3.4.7-cp314-cp314-macosx_10_15_universal2.whl
|
|
275
275
|
- pypi: https://files.pythonhosted.org/packages/99/5d/8268b644392ee874ee82a635cd0df1773de230bde356c38de28e298392cc/parso-0.8.7-py2.py3-none-any.whl
|
|
@@ -279,11 +279,10 @@ environments:
|
|
|
279
279
|
- pypi: https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl
|
|
280
280
|
- pypi: https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl
|
|
281
281
|
- pypi: https://files.pythonhosted.org/packages/a0/f4/c67b0b3f1b9245e8d266f0f112c500d50e5b4e83cb6f3b71b6528104182a/requests-2.34.2-py3-none-any.whl
|
|
282
|
-
- pypi: https://files.pythonhosted.org/packages/a2/3e/f5f14c723177c218b96e225014ae00fa608fa1fd77ac68f7ca658895d05c/stjames-0.0.190-py3-none-any.whl
|
|
283
282
|
- pypi: https://files.pythonhosted.org/packages/ad/1f/8970b150a4b4365623ae00fc88603491f763c627311ae8031e3111356d6e/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl
|
|
283
|
+
- pypi: https://files.pythonhosted.org/packages/af/b3/6c918dc363f5ab8e3526eefd8e8462750fb8af918180657e84928ad0590d/stjames-0.0.191-py3-none-any.whl
|
|
284
284
|
- pypi: https://files.pythonhosted.org/packages/b5/64/7660f8a4a8e53c924d0fa05dc3a55c9cee10bbd82b11c5afb27d44b096ce/markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl
|
|
285
285
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
286
|
-
- pypi: https://files.pythonhosted.org/packages/b9/86/3060e8029b7cc505cce9a0137431dda81d0a3fde93a8f0f50ee0bf37a795/ipython-9.13.0-py3-none-any.whl
|
|
287
286
|
- pypi: https://files.pythonhosted.org/packages/ba/8c/1a9e46228571de18f8e28f16fabdfc20212a5d019f3e3303452b3f0a580d/pillow-12.2.0-cp314-cp314-macosx_11_0_arm64.whl
|
|
288
287
|
- pypi: https://files.pythonhosted.org/packages/bc/eb/8325049d449e901fa6ff28f1f5ff9f98aa95faf2e280cf03d9dc582bf310/rdkit-2026.3.2-cp314-cp314-macosx_11_0_arm64.whl
|
|
289
288
|
- pypi: https://files.pythonhosted.org/packages/bd/9c/4d95bb87eb2063d20db7b60faa3840c1b18025517ae857371c4dd55a6b3a/pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl
|
|
@@ -302,6 +301,7 @@ environments:
|
|
|
302
301
|
- pypi: https://files.pythonhosted.org/packages/db/7d/7f3d619e951c88ed75c6037b246ddcf2d322812ee8ea189be89511721d54/watchdog-6.0.0.tar.gz
|
|
303
302
|
- pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl
|
|
304
303
|
- pypi: https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl
|
|
304
|
+
- pypi: https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl
|
|
305
305
|
- pypi: https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl
|
|
306
306
|
- pypi: https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl
|
|
307
307
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
@@ -801,16 +801,59 @@ packages:
|
|
|
801
801
|
- trove-classifiers>=2024.10.12 ; extra == 'tests'
|
|
802
802
|
- defusedxml ; extra == 'xmp'
|
|
803
803
|
requires_python: '>=3.10'
|
|
804
|
+
- pypi: https://files.pythonhosted.org/packages/14/a3/9e59340f02c1dc8f8c0a05b09244712b8609eb5439f9996e887e2b82f452/ipython-9.14.0-py3-none-any.whl
|
|
805
|
+
name: ipython
|
|
806
|
+
version: 9.14.0
|
|
807
|
+
sha256: 8fd984a3372c14b12790b084ba6b5cff5678c0cb063244a0034f06a51f20d6c2
|
|
808
|
+
requires_dist:
|
|
809
|
+
- colorama>=0.4.4 ; sys_platform == 'win32'
|
|
810
|
+
- decorator>=5.1.0
|
|
811
|
+
- ipython-pygments-lexers>=1.0.0
|
|
812
|
+
- jedi>=0.18.2
|
|
813
|
+
- matplotlib-inline>=0.1.6
|
|
814
|
+
- pexpect>4.6 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
|
815
|
+
- prompt-toolkit>=3.0.41,<3.1.0
|
|
816
|
+
- psutil>=7 ; sys_platform != 'emscripten'
|
|
817
|
+
- pygments>=2.14.0
|
|
818
|
+
- stack-data>=0.6.0
|
|
819
|
+
- traitlets>=5.13.0
|
|
820
|
+
- typing-extensions>=4.6 ; python_full_version < '3.12'
|
|
821
|
+
- black ; extra == 'black'
|
|
822
|
+
- docrepr ; extra == 'doc'
|
|
823
|
+
- exceptiongroup ; extra == 'doc'
|
|
824
|
+
- intersphinx-registry ; extra == 'doc'
|
|
825
|
+
- ipykernel ; extra == 'doc'
|
|
826
|
+
- ipython[matplotlib,test] ; extra == 'doc'
|
|
827
|
+
- setuptools>=80.0 ; extra == 'doc'
|
|
828
|
+
- sphinx-toml==0.0.4 ; extra == 'doc'
|
|
829
|
+
- sphinx-rtd-theme>=0.1.8 ; extra == 'doc'
|
|
830
|
+
- sphinx>=8.0 ; extra == 'doc'
|
|
831
|
+
- typing-extensions ; extra == 'doc'
|
|
832
|
+
- pytest>=7.0.0 ; extra == 'test'
|
|
833
|
+
- pytest-asyncio>=1.0.0 ; extra == 'test'
|
|
834
|
+
- testpath>=0.2 ; extra == 'test'
|
|
835
|
+
- packaging>=23.0.0 ; extra == 'test'
|
|
836
|
+
- setuptools>=80.0 ; extra == 'test'
|
|
837
|
+
- ipython[test] ; extra == 'test-extra'
|
|
838
|
+
- curio ; extra == 'test-extra'
|
|
839
|
+
- jupyter-ai ; extra == 'test-extra'
|
|
840
|
+
- ipython[matplotlib] ; extra == 'test-extra'
|
|
841
|
+
- nbformat ; extra == 'test-extra'
|
|
842
|
+
- nbclient ; extra == 'test-extra'
|
|
843
|
+
- ipykernel>6.30 ; extra == 'test-extra'
|
|
844
|
+
- numpy>=2.0 ; extra == 'test-extra'
|
|
845
|
+
- pandas>2.1 ; extra == 'test-extra'
|
|
846
|
+
- trio>=0.22.0 ; extra == 'test-extra'
|
|
847
|
+
- matplotlib>3.9 ; extra == 'matplotlib'
|
|
848
|
+
- ipython[doc,matplotlib,terminal,test,test-extra] ; extra == 'all'
|
|
849
|
+
- argcomplete>=3.0 ; extra == 'all'
|
|
850
|
+
- types-decorator ; extra == 'all'
|
|
851
|
+
requires_python: '>=3.11'
|
|
804
852
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
805
853
|
name: typing-extensions
|
|
806
854
|
version: 4.15.0
|
|
807
855
|
sha256: f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548
|
|
808
856
|
requires_python: '>=3.9'
|
|
809
|
-
- pypi: https://files.pythonhosted.org/packages/1e/c0/56472c251d09858a53e51efbd485b09e1995d8731668b76d52e5dd6ee0f1/ruff-0.15.14-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
810
|
-
name: ruff
|
|
811
|
-
version: 0.15.14
|
|
812
|
-
sha256: 715c543cf450c4888251f91c52f1942a800541d9bddd7ac060aa4e6b77ae7cba
|
|
813
|
-
requires_python: '>=3.7'
|
|
814
857
|
- pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl
|
|
815
858
|
name: mkdocs
|
|
816
859
|
version: 1.6.1
|
|
@@ -1029,11 +1072,6 @@ packages:
|
|
|
1029
1072
|
- pytest-benchmark ; extra == 'testing'
|
|
1030
1073
|
- coverage ; extra == 'testing'
|
|
1031
1074
|
requires_python: '>=3.9'
|
|
1032
|
-
- pypi: https://files.pythonhosted.org/packages/56/9e/d13e40f83b8d0a94430e6778ce1d94a43b38cf2efe63278bdd2b4c65abbf/ruff-0.15.14-py3-none-macosx_11_0_arm64.whl
|
|
1033
|
-
name: ruff
|
|
1034
|
-
version: 0.15.14
|
|
1035
|
-
sha256: 48d5909d7d06276ce7dde6d32bfa4b0d4cb2651145cd8ee4b440722cbc77832f
|
|
1036
|
-
requires_python: '>=3.7'
|
|
1037
1075
|
- pypi: https://files.pythonhosted.org/packages/59/8c/57e832b7af6d7c5abe66eb3fbe3a3a32f4d11ea23a1aa7131371035be991/certifi-2026.5.20-py3-none-any.whl
|
|
1038
1076
|
name: certifi
|
|
1039
1077
|
version: 2026.5.20
|
|
@@ -1230,6 +1268,11 @@ packages:
|
|
|
1230
1268
|
requires_dist:
|
|
1231
1269
|
- typing-extensions>=4.14.1
|
|
1232
1270
|
requires_python: '>=3.9'
|
|
1271
|
+
- pypi: https://files.pythonhosted.org/packages/8c/09/7443452e5d290230a712103f2fdceeef7184f3ec99a2bd01c8be78aaceb5/ruff-0.15.15-py3-none-macosx_11_0_arm64.whl
|
|
1272
|
+
name: ruff
|
|
1273
|
+
version: 0.15.15
|
|
1274
|
+
sha256: 77d955a431430c66f72dd94e379ad38a16daea3d25094872ac4edf9e797be530
|
|
1275
|
+
requires_python: '>=3.7'
|
|
1233
1276
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
1234
1277
|
name: pure-eval
|
|
1235
1278
|
version: 0.2.3
|
|
@@ -1249,15 +1292,6 @@ packages:
|
|
|
1249
1292
|
- pytest ; extra == 'dev'
|
|
1250
1293
|
- tox ; extra == 'dev'
|
|
1251
1294
|
- black ; extra == 'lint'
|
|
1252
|
-
- pypi: https://files.pythonhosted.org/packages/94/16/70255075a9859a0e3adb789b68ceb0e210dec03934245fd98d248226572f/idna-3.16-py3-none-any.whl
|
|
1253
|
-
name: idna
|
|
1254
|
-
version: '3.16'
|
|
1255
|
-
sha256: cc246e3a3f89580c3a951b5ad298ca4638078b2cdd4f115654332b5c26daded5
|
|
1256
|
-
requires_dist:
|
|
1257
|
-
- ruff>=0.6.2 ; extra == 'all'
|
|
1258
|
-
- mypy>=1.11.2 ; extra == 'all'
|
|
1259
|
-
- pytest>=8.3.2 ; extra == 'all'
|
|
1260
|
-
requires_python: '>=3.9'
|
|
1261
1295
|
- pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl
|
|
1262
1296
|
name: identify
|
|
1263
1297
|
version: 2.6.19
|
|
@@ -1415,10 +1449,17 @@ packages:
|
|
|
1415
1449
|
- pysocks>=1.5.6,!=1.5.7 ; extra == 'socks'
|
|
1416
1450
|
- chardet>=3.0.2,<8 ; extra == 'use-chardet-on-py3'
|
|
1417
1451
|
requires_python: '>=3.10'
|
|
1418
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1452
|
+
- pypi: https://files.pythonhosted.org/packages/ad/1f/8970b150a4b4365623ae00fc88603491f763c627311ae8031e3111356d6e/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl
|
|
1453
|
+
name: pydantic-core
|
|
1454
|
+
version: 2.46.4
|
|
1455
|
+
sha256: 23ace664830ee0bfe014a0c7bc248b1f7f25ed7ad103852c317624a1083af462
|
|
1456
|
+
requires_dist:
|
|
1457
|
+
- typing-extensions>=4.14.1
|
|
1458
|
+
requires_python: '>=3.9'
|
|
1459
|
+
- pypi: https://files.pythonhosted.org/packages/af/b3/6c918dc363f5ab8e3526eefd8e8462750fb8af918180657e84928ad0590d/stjames-0.0.191-py3-none-any.whl
|
|
1419
1460
|
name: stjames
|
|
1420
|
-
version: 0.0.
|
|
1421
|
-
sha256:
|
|
1461
|
+
version: 0.0.191
|
|
1462
|
+
sha256: 616f4289914255dad7bb021ebbd2d0f02aa7c5944e78d772bf2e867c671f8738
|
|
1422
1463
|
requires_dist:
|
|
1423
1464
|
- pydantic>=2.4
|
|
1424
1465
|
- numpy
|
|
@@ -1426,13 +1467,6 @@ packages:
|
|
|
1426
1467
|
- more-itertools
|
|
1427
1468
|
- rdkit ; extra == 'rdkit'
|
|
1428
1469
|
requires_python: '>=3.11'
|
|
1429
|
-
- pypi: https://files.pythonhosted.org/packages/ad/1f/8970b150a4b4365623ae00fc88603491f763c627311ae8031e3111356d6e/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl
|
|
1430
|
-
name: pydantic-core
|
|
1431
|
-
version: 2.46.4
|
|
1432
|
-
sha256: 23ace664830ee0bfe014a0c7bc248b1f7f25ed7ad103852c317624a1083af462
|
|
1433
|
-
requires_dist:
|
|
1434
|
-
- typing-extensions>=4.14.1
|
|
1435
|
-
requires_python: '>=3.9'
|
|
1436
1470
|
- pypi: https://files.pythonhosted.org/packages/b2/71/4d1d479aa56d0101c40e17720c3d6ac2af7269ea0487a80b18e7bfd1a5b7/ast_serialize-0.5.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
1437
1471
|
name: ast-serialize
|
|
1438
1472
|
version: 0.5.0
|
|
@@ -1499,54 +1533,6 @@ packages:
|
|
|
1499
1533
|
version: 1.17.0
|
|
1500
1534
|
sha256: 4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274
|
|
1501
1535
|
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*'
|
|
1502
|
-
- pypi: https://files.pythonhosted.org/packages/b9/86/3060e8029b7cc505cce9a0137431dda81d0a3fde93a8f0f50ee0bf37a795/ipython-9.13.0-py3-none-any.whl
|
|
1503
|
-
name: ipython
|
|
1504
|
-
version: 9.13.0
|
|
1505
|
-
sha256: 57f9d4639e20818d328d287c7b549af3d05f12486ea8f2e7f73e52a36ec4d201
|
|
1506
|
-
requires_dist:
|
|
1507
|
-
- colorama>=0.4.4 ; sys_platform == 'win32'
|
|
1508
|
-
- decorator>=5.1.0
|
|
1509
|
-
- ipython-pygments-lexers>=1.0.0
|
|
1510
|
-
- jedi>=0.18.2
|
|
1511
|
-
- matplotlib-inline>=0.1.6
|
|
1512
|
-
- pexpect>4.6 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
|
1513
|
-
- prompt-toolkit>=3.0.41,<3.1.0
|
|
1514
|
-
- psutil>=7
|
|
1515
|
-
- pygments>=2.14.0
|
|
1516
|
-
- stack-data>=0.6.0
|
|
1517
|
-
- traitlets>=5.13.0
|
|
1518
|
-
- typing-extensions>=4.6 ; python_full_version < '3.12'
|
|
1519
|
-
- black ; extra == 'black'
|
|
1520
|
-
- docrepr ; extra == 'doc'
|
|
1521
|
-
- exceptiongroup ; extra == 'doc'
|
|
1522
|
-
- intersphinx-registry ; extra == 'doc'
|
|
1523
|
-
- ipykernel ; extra == 'doc'
|
|
1524
|
-
- ipython[matplotlib,test] ; extra == 'doc'
|
|
1525
|
-
- setuptools>=80.0 ; extra == 'doc'
|
|
1526
|
-
- sphinx-toml==0.0.4 ; extra == 'doc'
|
|
1527
|
-
- sphinx-rtd-theme>=0.1.8 ; extra == 'doc'
|
|
1528
|
-
- sphinx>=8.0 ; extra == 'doc'
|
|
1529
|
-
- typing-extensions ; extra == 'doc'
|
|
1530
|
-
- pytest>=7.0.0 ; extra == 'test'
|
|
1531
|
-
- pytest-asyncio>=1.0.0 ; extra == 'test'
|
|
1532
|
-
- testpath>=0.2 ; extra == 'test'
|
|
1533
|
-
- packaging>=23.0.0 ; extra == 'test'
|
|
1534
|
-
- setuptools>=80.0 ; extra == 'test'
|
|
1535
|
-
- ipython[test] ; extra == 'test-extra'
|
|
1536
|
-
- curio ; extra == 'test-extra'
|
|
1537
|
-
- jupyter-ai ; extra == 'test-extra'
|
|
1538
|
-
- ipython[matplotlib] ; extra == 'test-extra'
|
|
1539
|
-
- nbformat ; extra == 'test-extra'
|
|
1540
|
-
- nbclient ; extra == 'test-extra'
|
|
1541
|
-
- ipykernel>6.30 ; extra == 'test-extra'
|
|
1542
|
-
- numpy>=2.0 ; extra == 'test-extra'
|
|
1543
|
-
- pandas>2.1 ; extra == 'test-extra'
|
|
1544
|
-
- trio>=0.22.0 ; extra == 'test-extra'
|
|
1545
|
-
- matplotlib>3.9 ; extra == 'matplotlib'
|
|
1546
|
-
- ipython[doc,matplotlib,terminal,test,test-extra] ; extra == 'all'
|
|
1547
|
-
- argcomplete>=3.0 ; extra == 'all'
|
|
1548
|
-
- types-decorator ; extra == 'all'
|
|
1549
|
-
requires_python: '>=3.11'
|
|
1550
1536
|
- pypi: https://files.pythonhosted.org/packages/ba/8c/1a9e46228571de18f8e28f16fabdfc20212a5d019f3e3303452b3f0a580d/pillow-12.2.0-cp314-cp314-macosx_11_0_arm64.whl
|
|
1551
1537
|
name: pillow
|
|
1552
1538
|
version: 12.2.0
|
|
@@ -1750,6 +1736,15 @@ packages:
|
|
|
1750
1736
|
- mkdocs-section-index ; extra == 'docs'
|
|
1751
1737
|
- mkdocs-literate-nav ; extra == 'docs'
|
|
1752
1738
|
requires_python: '>=3.10'
|
|
1739
|
+
- pypi: https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl
|
|
1740
|
+
name: idna
|
|
1741
|
+
version: '3.17'
|
|
1742
|
+
sha256: 466e48829084efe2548012b855df21540b96f2e20e51bd124c851536556a592c
|
|
1743
|
+
requires_dist:
|
|
1744
|
+
- ruff>=0.6.2 ; extra == 'all'
|
|
1745
|
+
- mypy>=1.11.2 ; extra == 'all'
|
|
1746
|
+
- pytest>=8.3.2 ; extra == 'all'
|
|
1747
|
+
requires_python: '>=3.9'
|
|
1753
1748
|
- pypi: https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl
|
|
1754
1749
|
name: packaging
|
|
1755
1750
|
version: '26.2'
|
|
@@ -1823,6 +1818,11 @@ packages:
|
|
|
1823
1818
|
- email-validator>=2.0.0 ; extra == 'email'
|
|
1824
1819
|
- tzdata ; python_full_version >= '3.9' and sys_platform == 'win32' and extra == 'timezone'
|
|
1825
1820
|
requires_python: '>=3.9'
|
|
1821
|
+
- pypi: https://files.pythonhosted.org/packages/fe/1c/e6e5e568f22be4fb05d6244234aba384c06b451252453b821e1a529263cf/ruff-0.15.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
1822
|
+
name: ruff
|
|
1823
|
+
version: 0.15.15
|
|
1824
|
+
sha256: 48decfa11d740de4889de623be1463308346312f2409a56e24aa280c86162dc4
|
|
1825
|
+
requires_python: '>=3.7'
|
|
1826
1826
|
- pypi: https://files.pythonhosted.org/packages/ff/dc/ac4f3a987a87e1a18556896f257c4e15c95ed157b7975347ec6b313b75ce/virtualenv-21.4.1-py3-none-any.whl
|
|
1827
1827
|
name: virtualenv
|
|
1828
1828
|
version: 21.4.1
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
::: rowan.rowan_rdkit
|
|
2
|
-
handler: python
|
|
3
|
-
options:
|
|
4
|
-
show_source: false
|
|
5
|
-
show_root_heading: false
|
|
6
|
-
show_root_toc_entry: false
|
|
7
|
-
members_order: source # show items in the order they appear in code
|
|
8
|
-
group_by_category: true # adds “Classes”, “Functions”, … headings -->
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
from .chem_utils import (
|
|
2
|
-
batch_charges,
|
|
3
|
-
batch_conformers,
|
|
4
|
-
batch_energy,
|
|
5
|
-
batch_optimize,
|
|
6
|
-
batch_pka,
|
|
7
|
-
batch_tautomers,
|
|
8
|
-
run_charges,
|
|
9
|
-
run_conformers,
|
|
10
|
-
run_energy,
|
|
11
|
-
run_optimize,
|
|
12
|
-
run_pka,
|
|
13
|
-
run_tautomers,
|
|
14
|
-
)
|
|
15
|
-
|
|
16
|
-
__all__ = [
|
|
17
|
-
"batch_charges",
|
|
18
|
-
"batch_conformers",
|
|
19
|
-
"batch_energy",
|
|
20
|
-
"batch_optimize",
|
|
21
|
-
"batch_pka",
|
|
22
|
-
"batch_tautomers",
|
|
23
|
-
"run_charges",
|
|
24
|
-
"run_conformers",
|
|
25
|
-
"run_energy",
|
|
26
|
-
"run_optimize",
|
|
27
|
-
"run_pka",
|
|
28
|
-
"run_tautomers",
|
|
29
|
-
]
|