pythermodb-settings 0.1.4__py3-none-any.whl → 0.1.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.
- pythermodb_settings/configs/about.py +1 -1
- pythermodb_settings/models/__init__.py +3 -1
- {pythermodb_settings-0.1.4.dist-info → pythermodb_settings-0.1.5.dist-info}/METADATA +1 -1
- {pythermodb_settings-0.1.4.dist-info → pythermodb_settings-0.1.5.dist-info}/RECORD +7 -7
- {pythermodb_settings-0.1.4.dist-info → pythermodb_settings-0.1.5.dist-info}/WHEEL +0 -0
- {pythermodb_settings-0.1.4.dist-info → pythermodb_settings-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {pythermodb_settings-0.1.4.dist-info → pythermodb_settings-0.1.5.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
# NOTE: app info
|
2
|
-
__version__ = "0.1.
|
2
|
+
__version__ = "0.1.5"
|
3
3
|
__description__ = """PyThermoDB Settings is a Python package that acts as an interface between pythermdb and other applications, providing robust, Pydantic-based data models and configuration structures for managing thermodynamic database (ThermoDB) settings."""
|
4
4
|
__author__ = "Sina Gilassi"
|
5
5
|
__author_email__ = "sina.gilassi@gmail.com"
|
@@ -6,7 +6,8 @@ from .references import (
|
|
6
6
|
ReferenceThermoDB,
|
7
7
|
ComponentReferenceThermoDB,
|
8
8
|
ReferencesThermoDB,
|
9
|
-
CustomReference
|
9
|
+
CustomReference,
|
10
|
+
MixtureReferenceThermoDB
|
10
11
|
)
|
11
12
|
from .rules import ComponentRule
|
12
13
|
from .source import ComponentThermoDBSource
|
@@ -21,6 +22,7 @@ __all__ = [
|
|
21
22
|
"ComponentReferenceThermoDB",
|
22
23
|
"ReferencesThermoDB",
|
23
24
|
"CustomReference",
|
25
|
+
"MixtureReferenceThermoDB",
|
24
26
|
"ComponentRule",
|
25
27
|
"ComponentThermoDBSource"
|
26
28
|
]
|
@@ -1,8 +1,8 @@
|
|
1
1
|
pythermodb_settings/__init__.py,sha256=VzJSYgJJNw_j5NmnIbq0pJhBd_9Kp-bbfOsRLepplSw,229
|
2
2
|
pythermodb_settings/app.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
pythermodb_settings/configs/__init__.py,sha256=QR38PBCzgoFwYqcViR9bFT2YIR5m9s7q8C7cV4fZjz4,211
|
4
|
-
pythermodb_settings/configs/about.py,sha256=
|
5
|
-
pythermodb_settings/models/__init__.py,sha256=
|
4
|
+
pythermodb_settings/configs/about.py,sha256=MAPCptiE9W2ATRViCGW3buj6XBvaQasem-MKk29Ds4o,379
|
5
|
+
pythermodb_settings/models/__init__.py,sha256=BUPWYUo4dhRz2FZgm5_iTQX3Nxz8LO71lnuXNWNmUlI,713
|
6
6
|
pythermodb_settings/models/components.py,sha256=4CwZcGpbm1PiEBQUpEmo6T6mP4y3S3LIiHCM0y9C7XU,1674
|
7
7
|
pythermodb_settings/models/conditions.py,sha256=Zm5JcM2kyMlS6b8hPbs6awa_6ps3xFoCVA4zwNPc5eg,1083
|
8
8
|
pythermodb_settings/models/configs.py,sha256=57nXShSbtiVo9fP2OFIbzRqS87oT4ITRLYJi_bp5cFI,674
|
@@ -11,8 +11,8 @@ pythermodb_settings/models/rules.py,sha256=1a9CyTHwpQkZQXFJWDMrEcKQAOTOwquepoOQP
|
|
11
11
|
pythermodb_settings/models/source.py,sha256=liN4v1o8mqxclz8khca4anTOzLHO-5gCnK0MsfVgxGY,533
|
12
12
|
pythermodb_settings/utils/__init__.py,sha256=eDbjrvNnRVt3SJ4d0h0BJtHoxQ9hemRQ7oN0An6-nZ0,228
|
13
13
|
pythermodb_settings/utils/component_utils.py,sha256=Ko8PG1qG9A_mYV524Vews8H30mFRwowzhJmVpziKcV8,5755
|
14
|
-
pythermodb_settings-0.1.
|
15
|
-
pythermodb_settings-0.1.
|
16
|
-
pythermodb_settings-0.1.
|
17
|
-
pythermodb_settings-0.1.
|
18
|
-
pythermodb_settings-0.1.
|
14
|
+
pythermodb_settings-0.1.5.dist-info/licenses/LICENSE,sha256=pHRAx3wjVKpt2ec3NyhntY6_bGgJqV2SyE8xNUJ7MYE,1090
|
15
|
+
pythermodb_settings-0.1.5.dist-info/METADATA,sha256=eRj4a1Z9JauGDHwHSQQ4-sxpZiDN65OeBHdM57GCVrc,4894
|
16
|
+
pythermodb_settings-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
17
|
+
pythermodb_settings-0.1.5.dist-info/top_level.txt,sha256=6IdVIbW__wHFsKQYx7DDnXArm10qiJVIyaoSEFQylK4,20
|
18
|
+
pythermodb_settings-0.1.5.dist-info/RECORD,,
|
File without changes
|
{pythermodb_settings-0.1.4.dist-info → pythermodb_settings-0.1.5.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|