duvals-triangle-plotter 1.1__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.
Files changed (21) hide show
  1. {duvals_triangle_plotter-1.1/duvals_triangle_plotter.egg-info → duvals_triangle_plotter-1.3}/PKG-INFO +19 -22
  2. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/README.md +2 -2
  3. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3/duvals_triangle_plotter.egg-info}/PKG-INFO +19 -22
  4. duvals_triangle_plotter-1.3/duvals_triangle_plotter.egg-info/entry_points.txt +2 -0
  5. duvals_triangle_plotter-1.3/duvals_triangle_plotter.egg-info/requires.txt +1 -0
  6. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter.egg-info/top_level.txt +2 -0
  7. duvals_triangle_plotter-1.3/pyproject.toml +65 -0
  8. duvals_triangle_plotter-1.3/setup.py +2 -0
  9. duvals_triangle_plotter-1.1/duvals_triangle_plotter.egg-info/entry_points.txt +0 -2
  10. duvals_triangle_plotter-1.1/duvals_triangle_plotter.egg-info/requires.txt +0 -1
  11. duvals_triangle_plotter-1.1/pyproject.toml +0 -3
  12. duvals_triangle_plotter-1.1/setup.py +0 -40
  13. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/LICENSE.txt +0 -0
  14. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/MANIFEST.in +0 -0
  15. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter/__init__.py +0 -0
  16. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter/__main__.py +0 -0
  17. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter/constants.py +0 -0
  18. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter/duvals_triangle_plotter.py +0 -0
  19. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter.egg-info/SOURCES.txt +0 -0
  20. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/duvals_triangle_plotter.egg-info/dependency_links.txt +0 -0
  21. {duvals_triangle_plotter-1.1 → duvals_triangle_plotter-1.3}/setup.cfg +0 -0
@@ -1,14 +1,19 @@
1
1
  Metadata-Version: 2.4
2
- Name: duvals_triangle_plotter
3
- Version: 1.1
2
+ Name: duvals-triangle-plotter
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: snarayan@nagusubra.com
8
- License: MIT
9
- Project-URL: Source Code, https://github.com/nagusubra/duvals-triangle-plotter
10
- Project-URL: Bug Tracker, https://github.com/nagusubra/duvals-triangle-plotter/issues
11
- Classifier: License :: OSI Approved :: MIT License
6
+ License-Expression: MIT
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
12
+ Keywords: duval,duvals-triangle,dga,dissolved-gas-analysis,transformer,power-transformer,fault-diagnosis,ternary-plot,plotly,visualization
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Science/Research
15
+ Classifier: Natural Language :: English
16
+ Classifier: Operating System :: OS Independent
12
17
  Classifier: Programming Language :: Python :: 3
13
18
  Classifier: Programming Language :: Python :: 3.6
14
19
  Classifier: Programming Language :: Python :: 3.7
@@ -18,25 +23,17 @@ Classifier: Programming Language :: Python :: 3.10
18
23
  Classifier: Programming Language :: Python :: 3.11
19
24
  Classifier: Programming Language :: Python :: 3.12
20
25
  Classifier: Topic :: Scientific/Engineering :: Visualization
21
- Classifier: Intended Audience :: Science/Research
26
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
27
+ Classifier: Typing :: Typed
28
+ Requires-Python: >=3.6
22
29
  Description-Content-Type: text/markdown
23
30
  License-File: LICENSE.txt
24
- Requires-Dist: plotly
25
- Dynamic: author
26
- Dynamic: author-email
27
- Dynamic: classifier
28
- Dynamic: description
29
- Dynamic: description-content-type
30
- Dynamic: home-page
31
- Dynamic: license
31
+ Requires-Dist: plotly>=5.0
32
32
  Dynamic: license-file
33
- Dynamic: project-url
34
- Dynamic: requires-dist
35
- Dynamic: summary
36
33
 
37
34
  # Duval's Triangle Plotter
38
35
 
39
- 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.
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.
40
37
 
41
38
  ## Installation
42
39
 
@@ -57,7 +54,7 @@ fig = dtp.get_duvals_triangle_plot([trace], show_plot=True)
57
54
 
58
55
  ## Documentation
59
56
 
60
- Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter)
57
+ Full documentation and API reference: [nagusubra.github.io/duvals_triangle_plotter](https://nagusubra.github.io/duvals_triangle_plotter/)
61
58
 
62
59
  ## License
63
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/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,19 @@
1
1
  Metadata-Version: 2.4
2
- Name: duvals_triangle_plotter
3
- Version: 1.1
2
+ Name: duvals-triangle-plotter
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: snarayan@nagusubra.com
8
- License: MIT
9
- Project-URL: Source Code, https://github.com/nagusubra/duvals-triangle-plotter
10
- Project-URL: Bug Tracker, https://github.com/nagusubra/duvals-triangle-plotter/issues
11
- Classifier: License :: OSI Approved :: MIT License
6
+ License-Expression: MIT
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
12
+ Keywords: duval,duvals-triangle,dga,dissolved-gas-analysis,transformer,power-transformer,fault-diagnosis,ternary-plot,plotly,visualization
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Science/Research
15
+ Classifier: Natural Language :: English
16
+ Classifier: Operating System :: OS Independent
12
17
  Classifier: Programming Language :: Python :: 3
13
18
  Classifier: Programming Language :: Python :: 3.6
14
19
  Classifier: Programming Language :: Python :: 3.7
@@ -18,25 +23,17 @@ Classifier: Programming Language :: Python :: 3.10
18
23
  Classifier: Programming Language :: Python :: 3.11
19
24
  Classifier: Programming Language :: Python :: 3.12
20
25
  Classifier: Topic :: Scientific/Engineering :: Visualization
21
- Classifier: Intended Audience :: Science/Research
26
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
27
+ Classifier: Typing :: Typed
28
+ Requires-Python: >=3.6
22
29
  Description-Content-Type: text/markdown
23
30
  License-File: LICENSE.txt
24
- Requires-Dist: plotly
25
- Dynamic: author
26
- Dynamic: author-email
27
- Dynamic: classifier
28
- Dynamic: description
29
- Dynamic: description-content-type
30
- Dynamic: home-page
31
- Dynamic: license
31
+ Requires-Dist: plotly>=5.0
32
32
  Dynamic: license-file
33
- Dynamic: project-url
34
- Dynamic: requires-dist
35
- Dynamic: summary
36
33
 
37
34
  # Duval's Triangle Plotter
38
35
 
39
- 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.
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.
40
37
 
41
38
  ## Installation
42
39
 
@@ -57,7 +54,7 @@ fig = dtp.get_duvals_triangle_plot([trace], show_plot=True)
57
54
 
58
55
  ## Documentation
59
56
 
60
- Full documentation and API reference: [nagusubra.github.io/duvals-triangle-plotter](https://nagusubra.github.io/duvals-triangle-plotter)
57
+ Full documentation and API reference: [nagusubra.github.io/duvals_triangle_plotter](https://nagusubra.github.io/duvals_triangle_plotter/)
61
58
 
62
59
  ## License
63
60
 
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ duvals-triangle-plotter = duvals_triangle_plotter.__main__:main
@@ -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
+ version = "1.3"
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"},
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"]
@@ -0,0 +1,2 @@
1
+ from setuptools import setup
2
+ setup()
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- duvals_triangle_plotter = duvals_triangle_plotter.__main__:main
@@ -1,3 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=61.0"]
3
- build-backend = "setuptools.build_meta"
@@ -1,40 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- setup(
4
- name='duvals_triangle_plotter',
5
- version='1.1',
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
- )