cosmopharm 0.0.1__tar.gz → 0.0.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.
Files changed (23) hide show
  1. {cosmopharm-0.0.1/src/cosmopharm.egg-info → cosmopharm-0.0.3}/PKG-INFO +7 -4
  2. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/setup.cfg +7 -4
  3. {cosmopharm-0.0.1 → cosmopharm-0.0.3/src/cosmopharm.egg-info}/PKG-INFO +7 -4
  4. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/LICENSE +0 -0
  5. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/README.md +0 -0
  6. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/setup.py +0 -0
  7. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/__init__.py +0 -0
  8. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/actmodels/__init__.py +0 -0
  9. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/actmodels/actmodel.py +0 -0
  10. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/actmodels/cosmo.py +0 -0
  11. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/components.py +0 -0
  12. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/equilibrium/__init__.py +0 -0
  13. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/equilibrium/lle.py +0 -0
  14. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/equilibrium/sle.py +0 -0
  15. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/utils/__init__.py +0 -0
  16. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/utils/convert.py +0 -0
  17. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/utils/helpers.py +0 -0
  18. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/utils/lle_scanner.py +0 -0
  19. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm/utils/spacing.py +0 -0
  20. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm.egg-info/SOURCES.txt +0 -0
  21. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm.egg-info/dependency_links.txt +0 -0
  22. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm.egg-info/requires.txt +0 -0
  23. {cosmopharm-0.0.1 → cosmopharm-0.0.3}/src/cosmopharm.egg-info/top_level.txt +0 -0
@@ -1,11 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cosmopharm
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: Predictive modeling for drug-polymer compatibility in pharmaceutical formulations using COSMO-SAC.
5
- Home-page: https://github.com/ivanantolo/pharmasac,
6
- Author: Ivan Antolovic, Martin Klajmon
7
- Author-email: Ivan.Antolovic@tu-berlin.de, Martin.Klajmon@vscht.cz
5
+ Home-page: https://github.com/ivanantolo/cosmopharm,
6
+ Author: Ivan Antolovic
7
+ Author-email: Ivan.Antolovic@tu-berlin.de
8
+ Maintainer: Martin Klajmon
9
+ Maintainer-email: Martin.Klajmon@vscht.cz
8
10
  License: MIT
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
9
12
  Classifier: Development Status :: 3 - Alpha
10
13
  Classifier: Intended Audience :: Science/Research
11
14
  Classifier: Intended Audience :: Healthcare Industry
@@ -1,13 +1,16 @@
1
1
  [metadata]
2
2
  name = cosmopharm
3
- version = 0.0.1
4
- author = Ivan Antolovic, Martin Klajmon
5
- author_email = Ivan.Antolovic@tu-berlin.de, Martin.Klajmon@vscht.cz
3
+ version = 0.0.3
4
+ author = Ivan Antolovic
5
+ author_email = Ivan.Antolovic@tu-berlin.de
6
+ maintainer = Martin Klajmon
7
+ maintainer_email = Martin.Klajmon@vscht.cz
6
8
  description =
7
9
  Predictive modeling for drug-polymer compatibility in pharmaceutical formulations using COSMO-SAC.
8
10
  long_description = file: README.md
9
11
  long_description_content_type = text/markdown
10
- url = https://github.com/ivanantolo/pharmasac,
12
+ 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
13
+ url = https://github.com/ivanantolo/cosmopharm,
11
14
  license = MIT
12
15
  license_file = LICENSE
13
16
  classifiers =
@@ -1,11 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cosmopharm
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: Predictive modeling for drug-polymer compatibility in pharmaceutical formulations using COSMO-SAC.
5
- Home-page: https://github.com/ivanantolo/pharmasac,
6
- Author: Ivan Antolovic, Martin Klajmon
7
- Author-email: Ivan.Antolovic@tu-berlin.de, Martin.Klajmon@vscht.cz
5
+ Home-page: https://github.com/ivanantolo/cosmopharm,
6
+ Author: Ivan Antolovic
7
+ Author-email: Ivan.Antolovic@tu-berlin.de
8
+ Maintainer: Martin Klajmon
9
+ Maintainer-email: Martin.Klajmon@vscht.cz
8
10
  License: MIT
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
9
12
  Classifier: Development Status :: 3 - Alpha
10
13
  Classifier: Intended Audience :: Science/Research
11
14
  Classifier: Intended Audience :: Healthcare Industry
File without changes
File without changes
File without changes