CADET 0.0.2__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.
- {cadet-0.0.2 → cadet-0.0.3}/CADET.egg-info/PKG-INFO +6 -5
- {cadet-0.0.2 → cadet-0.0.3}/CADET.egg-info/SOURCES.txt +2 -1
- cadet-0.0.3/CADET.egg-info/top_level.txt +1 -0
- {cadet-0.0.2 → cadet-0.0.3}/PKG-INFO +6 -5
- {cadet-0.0.2 → cadet-0.0.3}/README.md +1 -1
- cadet-0.0.3/cadet/__init__.py +6 -0
- {cadet-0.0.2 → cadet-0.0.3}/pyproject.toml +7 -4
- cadet-0.0.2/CADET.egg-info/top_level.txt +0 -1
- {cadet-0.0.2 → cadet-0.0.3}/CADET.egg-info/dependency_links.txt +0 -0
- {cadet-0.0.2 → cadet-0.0.3}/LICENSE +0 -0
- {cadet-0.0.2 → cadet-0.0.3}/setup.cfg +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: CADET
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: An empty namespace reserved for a future CADET meta package.
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Summary: An empty namespace reserved for a future CADET meta package. Check links below for more info on our package distributions.
|
|
5
5
|
Author-email: Samuel Leweke <s.leweke@fz-juelich.de>, Johannes Schmölder <j.schmoelder@fz-juelich.de>, Ronald Jäpel <r.jaepel@fz-juelich.de>
|
|
6
6
|
License: GNU General Public License v3 (GPLv3)
|
|
7
|
-
Project-URL:
|
|
8
|
-
Project-URL:
|
|
7
|
+
Project-URL: Homepage, https://cadet.github.io/
|
|
8
|
+
Project-URL: CADET-Core (conda-forge), https://anaconda.org/conda-forge/cadet
|
|
9
|
+
Project-URL: CADET-Python (PyPI), https://pypi.org/project/CADET-Python/
|
|
9
10
|
Keywords: process modeling,process optimization,chromatography
|
|
10
11
|
Requires-Python: >=3.10
|
|
11
12
|
Description-Content-Type: text/markdown
|
|
@@ -13,7 +14,7 @@ License-File: LICENSE
|
|
|
13
14
|
|
|
14
15
|
# ⚠️ WARNING ⚠️
|
|
15
16
|
|
|
16
|
-
The `CADET` namespace is currently
|
|
17
|
+
The `CADET` namespace is currently an empty placeholder on PyPI. It is reserved for the [CADET organization](https://github.com/cadet/) and may be used for a CADET meta package in the future.
|
|
17
18
|
|
|
18
19
|
For more information on how to install CADET, please refer to the [CADET documentation](https://cadet.github.io/).
|
|
19
20
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cadet
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: CADET
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: An empty namespace reserved for a future CADET meta package.
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Summary: An empty namespace reserved for a future CADET meta package. Check links below for more info on our package distributions.
|
|
5
5
|
Author-email: Samuel Leweke <s.leweke@fz-juelich.de>, Johannes Schmölder <j.schmoelder@fz-juelich.de>, Ronald Jäpel <r.jaepel@fz-juelich.de>
|
|
6
6
|
License: GNU General Public License v3 (GPLv3)
|
|
7
|
-
Project-URL:
|
|
8
|
-
Project-URL:
|
|
7
|
+
Project-URL: Homepage, https://cadet.github.io/
|
|
8
|
+
Project-URL: CADET-Core (conda-forge), https://anaconda.org/conda-forge/cadet
|
|
9
|
+
Project-URL: CADET-Python (PyPI), https://pypi.org/project/CADET-Python/
|
|
9
10
|
Keywords: process modeling,process optimization,chromatography
|
|
10
11
|
Requires-Python: >=3.10
|
|
11
12
|
Description-Content-Type: text/markdown
|
|
@@ -13,7 +14,7 @@ License-File: LICENSE
|
|
|
13
14
|
|
|
14
15
|
# ⚠️ WARNING ⚠️
|
|
15
16
|
|
|
16
|
-
The `CADET` namespace is currently
|
|
17
|
+
The `CADET` namespace is currently an empty placeholder on PyPI. It is reserved for the [CADET organization](https://github.com/cadet/) and may be used for a CADET meta package in the future.
|
|
17
18
|
|
|
18
19
|
For more information on how to install CADET, please refer to the [CADET documentation](https://cadet.github.io/).
|
|
19
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ⚠️ WARNING ⚠️
|
|
2
2
|
|
|
3
|
-
The `CADET` namespace is currently
|
|
3
|
+
The `CADET` namespace is currently an empty placeholder on PyPI. It is reserved for the [CADET organization](https://github.com/cadet/) and may be used for a CADET meta package in the future.
|
|
4
4
|
|
|
5
5
|
For more information on how to install CADET, please refer to the [CADET documentation](https://cadet.github.io/).
|
|
6
6
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
raise ImportError(
|
|
2
|
+
"The 'CADET' namespace is currently an empty placeholder.\n\n"
|
|
3
|
+
"For information on how to install 'CADET', see: https://cadet.github.io/\n\n"
|
|
4
|
+
"- CADET-Core is distributed via conda-forge: https://anaconda.org/conda-forge/cadet\n"
|
|
5
|
+
"- CADET-Python is distributed via PyPI: https://pypi.org/project/CADET-Python/\n"
|
|
6
|
+
)
|
|
@@ -7,20 +7,22 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "CADET"
|
|
10
|
-
version = "0.0.
|
|
10
|
+
version = "0.0.3"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "Samuel Leweke", email = "s.leweke@fz-juelich.de" },
|
|
13
13
|
{ name = "Johannes Schmölder", email = "j.schmoelder@fz-juelich.de" },
|
|
14
14
|
{ name = "Ronald Jäpel", email = "r.jaepel@fz-juelich.de" },
|
|
15
15
|
]
|
|
16
|
-
description = "An empty namespace reserved for a future CADET meta package."
|
|
16
|
+
description = "An empty namespace reserved for a future CADET meta package. Check links below for more info on our package distributions."
|
|
17
17
|
readme = "README.md"
|
|
18
18
|
requires-python = ">=3.10"
|
|
19
19
|
keywords = ["process modeling", "process optimization", "chromatography"]
|
|
20
20
|
license = {text = "GNU General Public License v3 (GPLv3)"}
|
|
21
|
+
|
|
21
22
|
[project.urls]
|
|
22
|
-
"
|
|
23
|
-
"
|
|
23
|
+
"Homepage" = "https://cadet.github.io/"
|
|
24
|
+
"CADET-Core (conda-forge)" = "https://anaconda.org/conda-forge/cadet"
|
|
25
|
+
"CADET-Python (PyPI)" = "https://pypi.org/project/CADET-Python/"
|
|
24
26
|
|
|
25
27
|
[tool.setuptools.packages.find]
|
|
26
28
|
include = ["cadet*"]
|
|
@@ -28,3 +30,4 @@ include = ["cadet*"]
|
|
|
28
30
|
[tool.ruff]
|
|
29
31
|
src = ["cadet"]
|
|
30
32
|
line-length = 88
|
|
33
|
+
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|