duvals-triangle-plotter 1.1__tar.gz → 1.2__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.
- {duvals_triangle_plotter-1.1/duvals_triangle_plotter.egg-info → duvals_triangle_plotter-1.2}/PKG-INFO +20 -19
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/README.md +2 -2
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2/duvals_triangle_plotter.egg-info}/PKG-INFO +20 -19
- duvals_triangle_plotter-1.2/duvals_triangle_plotter.egg-info/entry_points.txt +2 -0
- duvals_triangle_plotter-1.2/duvals_triangle_plotter.egg-info/requires.txt +1 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter.egg-info/top_level.txt +2 -0
- duvals_triangle_plotter-1.2/pyproject.toml +65 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/setup.py +2 -2
- duvals_triangle_plotter-1.1/duvals_triangle_plotter.egg-info/entry_points.txt +0 -2
- duvals_triangle_plotter-1.1/duvals_triangle_plotter.egg-info/requires.txt +0 -1
- duvals_triangle_plotter-1.1/pyproject.toml +0 -3
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/LICENSE.txt +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/MANIFEST.in +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/__init__.py +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/__main__.py +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/constants.py +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/duvals_triangle_plotter.py +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter.egg-info/SOURCES.txt +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter.egg-info/dependency_links.txt +0 -0
- {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/setup.cfg +0 -0
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 1.
|
|
2
|
+
Name: duvals-triangle-plotter
|
|
3
|
+
Version: 1.2
|
|
4
4
|
Summary: Duval's Triangle Plotter — Python library for generating Duval's Triangle plots for DGA
|
|
5
|
-
Home-page: https://nagusubra.github.io/duvals-triangle-plotter
|
|
5
|
+
Home-page: https://nagusubra.github.io/duvals-triangle-plotter/
|
|
6
6
|
Author: Subramanian Narayanan
|
|
7
|
-
Author-email: snarayan@nagusubra.com
|
|
8
|
-
License: MIT
|
|
9
|
-
Project-URL:
|
|
7
|
+
Author-email: Subramanian Narayanan <snarayan@nagusubra.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Project-URL: Homepage, https://nagusubra.github.io/duvals-triangle-plotter/
|
|
10
|
+
Project-URL: Documentation, https://nagusubra.github.io/duvals-triangle-plotter/
|
|
11
|
+
Project-URL: Repository, https://github.com/nagusubra/duvals-triangle-plotter
|
|
10
12
|
Project-URL: Bug Tracker, https://github.com/nagusubra/duvals-triangle-plotter/issues
|
|
11
|
-
|
|
13
|
+
Project-URL: Changelog, https://github.com/nagusubra/duvals-triangle-plotter/blob/main/CHANGELOG.txt
|
|
14
|
+
Keywords: duval,duvals-triangle,dga,dissolved-gas-analysis,transformer,power-transformer,fault-diagnosis,ternary-plot,plotly,visualization
|
|
15
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
16
|
+
Classifier: Intended Audience :: Science/Research
|
|
17
|
+
Classifier: Natural Language :: English
|
|
18
|
+
Classifier: Operating System :: OS Independent
|
|
12
19
|
Classifier: Programming Language :: Python :: 3
|
|
13
20
|
Classifier: Programming Language :: Python :: 3.6
|
|
14
21
|
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -18,25 +25,19 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
27
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
21
|
-
Classifier:
|
|
28
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
29
|
+
Classifier: Typing :: Typed
|
|
30
|
+
Requires-Python: >=3.6
|
|
22
31
|
Description-Content-Type: text/markdown
|
|
23
32
|
License-File: LICENSE.txt
|
|
24
|
-
Requires-Dist: plotly
|
|
33
|
+
Requires-Dist: plotly>=5.0
|
|
25
34
|
Dynamic: author
|
|
26
|
-
Dynamic: author-email
|
|
27
|
-
Dynamic: classifier
|
|
28
|
-
Dynamic: description
|
|
29
|
-
Dynamic: description-content-type
|
|
30
35
|
Dynamic: home-page
|
|
31
|
-
Dynamic: license
|
|
32
36
|
Dynamic: license-file
|
|
33
|
-
Dynamic: project-url
|
|
34
|
-
Dynamic: requires-dist
|
|
35
|
-
Dynamic: summary
|
|
36
37
|
|
|
37
38
|
# Duval's Triangle Plotter
|
|
38
39
|
|
|
39
|
-
Python library for generating [Duval's Triangle](https://nagusubra.github.io/duvals-triangle-plotter) plots
|
|
40
|
+
Python library for generating [Duval's Triangle](https://nagusubra.github.io/duvals-triangle-plotter/) plots — a ternary diagnostic tool used in Dissolved Gas Analysis (DGA) for power transformer condition monitoring.
|
|
40
41
|
|
|
41
42
|
## Installation
|
|
42
43
|
|
|
@@ -57,7 +58,7 @@ fig = dtp.get_duvals_triangle_plot([trace], show_plot=True)
|
|
|
57
58
|
|
|
58
59
|
## Documentation
|
|
59
60
|
|
|
60
|
-
Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter)
|
|
61
|
+
Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter/)
|
|
61
62
|
|
|
62
63
|
## License
|
|
63
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Duval's Triangle Plotter
|
|
2
2
|
|
|
3
|
-
Python library for generating [Duval's Triangle](https://nagusubra.github.io/duvals-triangle-plotter) plots — a ternary diagnostic tool used in Dissolved Gas Analysis (DGA) for power transformer condition monitoring.
|
|
3
|
+
Python library for generating [Duval's Triangle](https://nagusubra.github.io/duvals-triangle-plotter/) plots — a ternary diagnostic tool used in Dissolved Gas Analysis (DGA) for power transformer condition monitoring.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ fig = dtp.get_duvals_triangle_plot([trace], show_plot=True)
|
|
|
21
21
|
|
|
22
22
|
## Documentation
|
|
23
23
|
|
|
24
|
-
Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter)
|
|
24
|
+
Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter/)
|
|
25
25
|
|
|
26
26
|
## License
|
|
27
27
|
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 1.
|
|
2
|
+
Name: duvals-triangle-plotter
|
|
3
|
+
Version: 1.2
|
|
4
4
|
Summary: Duval's Triangle Plotter — Python library for generating Duval's Triangle plots for DGA
|
|
5
|
-
Home-page: https://nagusubra.github.io/duvals-triangle-plotter
|
|
5
|
+
Home-page: https://nagusubra.github.io/duvals-triangle-plotter/
|
|
6
6
|
Author: Subramanian Narayanan
|
|
7
|
-
Author-email: snarayan@nagusubra.com
|
|
8
|
-
License: MIT
|
|
9
|
-
Project-URL:
|
|
7
|
+
Author-email: Subramanian Narayanan <snarayan@nagusubra.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Project-URL: Homepage, https://nagusubra.github.io/duvals-triangle-plotter/
|
|
10
|
+
Project-URL: Documentation, https://nagusubra.github.io/duvals-triangle-plotter/
|
|
11
|
+
Project-URL: Repository, https://github.com/nagusubra/duvals-triangle-plotter
|
|
10
12
|
Project-URL: Bug Tracker, https://github.com/nagusubra/duvals-triangle-plotter/issues
|
|
11
|
-
|
|
13
|
+
Project-URL: Changelog, https://github.com/nagusubra/duvals-triangle-plotter/blob/main/CHANGELOG.txt
|
|
14
|
+
Keywords: duval,duvals-triangle,dga,dissolved-gas-analysis,transformer,power-transformer,fault-diagnosis,ternary-plot,plotly,visualization
|
|
15
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
16
|
+
Classifier: Intended Audience :: Science/Research
|
|
17
|
+
Classifier: Natural Language :: English
|
|
18
|
+
Classifier: Operating System :: OS Independent
|
|
12
19
|
Classifier: Programming Language :: Python :: 3
|
|
13
20
|
Classifier: Programming Language :: Python :: 3.6
|
|
14
21
|
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -18,25 +25,19 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
27
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
21
|
-
Classifier:
|
|
28
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
29
|
+
Classifier: Typing :: Typed
|
|
30
|
+
Requires-Python: >=3.6
|
|
22
31
|
Description-Content-Type: text/markdown
|
|
23
32
|
License-File: LICENSE.txt
|
|
24
|
-
Requires-Dist: plotly
|
|
33
|
+
Requires-Dist: plotly>=5.0
|
|
25
34
|
Dynamic: author
|
|
26
|
-
Dynamic: author-email
|
|
27
|
-
Dynamic: classifier
|
|
28
|
-
Dynamic: description
|
|
29
|
-
Dynamic: description-content-type
|
|
30
35
|
Dynamic: home-page
|
|
31
|
-
Dynamic: license
|
|
32
36
|
Dynamic: license-file
|
|
33
|
-
Dynamic: project-url
|
|
34
|
-
Dynamic: requires-dist
|
|
35
|
-
Dynamic: summary
|
|
36
37
|
|
|
37
38
|
# Duval's Triangle Plotter
|
|
38
39
|
|
|
39
|
-
Python library for generating [Duval's Triangle](https://nagusubra.github.io/duvals-triangle-plotter) plots
|
|
40
|
+
Python library for generating [Duval's Triangle](https://nagusubra.github.io/duvals-triangle-plotter/) plots — a ternary diagnostic tool used in Dissolved Gas Analysis (DGA) for power transformer condition monitoring.
|
|
40
41
|
|
|
41
42
|
## Installation
|
|
42
43
|
|
|
@@ -57,7 +58,7 @@ fig = dtp.get_duvals_triangle_plot([trace], show_plot=True)
|
|
|
57
58
|
|
|
58
59
|
## Documentation
|
|
59
60
|
|
|
60
|
-
Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter)
|
|
61
|
+
Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter/)
|
|
61
62
|
|
|
62
63
|
## License
|
|
63
64
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
plotly>=5.0
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=64.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "duvals-triangle-plotter"
|
|
7
|
+
dynamic = ["version"]
|
|
8
|
+
description = "Duval's Triangle Plotter — Python library for generating Duval's Triangle plots for DGA"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.6"
|
|
11
|
+
license = "MIT"
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "Subramanian Narayanan", email = "snarayan@nagusubra.com"},
|
|
14
|
+
]
|
|
15
|
+
keywords = [
|
|
16
|
+
"duval",
|
|
17
|
+
"duvals-triangle",
|
|
18
|
+
"dga",
|
|
19
|
+
"dissolved-gas-analysis",
|
|
20
|
+
"transformer",
|
|
21
|
+
"power-transformer",
|
|
22
|
+
"fault-diagnosis",
|
|
23
|
+
"ternary-plot",
|
|
24
|
+
"plotly",
|
|
25
|
+
"visualization",
|
|
26
|
+
]
|
|
27
|
+
classifiers = [
|
|
28
|
+
"Development Status :: 5 - Production/Stable",
|
|
29
|
+
"Intended Audience :: Science/Research",
|
|
30
|
+
"Natural Language :: English",
|
|
31
|
+
"Operating System :: OS Independent",
|
|
32
|
+
"Programming Language :: Python :: 3",
|
|
33
|
+
"Programming Language :: Python :: 3.6",
|
|
34
|
+
"Programming Language :: Python :: 3.7",
|
|
35
|
+
"Programming Language :: Python :: 3.8",
|
|
36
|
+
"Programming Language :: Python :: 3.9",
|
|
37
|
+
"Programming Language :: Python :: 3.10",
|
|
38
|
+
"Programming Language :: Python :: 3.11",
|
|
39
|
+
"Programming Language :: Python :: 3.12",
|
|
40
|
+
"Topic :: Scientific/Engineering :: Visualization",
|
|
41
|
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
42
|
+
"Typing :: Typed",
|
|
43
|
+
]
|
|
44
|
+
dependencies = [
|
|
45
|
+
"plotly>=5.0",
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
[project.urls]
|
|
49
|
+
Homepage = "https://nagusubra.github.io/duvals-triangle-plotter/"
|
|
50
|
+
Documentation = "https://nagusubra.github.io/duvals-triangle-plotter/"
|
|
51
|
+
Repository = "https://github.com/nagusubra/duvals-triangle-plotter"
|
|
52
|
+
"Bug Tracker" = "https://github.com/nagusubra/duvals-triangle-plotter/issues"
|
|
53
|
+
"Changelog" = "https://github.com/nagusubra/duvals-triangle-plotter/blob/main/CHANGELOG.txt"
|
|
54
|
+
|
|
55
|
+
[project.scripts]
|
|
56
|
+
duvals-triangle-plotter = "duvals_triangle_plotter.__main__:main"
|
|
57
|
+
|
|
58
|
+
[tool.setuptools]
|
|
59
|
+
packages = {find = {}}
|
|
60
|
+
|
|
61
|
+
[tool.setuptools.package-data]
|
|
62
|
+
duvals_triangle_plotter = ["*.py", "py.typed"]
|
|
63
|
+
|
|
64
|
+
[tool.pytest.ini_options]
|
|
65
|
+
testpaths = ["test_duvals_triangle_plotter.py"]
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='duvals_triangle_plotter',
|
|
5
|
-
version='1.
|
|
5
|
+
version='1.2',
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
install_requires=[
|
|
8
8
|
'plotly',
|
|
@@ -18,7 +18,7 @@ setup(
|
|
|
18
18
|
description="Duval's Triangle Plotter — Python library for generating Duval's Triangle plots for DGA",
|
|
19
19
|
long_description=open('README.md').read(),
|
|
20
20
|
long_description_content_type='text/markdown',
|
|
21
|
-
url='https://nagusubra.github.io/duvals-triangle-plotter',
|
|
21
|
+
url='https://nagusubra.github.io/duvals-triangle-plotter/',
|
|
22
22
|
project_urls={
|
|
23
23
|
'Source Code': 'https://github.com/nagusubra/duvals-triangle-plotter',
|
|
24
24
|
'Bug Tracker': 'https://github.com/nagusubra/duvals-triangle-plotter/issues',
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
plotly
|
|
File without changes
|
|
File without changes
|
{duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/__init__.py
RENAMED
|
File without changes
|
{duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/__main__.py
RENAMED
|
File without changes
|
{duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.2}/duvals_triangle_plotter/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|