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