a focused Python package for molecular preparation, docking simulation, visualization, and analysis workflows
Project description
zendock
zendock is a focused Python package for the molecular docking workflow sketched in notebooks/zendock_colab_demo.ipynb.
This package aims to provede the entire stack needed to perform molecular docking for scientific use, sacrificing performance and flexibility for access and ease of use.
The base package keeps imports lightweight. Install extras for ligand/receptor preparation, docking, and visualization workflows.
Demo
Try the interactive Google Colab notebook:
Open the Zendock demo in Colab
Philosophy
- Lightweight import by default, optional extras for full workflows
- Notebook prototype, package implementation
uvfor developmentpipworks for end users
Install
Users
Install from PyPI with regular pip:
pip install zendock
Install the complete workflow stack with:
pip install "zendock[all]"
Targeted extras are also available:
pip install "zendock[prep]" # ligand/receptor preparation
pip install "zendock[dock]" # Vina docking
pip install "zendock[viz]" # 3D/interaction visualization
Development with uv
Create an environment and install the package in editable mode:
uv venv
source .venv/bin/activate
uv pip install -e ".[all]"
Install developer tools too:
uv pip install -e ".[dev]"
Development Workflow
Typical loop:
uv venv
source .venv/bin/activate
uv pip install -e ".[all,dev]"
pytest
python -m build
Project Layout
src/zendock/
__init__.py
docking.py
exceptions.py
fetching.py
ligand.py
models.py
receptor.py
result_store.py
results.py
tools.py
utils.py
workspace.py
tests/
Docking.ipynb
pyproject.toml
Current Public API
from zendock import DockingRunner, Ligand, OutputLayout, Receptor
DockingRunner remains the notebook-friendly facade. New code can pass an OutputLayout to centralize output directories and use the typed result objects cached on runner.last_result after docking.
Notes
- The package is licensed under MIT.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zendock-0.2.0.tar.gz.
File metadata
- Download URL: zendock-0.2.0.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12da94fe8c011908dd739faeb5c86bd2b1492864577742f7657187ca8546006a
|
|
| MD5 |
4bee2a98a567e1e6cfc3631bca3dc55f
|
|
| BLAKE2b-256 |
e065d03c0b7e9a4ac218046417829d64941787e5258c6131c806e13312ebc3b8
|
File details
Details for the file zendock-0.2.0-py3-none-any.whl.
File metadata
- Download URL: zendock-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9675d1eaa143a95676671defed6eae499351af9e7c58c1fe6dea844ff19dcbff
|
|
| MD5 |
05bd73457a6eabd332d557d2d9ceb8fc
|
|
| BLAKE2b-256 |
72c6d9ee8b5b1fc464306ce3626ba0087d772bd6d13b1f08c3852119107f500f
|