cosmopharm 0.0.4__py3-none-any.whl → 0.0.5__py3-none-any.whl
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.
- {cosmopharm-0.0.4.dist-info → cosmopharm-0.0.5.dist-info}/METADATA +53 -4
- {cosmopharm-0.0.4.dist-info → cosmopharm-0.0.5.dist-info}/RECORD +5 -5
- {cosmopharm-0.0.4.dist-info → cosmopharm-0.0.5.dist-info}/LICENSE +0 -0
- {cosmopharm-0.0.4.dist-info → cosmopharm-0.0.5.dist-info}/WHEEL +0 -0
- {cosmopharm-0.0.4.dist-info → cosmopharm-0.0.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cosmopharm
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.5
|
4
4
|
Summary: Predictive modeling for drug-polymer compatibility in pharmaceutical formulations using COSMO-SAC.
|
5
5
|
Home-page: https://github.com/ivanantolo/cosmopharm,
|
6
6
|
Author: Ivan Antolovic
|
@@ -37,6 +37,14 @@ Requires-Dist: openpyxl >=3.0
|
|
37
37
|
|
38
38
|
# COSMOPharm
|
39
39
|
|
40
|
+
<p align="center">
|
41
|
+
<img src="TOC.png" alt="TOC Figure" width="400"/>
|
42
|
+
</p>
|
43
|
+
|
44
|
+
Welcome to the COSMOPharm repository, accompanying [our paper in *J. Chem. Theory Comput.*](https://dx.doi.org/10.1021/acs.jctc.9b01016). This project and its associated publication offer insights and a practical toolkit for researching drug-polymer and drug-solvent systems, aiming to provide the scientific community with the means to reproduce our findings and further the development of COSMO-SAC-based models.
|
45
|
+
|
46
|
+
## About
|
47
|
+
|
40
48
|
COSMOPharm is a Python package designed to streamline the predictive modeling of drug-polymer compatibility, crucial for the development of pharmaceutical amorphous solid dispersions. Apart from that, it can also be used for the miscibility/solubility of drugs with/in common solvents. Leveraging the COSMO-SAC (Conductor-like Screening Model Segment Activity Coefficient) model, COSMOPharm offers a robust platform for scientists and researchers to predict solubility, miscibility, and phase behavior in drug formulation processes.
|
41
49
|
|
42
50
|
## Features
|
@@ -48,11 +56,52 @@ COSMOPharm is a Python package designed to streamline the predictive modeling of
|
|
48
56
|
|
49
57
|
## Installation
|
50
58
|
|
51
|
-
|
59
|
+
### Quick Installation
|
60
|
+
For most users, the quickest and easiest way to install COSMOPharm is via pip, which will manage all dependencies for you. Ensure you have already installed the cCOSMO library by following the instructions on the [COSMOSAC GitHub page](https://github.com/usnistgov/COSMOSAC).
|
61
|
+
|
62
|
+
Once cCOSMO is installed, you can install COSMOPharm directly from PyPI:
|
63
|
+
|
64
|
+
```
|
65
|
+
pip install cosmopharm
|
66
|
+
```
|
67
|
+
|
68
|
+
### Advanced Installation Options
|
69
|
+
|
70
|
+
For users who need more control over the installation process (e.g., for development purposes or when integrating with other projects), COSMOPharm can also be installed by cloning the repository and installing manually.
|
71
|
+
|
72
|
+
#### Step 1: Clone the Repository
|
73
|
+
|
74
|
+
First, clone the COSMOPharm repository:
|
75
|
+
```
|
76
|
+
git clone https://github.com/ivanantolo/cosmopharm
|
77
|
+
```
|
78
|
+
|
79
|
+
#### Step 2: Navigate to the Repository Directory
|
80
|
+
|
81
|
+
```
|
82
|
+
cd cosmopharm
|
83
|
+
```
|
84
|
+
|
85
|
+
#### Option 1: Using pip to Install from Local Source
|
86
|
+
|
87
|
+
This method installs COSMOPharm and manages all dependencies efficiently:
|
88
|
+
|
89
|
+
```
|
90
|
+
pip install .
|
91
|
+
```
|
92
|
+
|
93
|
+
|
94
|
+
#### Option 2: Using setup.py for Installation
|
95
|
+
|
96
|
+
Alternatively, you can run the setup script directly:
|
97
|
+
|
98
|
+
```
|
99
|
+
python setup.py install
|
100
|
+
```
|
52
101
|
|
53
|
-
|
102
|
+
While this method is straightforward, using `pip` is generally preferred for its dependency management capabilities.
|
54
103
|
|
55
|
-
|
104
|
+
Please note: Before proceeding with either advanced installation option, ensure the cCOSMO library is installed as described at the beginning of this section.
|
56
105
|
|
57
106
|
## Quick Start
|
58
107
|
|
@@ -11,8 +11,8 @@ cosmopharm/utils/convert.py,sha256=V-7jY-Sb7C38N5bQcp1c27EOiVJfriP6zRbLAIKgrdE,2
|
|
11
11
|
cosmopharm/utils/helpers.py,sha256=D2Zx9P0ywWWl2XQtzC6e5ek2CrudBIncfAIp_7vQnC0,1430
|
12
12
|
cosmopharm/utils/lle_scanner.py,sha256=So9FCxLLcHmBkuF6zggMo3W3gFBocEmuRzyxVGy69JM,6587
|
13
13
|
cosmopharm/utils/spacing.py,sha256=vtM9b4wodpFGkZFGGLhiSXT51Zl6fNK2Og4oRcbLFH4,9222
|
14
|
-
cosmopharm-0.0.
|
15
|
-
cosmopharm-0.0.
|
16
|
-
cosmopharm-0.0.
|
17
|
-
cosmopharm-0.0.
|
18
|
-
cosmopharm-0.0.
|
14
|
+
cosmopharm-0.0.5.dist-info/LICENSE,sha256=25ZCycfBgonIECGYnZTy72eJVfzcHCEOz3DM9sTx7do,1162
|
15
|
+
cosmopharm-0.0.5.dist-info/METADATA,sha256=o_eHoACvZfpLyK5ODPORKHqb77CaQKyBN65dZSHv3e4,5983
|
16
|
+
cosmopharm-0.0.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
17
|
+
cosmopharm-0.0.5.dist-info/top_level.txt,sha256=MGniVgvs1yq4sn6HQ7ErDVYV_g3st3Fs8TTFHOJVQ9I,11
|
18
|
+
cosmopharm-0.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|