cosmopharm 0.1.2__tar.gz → 0.1.3__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.
- {cosmopharm-0.1.2/src/cosmopharm.egg-info → cosmopharm-0.1.3}/PKG-INFO +1 -1
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/setup.cfg +3 -1
- {cosmopharm-0.1.2 → cosmopharm-0.1.3/src/cosmopharm.egg-info}/PKG-INFO +1 -1
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/LICENSE +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/README.md +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/setup.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/__init__.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/actmodels/__init__.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/actmodels/actmodel.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/actmodels/cosmo.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/components.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/equilibrium/__init__.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/equilibrium/lle.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/equilibrium/sle.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/utils/__init__.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/utils/convert.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/utils/helpers.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/utils/lle_scanner.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm/utils/spacing.py +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm.egg-info/SOURCES.txt +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm.egg-info/dependency_links.txt +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm.egg-info/requires.txt +0 -0
- {cosmopharm-0.1.2 → cosmopharm-0.1.3}/src/cosmopharm.egg-info/top_level.txt +0 -0
@@ -1,11 +1,13 @@
|
|
1
1
|
[metadata]
|
2
2
|
name = cosmopharm
|
3
|
-
version = 0.1.
|
3
|
+
version = 0.1.3
|
4
4
|
author = Ivan Antolovic
|
5
5
|
author_email = Ivan.Antolovic@tu-berlin.de
|
6
6
|
maintainer = Martin Klajmon
|
7
7
|
maintainer_email = Martin.Klajmon@vscht.cz
|
8
8
|
description = Predictive modeling for drug-polymer compatibility in pharmaceutical formulations using COSMO-SAC.
|
9
|
+
long_description = file: README.md
|
10
|
+
long_description_content_type = text/markdown
|
9
11
|
keywords = Drug-Polymer Compatibility, Amorphous Solid Dispersions, Pharmaceutical Formulation, COSMO-SAC Model, Solubility Prediction, Miscibility Analysis, Phase Behavior Prediction, Pharmaceutical Sciences, Drug Formulation Research, Polymer Science, Predictive Modeling in Pharma, Drug Development Tools, Biopharmaceuticals
|
10
12
|
url = https://github.com/ivanantolo/cosmopharm
|
11
13
|
license = MIT
|
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
|