# mol-properties
**mol-properties** is a Python CLI tool to calculate molecular properties and evaluate drug-likeness rules (Lipinski & Veber). It also predicts approximate aqueous solubility (logS) using the ESOL model.
## Features
- Calculate key molecular descriptors:
- Molecular Weight (MW)
- LogP
- H-bond donors (HBD)
- H-bond acceptors (HBA)
- Topological Polar Surface Area (TPSA)
- Rotatable Bonds (RotB)
- LogS (aqueous solubility)
- Check Lipinski and Veber rules for drug-likeness.
- Accepts **single SMILES** or **file containing multiple SMILES**.
- Optional strict Lipinski mode: any violation fails.
## Installation
```bash
pip install mol-properties
```
## Usage
Single molecule
```bash
mol-properties "CCO" -o ethanol.csv
```
Multiple molecules from a file eg: molecules.smi
```bash
mol-properties molecules.smi -o output.csv
```
Strict Lipinski mode
```bash
mol-properties molecules.smi -o output.csv --strict-lipinski
```
## Output
-CSV file with molecular properties
-Summary printed in terminal -> Number of molecules passing Lipinski and Veber rules.
## Dependencies
-Python >= 3.10
-RDKit
-pandas
Raw data
{
"_id": null,
"home_page": "https://github.com/yourusername/mol-properties",
"name": "mol-properties",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Your Name",
"author_email": "your.email@example.com",
"download_url": "https://files.pythonhosted.org/packages/65/fc/25dccb5448e6eb093b778e1e6dd78517b4b776cea37d9840903cb591da15/mol_properties-1.0.0.tar.gz",
"platform": null,
"description": "# mol-properties\r\n\r\n**mol-properties** is a Python CLI tool to calculate molecular properties and evaluate drug-likeness rules (Lipinski & Veber). It also predicts approximate aqueous solubility (logS) using the ESOL model.\r\n\r\n## Features\r\n\r\n- Calculate key molecular descriptors:\r\n - Molecular Weight (MW)\r\n - LogP\r\n - H-bond donors (HBD)\r\n - H-bond acceptors (HBA)\r\n - Topological Polar Surface Area (TPSA)\r\n - Rotatable Bonds (RotB)\r\n - LogS (aqueous solubility)\r\n- Check Lipinski and Veber rules for drug-likeness.\r\n- Accepts **single SMILES** or **file containing multiple SMILES**.\r\n- Optional strict Lipinski mode: any violation fails.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install mol-properties\r\n```\r\n\r\n## Usage \r\nSingle molecule \r\n```bash\r\nmol-properties \"CCO\" -o ethanol.csv\r\n```\r\n\r\nMultiple molecules from a file eg: molecules.smi\r\n```bash \r\nmol-properties molecules.smi -o output.csv\r\n```\r\n\r\nStrict Lipinski mode\r\n```bash \r\nmol-properties molecules.smi -o output.csv --strict-lipinski\r\n```\r\n\r\n\r\n## Output \r\n-CSV file with molecular properties \r\n-Summary printed in terminal -> Number of molecules passing Lipinski and Veber rules.\r\n\r\n## Dependencies\r\n-Python >= 3.10\r\n-RDKit\r\n-pandas\r\n",
"bugtrack_url": null,
"license": null,
"summary": "CLI tool to calculate molecular properties and drug-likeness",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/yourusername/mol-properties"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b66862cc3fc4e1444356029f3249ceb4dc6a7ae0e36b7d7e1881aaad4f1806ae",
"md5": "5a6820e896b875471f514025fddc21bd",
"sha256": "4571477f5a97722d6eb7805b35944d76b1d3a68c56fa0975fdf4cc06b8616754"
},
"downloads": -1,
"filename": "mol_properties-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5a6820e896b875471f514025fddc21bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 5292,
"upload_time": "2025-09-13T03:36:58",
"upload_time_iso_8601": "2025-09-13T03:36:58.605361Z",
"url": "https://files.pythonhosted.org/packages/b6/68/62cc3fc4e1444356029f3249ceb4dc6a7ae0e36b7d7e1881aaad4f1806ae/mol_properties-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65fc25dccb5448e6eb093b778e1e6dd78517b4b776cea37d9840903cb591da15",
"md5": "c8662188cadae54dfafe7cde13ec58a6",
"sha256": "45c082aa978ff4ec5cceb319ed731709b4f585a67fa60eceb64911f81e920b70"
},
"downloads": -1,
"filename": "mol_properties-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c8662188cadae54dfafe7cde13ec58a6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 4311,
"upload_time": "2025-09-13T03:37:00",
"upload_time_iso_8601": "2025-09-13T03:37:00.134515Z",
"url": "https://files.pythonhosted.org/packages/65/fc/25dccb5448e6eb093b778e1e6dd78517b4b776cea37d9840903cb591da15/mol_properties-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-13 03:37:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yourusername",
"github_project": "mol-properties",
"github_not_found": true,
"lcname": "mol-properties"
}