Topsis-Prabhsimar-102483078 1.0.2__tar.gz → 1.0.4__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.
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/PKG-INFO +6 -8
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/README.md +0 -4
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/Topsis_Prabhsimar_102483078.egg-info/PKG-INFO +6 -8
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/setup.py +6 -4
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/Topsis_Prabhsimar_102483078.egg-info/SOURCES.txt +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/Topsis_Prabhsimar_102483078.egg-info/dependency_links.txt +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/Topsis_Prabhsimar_102483078.egg-info/entry_points.txt +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/Topsis_Prabhsimar_102483078.egg-info/requires.txt +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/Topsis_Prabhsimar_102483078.egg-info/top_level.txt +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/setup.cfg +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/topsis_prabhsimar_102483078/__init__.py +0 -0
- {topsis_prabhsimar_102483078-1.0.2 → topsis_prabhsimar_102483078-1.0.4}/topsis_prabhsimar_102483078/topsis.py +0 -0
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Topsis-Prabhsimar-102483078
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: A Python package for TOPSIS multi-criteria decision making
|
|
5
5
|
Author: Prabhsimar Singh
|
|
6
6
|
Author-email: prabhsimar@example.com
|
|
7
|
-
Classifier:
|
|
8
|
-
Classifier: Operating System :: OS Independent
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
8
|
Classifier: Intended Audience :: Education
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
13
|
Classifier: Topic :: Scientific/Engineering
|
|
12
14
|
Requires-Python: >=3.6
|
|
13
15
|
Description-Content-Type: text/markdown
|
|
@@ -24,10 +26,6 @@ Dynamic: summary
|
|
|
24
26
|
|
|
25
27
|
# Topsis-Prabhsimar-102483078
|
|
26
28
|
|
|
27
|
-
PyPI version | License: MIT
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
29
|
## 📌 Description
|
|
32
30
|
|
|
33
31
|
This package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method, a popular **multi-criteria decision-making (MCDM)** technique.
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Topsis-Prabhsimar-102483078
|
|
2
2
|
|
|
3
|
-
PyPI version | License: MIT
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
3
|
## 📌 Description
|
|
8
4
|
|
|
9
5
|
This package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method, a popular **multi-criteria decision-making (MCDM)** technique.
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Topsis-Prabhsimar-102483078
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: A Python package for TOPSIS multi-criteria decision making
|
|
5
5
|
Author: Prabhsimar Singh
|
|
6
6
|
Author-email: prabhsimar@example.com
|
|
7
|
-
Classifier:
|
|
8
|
-
Classifier: Operating System :: OS Independent
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
8
|
Classifier: Intended Audience :: Education
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
13
|
Classifier: Topic :: Scientific/Engineering
|
|
12
14
|
Requires-Python: >=3.6
|
|
13
15
|
Description-Content-Type: text/markdown
|
|
@@ -24,10 +26,6 @@ Dynamic: summary
|
|
|
24
26
|
|
|
25
27
|
# Topsis-Prabhsimar-102483078
|
|
26
28
|
|
|
27
|
-
PyPI version | License: MIT
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
29
|
## 📌 Description
|
|
32
30
|
|
|
33
31
|
This package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method, a popular **multi-criteria decision-making (MCDM)** technique.
|
|
@@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8")
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="Topsis-Prabhsimar-102483078",
|
|
10
|
-
version="1.0.
|
|
10
|
+
version="1.0.4",
|
|
11
11
|
author="Prabhsimar Singh",
|
|
12
12
|
author_email="prabhsimar@example.com",
|
|
13
13
|
description="A Python package for TOPSIS multi-criteria decision making",
|
|
@@ -20,10 +20,12 @@ setup(
|
|
|
20
20
|
],
|
|
21
21
|
python_requires=">=3.6",
|
|
22
22
|
classifiers=[
|
|
23
|
-
"
|
|
24
|
-
"Operating System :: OS Independent",
|
|
25
|
-
"License :: OSI Approved :: MIT License",
|
|
23
|
+
"Development Status :: 5 - Production/Stable",
|
|
26
24
|
"Intended Audience :: Education",
|
|
25
|
+
"License :: OSI Approved :: MIT License",
|
|
26
|
+
"Operating System :: OS Independent",
|
|
27
|
+
"Programming Language :: Python :: 3",
|
|
28
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
27
29
|
"Topic :: Scientific/Engineering",
|
|
28
30
|
],
|
|
29
31
|
entry_points={
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|