psdi-data-conversion 0.0.30__py3-none-any.whl → 0.0.31__py3-none-any.whl

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 (25) hide show
  1. psdi_data_conversion/bin/LICENSE_ATOMSK +674 -0
  2. psdi_data_conversion/bin/LICENSE_C2X +674 -0
  3. psdi_data_conversion/static/content/accessibility.htm +1 -0
  4. psdi_data_conversion/static/content/convert.htm +5 -1
  5. psdi_data_conversion/static/content/convertato.htm +4 -0
  6. psdi_data_conversion/static/content/convertc2x.htm +4 -0
  7. psdi_data_conversion/static/content/documentation.htm +2 -1
  8. psdi_data_conversion/static/content/download.htm +105 -0
  9. psdi_data_conversion/static/content/feedback.htm +1 -0
  10. psdi_data_conversion/static/content/header-links.html +1 -0
  11. psdi_data_conversion/static/content/index-versions/header-links.html +1 -0
  12. psdi_data_conversion/static/content/index-versions/psdi-common-footer.html +1 -1
  13. psdi_data_conversion/static/content/index-versions/psdi-common-header.html +1 -1
  14. psdi_data_conversion/static/content/psdi-common-footer.html +1 -1
  15. psdi_data_conversion/static/content/psdi-common-header.html +1 -1
  16. psdi_data_conversion/static/content/report.htm +1 -0
  17. psdi_data_conversion/static/javascript/common.js +7 -1
  18. psdi_data_conversion/static/javascript/format.js +0 -4
  19. psdi_data_conversion/static/javascript/report.js +0 -4
  20. psdi_data_conversion/templates/index.htm +13 -9
  21. {psdi_data_conversion-0.0.30.dist-info → psdi_data_conversion-0.0.31.dist-info}/METADATA +19 -1
  22. {psdi_data_conversion-0.0.30.dist-info → psdi_data_conversion-0.0.31.dist-info}/RECORD +25 -22
  23. {psdi_data_conversion-0.0.30.dist-info → psdi_data_conversion-0.0.31.dist-info}/WHEEL +0 -0
  24. {psdi_data_conversion-0.0.30.dist-info → psdi_data_conversion-0.0.31.dist-info}/entry_points.txt +0 -0
  25. {psdi_data_conversion-0.0.30.dist-info → psdi_data_conversion-0.0.31.dist-info}/licenses/LICENSE +0 -0
@@ -15,6 +15,7 @@
15
15
  <link rel="stylesheet" href="../styles/format.css">
16
16
  <script src="../javascript/load_accessibility.js"></script>
17
17
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
18
19
  <script src="../javascript/psdi-common.js" type="module"></script>
19
20
  </head>
20
21
 
@@ -103,6 +104,9 @@
103
104
  <input type="checkbox" id="requestLog">Also download log file for the conversion<br>
104
105
  Select file to convert:
105
106
  <br><input type="file" name="fileToUpload" id="fileToUpload"><br>
107
+ If you have sensitive data you might prefer to use
108
+ <a href="download.htm">one of our downloadable tools or Python library</a> rather than uploading your data to
109
+ our service.<br>
106
110
  <input type="button" class="button init-disabled" value=" Convert " name="uploadButton" id="uploadButton"
107
111
  disabled=true>
108
112
  </p>
@@ -118,4 +122,4 @@
118
122
 
119
123
  </body>
120
124
 
121
- </html>
125
+ </html>
@@ -15,6 +15,7 @@
15
15
  <link rel="stylesheet" href="../styles/format.css">
16
16
  <script src="../javascript/load_accessibility.js"></script>
17
17
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
18
19
  <script src="../javascript/psdi-common.js" type="module"></script>
19
20
  </head>
20
21
 
@@ -47,6 +48,9 @@
47
48
  <input type="checkbox" id="requestLog">Also download log file for the conversion<br>
48
49
  Select file to convert:
49
50
  <br><input type="file" name="fileToUpload" id="fileToUpload"><br>
51
+ If you have sensitive data you might prefer to use
52
+ <a href="download.htm">one of our downloadable tools or Python library</a> rather than uploading your data to
53
+ our service.<br>
50
54
  <input type="button" class="button init-disabled" value=" Convert " name="uploadButton" id="uploadButton"
51
55
  disabled=true>
52
56
  </p>
@@ -15,6 +15,7 @@
15
15
  <link rel="stylesheet" href="../styles/format.css">
16
16
  <script src="../javascript/load_accessibility.js"></script>
17
17
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
18
19
  <script src="../javascript/psdi-common.js" type="module"></script>
19
20
  </head>
20
21
 
@@ -47,6 +48,9 @@
47
48
  <input type="checkbox" id="requestLog">Also download log file for the conversion<br>
48
49
  Select file to convert:
49
50
  <br><input type="file" name="fileToUpload" id="fileToUpload"><br>
51
+ If you have sensitive data you might prefer to use
52
+ <a href="download.htm">one of our downloadable tools or Python library</a> rather than uploading your data to
53
+ our service.<br>
50
54
  <input type="button" class="button init-disabled" value=" Convert " name="uploadButton" id="uploadButton"
51
55
  disabled=true>
52
56
  </p>
@@ -15,6 +15,7 @@
15
15
  <link rel="stylesheet" href="../styles/format.css">
16
16
  <script src="../javascript/load_accessibility.js"></script>
17
17
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
18
19
  <script src="../javascript/psdi-common.js" type="module"></script>
19
20
  </head>
20
21
 
@@ -91,4 +92,4 @@
91
92
 
92
93
  </body>
93
94
 
94
- </html>
95
+ </html>
@@ -0,0 +1,105 @@
1
+ <!--
2
+ download.htm
3
+ Version 1.0, 28th March 2025
4
+ -->
5
+
6
+ <!DOCTYPE html>
7
+ <html>
8
+
9
+ <head>
10
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
+ <title>PSDI Data Conversion Service</title>
12
+ <link rel="icon" type="image/x-icon" href="../img/psdi-icon-dark.svg">
13
+ <link href="https://fonts.googleapis.com/css?family=Lato:400" rel="stylesheet" type="text/css">
14
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" type="text/css">
15
+ <link rel="stylesheet" href="../styles/format.css">
16
+ <script src="../javascript/load_accessibility.js"></script>
17
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
19
+ <script src="../javascript/psdi-common.js" type="module"></script>
20
+ </head>
21
+
22
+ <body marginwidth="0">
23
+
24
+ <!-- Cover to hide element loading and make page transitions seem smoother -->
25
+ <div id="cover"></div>
26
+
27
+ <header class="header" id="psdi-header"></header>
28
+
29
+ <div class="hero">
30
+ <div class="max-width-box">
31
+ <h1 class="hero__title marginless_header">Download</h1>
32
+ </div>
33
+ </div>
34
+
35
+ <form class="body-panel">
36
+ <div class="max-width-box">
37
+ <p>
38
+ The PSDI Data Conversion service can be downloaded for local use. This is recommended when you wish to convert
39
+ sensitive, convert files exceeding the size limit for the public service, or access it via the command-line or
40
+ Python library.
41
+ </p>
42
+
43
+ <h3>Install via pip</h3>
44
+
45
+ <ul>
46
+ <li><a href="https://pypi.org/project/psdi-data-conversion/">PSDI Data Conversion Service on PyPI</a></li>
47
+ </ul>
48
+
49
+ <p>
50
+ The easiest way to install the project is via Python's pip utility. If you do not already have this installed,
51
+ the readme in the link above provides details on installing Python and pip. If you do, you can install the
52
+ package via:
53
+ </p>
54
+
55
+ <pre><code class="secondary">pip install psdi-data-conversion[gui]</code></pre>
56
+
57
+ <p>
58
+ The <code class="secondary">[gui]</code> portion installs the optional requirements needed to run a local
59
+ version of this webpage, and can be excluded if you only intend to use the command-line application and/or
60
+ Python library.
61
+ </p>
62
+
63
+ <p>
64
+ If you do wish to run the local version of this webpage, you'll need to create a helper script to set up the
65
+ proper parameters and start the server. See the README provided on the front page of this project's PyPI page,
66
+ linked above, for the source of this helper script, which you can paste and use locally.
67
+ </p>
68
+
69
+ <h3>Source Code</h3>
70
+
71
+ <ul>
72
+ <li><a href="https://github.com/PSDI-UK/psdi-data-conversion">PSDI Data Conversion Project on GitHub</a></li>
73
+ </ul>
74
+
75
+ The project's source code is available on GitHub at the link above. If you wish to install it from source, you
76
+ can clone the repository, and then install it via:
77
+
78
+ <pre><code class="secondary">pip install .[gui-test]</code></pre>
79
+
80
+ <p>
81
+ The <code class="secondary">[gui-test]</code> portion installs all optional components for running the local
82
+ webpage and testing all project components. See the project's <code class="secondary">pyproject.toml</code> file
83
+ for other possible optional dependencies sets that can be installed.
84
+ </p>
85
+
86
+ <p>When installed in this manner, the helper script to run the local webpage is provided in the root directory
87
+ of the repository as <code class="secondary">run_local.sh</code>. It can be run from this directory, copied to
88
+ your <code class="secondary">$PATH</code>, or aliased as desired.
89
+ </p>
90
+
91
+ <h2>Documentation</h2>
92
+
93
+ <ul>
94
+ <li><a href="https://github.com/PSDI-UK/psdi-data-conversion/blob/main/README.md">README</a></li>
95
+ <li><a href="https://psdi-uk.github.io/psdi-data-conversion/">Code Documentation</a></li>
96
+ </ul>
97
+
98
+ </div>
99
+ </form>
100
+
101
+ <footer class="footer" id="psdi-footer"></footer>
102
+
103
+ </body>
104
+
105
+ </html>
@@ -15,6 +15,7 @@
15
15
  <link rel="stylesheet" href="../styles/format.css">
16
16
  <script src="../javascript/load_accessibility.js"></script>
17
17
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
18
19
  <script src="../javascript/psdi-common.js" type="module"></script>
19
20
  </head>
20
21
 
@@ -4,5 +4,6 @@
4
4
  <a href="report.htm" class="navbar__item navbar__link">Report Missing Format/Conversion</a>
5
5
  <a href="feedback.htm" class="navbar__item navbar__link">Provide Feedback</a>
6
6
  <a href="documentation.htm" class="navbar__item navbar__link">Documentation</a>
7
+ <a href="download.htm" class="navbar__item navbar__link service-only">Download</a>
7
8
  <a href="accessibility.htm" class="navbar__item navbar__link">Accessibility</a>
8
9
  <a href="mailto:support@psdi.ac.uk" class="navbar__item navbar__link" id="mail">Contact Us</a>
@@ -4,5 +4,6 @@
4
4
  <a href="static/content/report.htm" class="navbar__item navbar__link">Report Missing Format/Conversion</a>
5
5
  <a href="static/content/feedback.htm" class="navbar__item navbar__link">Provide Feedback</a>
6
6
  <a href="static/content/documentation.htm" class="navbar__item navbar__link">Documentation</a>
7
+ <a href="static/content/download.htm" class="navbar__item navbar__link service-only">Download</a>
7
8
  <a href="static/content/accessibility.htm" class="navbar__item navbar__link">Accessibility</a>
8
9
  <a href="mailto: psdi@soton.ac.uk" class="navbar__item navbar__link" id="mail">Contact</a>
@@ -44,7 +44,7 @@
44
44
  <hr>
45
45
  </div>
46
46
  <ul class="footer__col footer__items clean-list">
47
- <li><a href="https://psdi.ac.uk/">PSDI Home</a></li>
47
+ <li><a href="https://psdistg.wpengine.com/">PSDI Home</a></li>
48
48
  <li><a href="mailto:support@psdi.ac.uk">Contact Us</a></li>
49
49
  <li><a href="https://www.psdi.ac.uk/privacy/">Privacy</a></li>
50
50
  <li><a href="https://www.psdi.ac.uk/terms-and-conditions/">Terms and Conditions</a></li>
@@ -4,7 +4,7 @@
4
4
  <div class="max-width-box navbar">
5
5
  <div class="header-left">
6
6
  <div class="navbar__brand">
7
- <a class="navbar__logo" href="https://www.psdi.ac.uk/">
7
+ <a class="navbar__logo" href="https://psdistg.wpengine.com/">
8
8
  <img src="static/img/psdi-logo-darktext.png" alt="PSDI logo"
9
9
  class="lm-only">
10
10
  <img src="static/img/psdi-logo-lighttext.png" alt="PSDI logo"
@@ -44,7 +44,7 @@
44
44
  <hr>
45
45
  </div>
46
46
  <ul class="footer__col footer__items clean-list">
47
- <li><a href="https://psdi.ac.uk/">PSDI Home</a></li>
47
+ <li><a href="https://psdistg.wpengine.com/">PSDI Home</a></li>
48
48
  <li><a href="mailto:support@psdi.ac.uk">Contact Us</a></li>
49
49
  <li><a href="https://www.psdi.ac.uk/privacy/">Privacy</a></li>
50
50
  <li><a href="https://www.psdi.ac.uk/terms-and-conditions/">Terms and Conditions</a></li>
@@ -4,7 +4,7 @@
4
4
  <div class="max-width-box navbar">
5
5
  <div class="header-left">
6
6
  <div class="navbar__brand">
7
- <a class="navbar__logo" href="https://www.psdi.ac.uk/">
7
+ <a class="navbar__logo" href="https://psdistg.wpengine.com/">
8
8
  <img src="../img/psdi-logo-darktext.png" alt="PSDI logo"
9
9
  class="lm-only">
10
10
  <img src="../img/psdi-logo-lighttext.png" alt="PSDI logo"
@@ -15,6 +15,7 @@
15
15
  <link rel="stylesheet" href="../styles/format.css">
16
16
  <script src="../javascript/load_accessibility.js"></script>
17
17
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
18
+ <script src="../javascript/common.js" type="module"></script>
18
19
  <script src="../javascript/psdi-common.js" type="module"></script>
19
20
  </head>
20
21
 
@@ -23,6 +23,9 @@ export function loadServiceMode() {
23
23
  document.documentElement.setAttribute("service-mode", getServiceMode());
24
24
  }
25
25
 
26
+ // Set the service mode variable for each page so that only appropriate elements are shown
27
+ loadServiceMode();
28
+
26
29
  /**
27
30
  * Gets whether or not the app is operating in "Production mode"
28
31
  *
@@ -39,4 +42,7 @@ export function getProductionMode() {
39
42
  */
40
43
  export function loadProductionMode() {
41
44
  document.documentElement.setAttribute("production-mode", getProductionMode());
42
- }
45
+ }
46
+
47
+ // Set the production mode variable for this page so that only appropriate elements are shown
48
+ loadProductionMode();
@@ -9,7 +9,6 @@ import {
9
9
  getInputFormats, getOutputFormats, getOutputFormatsForInputFormat,
10
10
  getInputFormatsForOutputFormat, getConverters, getConverterByName, getLevelChemInfo
11
11
  } from "./data.js";
12
- import { loadProductionMode } from "./common.js";
13
12
 
14
13
  var fromList = new Array(),
15
14
  toList = new Array(),
@@ -36,9 +35,6 @@ $(document).ready(function () {
36
35
  sessionStorage.setItem("out_str", "");
37
36
  sessionStorage.setItem("success", "");
38
37
 
39
- // Set the production mode variable for this page so that only appropriate elements are shown
40
- loadProductionMode();
41
-
42
38
  $("#fromList").click(populateConversionSuccess);
43
39
  $("#toList").click(populateConversionSuccess);
44
40
  $("#searchTo").keyup(filterOptions);
@@ -6,7 +6,6 @@
6
6
  */
7
7
 
8
8
  import { getAllFormats, getConverters } from "./data.js";
9
- import { loadServiceMode } from "./common.js";
10
9
 
11
10
  var token = "",
12
11
  fromList = new Array(),
@@ -31,9 +30,6 @@ if (localOrigin) {
31
30
  });
32
31
  }
33
32
 
34
- // Set the service mode variable for this page so that only appropriate elements are shown
35
- loadServiceMode();
36
-
37
33
  $(document).ready(function () {
38
34
 
39
35
  token = sessionStorage.getItem("token");
@@ -15,6 +15,19 @@
15
15
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:400" rel="stylesheet" type="text/css">
16
16
  <link href="https://fonts.googleapis.com/css?family=Lexend:400" rel="stylesheet" type="text/css">
17
17
  <link rel="stylesheet" href="{{url_for('static', filename='styles/format.css')}}">
18
+
19
+ <script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
20
+ crossorigin="anonymous"></script>
21
+ {% for item in data %}
22
+ <script>
23
+ const token = "{{item.token}}";
24
+ const max_file_size = "{{item.max_file_size}}";
25
+ const service_mode = "{{item.service_mode}}";
26
+ const production_mode = "{{item.production_mode}}";
27
+ document.documentElement.setAttribute("service-mode", service_mode);
28
+ document.documentElement.setAttribute("production-mode", production_mode);
29
+ </script>
30
+
18
31
  <script src="static/javascript/load_accessibility.js"></script>
19
32
  </head>
20
33
 
@@ -92,15 +105,6 @@
92
105
  </div>
93
106
  </form>
94
107
 
95
- <script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
96
- crossorigin="anonymous"></script>
97
- {% for item in data %}
98
- <script>
99
- const token = "{{item.token}}";
100
- const max_file_size = "{{item.max_file_size}}";
101
- const service_mode = "{{item.service_mode}}";
102
- const production_mode = "{{item.production_mode}}";
103
- </script>
104
108
  <div class="secondary prod-only">
105
109
  <div class="max-width-box">SHA: {{item.sha}}</div>
106
110
  </div>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: psdi_data_conversion
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary: Chemistry file format conversion service, provided by PSDI
5
5
  Project-URL: Homepage, https://psdidev2.azurewebsites.net/
6
6
  Project-URL: Documentation, https://psdi-uk.github.io/psdi-data-conversion/
@@ -278,6 +278,9 @@ This is the repository for the PSDI PF2 Chemistry File Format Conversion project
278
278
  - [Installation and Setup](#installation-and-setup)
279
279
  - [Running the App](#running-the-app)
280
280
  - [Testing](#testing)
281
+ - [Licencing](#licencing)
282
+ - [Contributors](#contributors)
283
+ - [Funding](#funding)
281
284
 
282
285
  ## Project Structure
283
286
 
@@ -650,6 +653,21 @@ cd tests/selenium
650
653
  kill %1 # Stop the web server - it may have a different job ID. If you don't know the job ID, you can alternatively call "fg" to bring the job to the foreground, then type CTRL+c to stop it
651
654
  ```
652
655
 
656
+ ## Licencing
657
+
658
+ This project is provided under the Apache License version 2.0, the terms of which can be found in the file `LICENSE`.
659
+
660
+ This project redistributes compiled binaries for the Atomsk and c2x converters. These are both licenced under the
661
+ GNU General Public License version 3 and are redistributed per its terms. Any further redistribution of these binaries,
662
+ including redistribution of this project as a whole, including them, must also follow the terms of this licence.
663
+
664
+ This requires conspicuously displaying notice of this licence, providing the text of of the licence (provided here in
665
+ the files `psdi_data_conversion/bin/LICENSE_C2X` and `psdi_data_conversion/bin/LICENSE_ATOMSK`), and appropriately
666
+ conveying the source code for each of these. Their respective source code may be found at:
667
+
668
+ - Atomsk: https://github.com/pierrehirel/atomsk/
669
+ - c2x: https://www.c2x.org.uk/downloads/
670
+
653
671
  ## Contributors
654
672
 
655
673
  - Ray Whorley
@@ -8,6 +8,8 @@ psdi_data_conversion/file_io.py,sha256=UXxNxTl_EabQ96UrLp4b38ctkYhXV_KIHJeTuyRBV
8
8
  psdi_data_conversion/log_utility.py,sha256=WIgQp0pMsFtJJZKgIhStBNnjLzC6gEIodQAoXji5ht0,8789
9
9
  psdi_data_conversion/main.py,sha256=I854YMpEgdwchQs0lXqR7U3leoz18U4_QqW7nylt_XE,37857
10
10
  psdi_data_conversion/security.py,sha256=wjdrMre29TpkF2NqrsXJ5sschSAnDzqLYTLUcNR21Qw,902
11
+ psdi_data_conversion/bin/LICENSE_ATOMSK,sha256=-Ay6SFTAf9x-OaRAiOgMNoutfUMLHx5jQQA1HqZ6p7I,34886
12
+ psdi_data_conversion/bin/LICENSE_C2X,sha256=-Ay6SFTAf9x-OaRAiOgMNoutfUMLHx5jQQA1HqZ6p7I,34886
11
13
  psdi_data_conversion/bin/linux/atomsk,sha256=GDsG1MlEvmk_XPspadzEzuil6N775iewDvNZS6rWJWk,34104032
12
14
  psdi_data_conversion/bin/linux/c2x,sha256=gi4XsMbJu7lFxckc_FNYmfDf35yZPSToh6Hm5L2a1Ek,4381496
13
15
  psdi_data_conversion/bin/mac/atomsk,sha256=pqExRdkR8NSqSasHZjE74R_CiM6Dkr_yvfyakdTWtI8,4502371
@@ -19,19 +21,20 @@ psdi_data_conversion/converters/c2x.py,sha256=bGvh9FDim5KMHtZWblj6BV8NPg1_EVtmiv
19
21
  psdi_data_conversion/converters/openbabel.py,sha256=L_YN83C3PVpa2r67CKf7RVt_2UY6BpNvQg1jztKF0wM,10305
20
22
  psdi_data_conversion/scripts/atomsk.sh,sha256=N_NMO5q8sI3Lt1TerC-xcKbMI0kfscAudy5UAbY0uR0,804
21
23
  psdi_data_conversion/scripts/c2x.sh,sha256=F48jhgtgouKKZDQ9p6tCCNBN5bPuidBq2GcTurdWzQc,770
22
- psdi_data_conversion/static/content/accessibility.htm,sha256=eiYRxwlCXqwBKWZiwfuwTvF3aFgCFrV9UntF8DOi9TQ,14213
23
- psdi_data_conversion/static/content/convert.htm,sha256=IXrwsswXsjOqAqVD0O1IcbMM6oXsUSHNw_4v0KxXCD8,6028
24
- psdi_data_conversion/static/content/convertato.htm,sha256=FIY9Loelr-5i4yP6IRxdCO0lGbly_u0en6_DkAaCYHk,2499
25
- psdi_data_conversion/static/content/convertc2x.htm,sha256=A7lp4rLsFrjDq10rDfqwmjddcSetXf_UHVgGjvZMig8,2498
26
- psdi_data_conversion/static/content/documentation.htm,sha256=1LgGHPTuMg0k8LKj5Oc7Zns9GacgA1o9992_1RlSyUc,5584
27
- psdi_data_conversion/static/content/feedback.htm,sha256=sS30hTQ9UzWHRQQh9Bz5k-EtbtVXRL4BVkQ74bW0sYA,1814
28
- psdi_data_conversion/static/content/header-links.html,sha256=-9_f7B7JVMujftNHtc3PY-_DMyvz-QNSmvZz1OQVTys,610
29
- psdi_data_conversion/static/content/psdi-common-footer.html,sha256=qYw0VZkbWhoU4pacaHCMvRANGsW_AOgoWe4KCBy0mII,3923
30
- psdi_data_conversion/static/content/psdi-common-header.html,sha256=A0Y_Bfu-RC8hBHBNnYMyuhltmJsOZdz2krd2yxUgnAE,1736
31
- psdi_data_conversion/static/content/report.htm,sha256=aQbvQhRooiG-AE6bghfmbRWLX2fDQl3iHuBiTF3CAJM,4466
32
- psdi_data_conversion/static/content/index-versions/header-links.html,sha256=N_VC_c-ew7VmAYRSyqlOe0rkdWb9SL709OoHbQDapcU,666
33
- psdi_data_conversion/static/content/index-versions/psdi-common-footer.html,sha256=dDpapYFeuodAPtuUqbO89qywNqjURYrrLVFuStSzxDM,3979
34
- psdi_data_conversion/static/content/index-versions/psdi-common-header.html,sha256=O04QvI5HPykiBEyEzNWLoCbfNdtTIXRwIGAuCapMRNg,1803
24
+ psdi_data_conversion/static/content/accessibility.htm,sha256=UMkkVouE_HgkI1gEpCtm-fHSlL40yjkqbkAvOrGUjxQ,14277
25
+ psdi_data_conversion/static/content/convert.htm,sha256=8dev0B8sFyi35R-SWDjhbBN-Y_70Hcfq1-YAguMCP20,6293
26
+ psdi_data_conversion/static/content/convertato.htm,sha256=uwYL9wpHbmIwJewy-5xSLU3H_q2lBSwqubaxkd0BfV0,2765
27
+ psdi_data_conversion/static/content/convertc2x.htm,sha256=LHMOnVDUzFHeSy-tyGLB0izCCs3fBGI1c9SA9YsmNlI,2764
28
+ psdi_data_conversion/static/content/documentation.htm,sha256=6lDc81OoUmcGp01a_3rxVSHunajBh-09QJZgedBcSFM,5647
29
+ psdi_data_conversion/static/content/download.htm,sha256=kPqCdjS6ssd77BHcCFKxm-QBhD-rpm13dUj4a7z-RY8,4094
30
+ psdi_data_conversion/static/content/feedback.htm,sha256=jFoOI3t1VVchBcQBZGjPaVo2qnHmrvrM7MJjuDylLQg,1878
31
+ psdi_data_conversion/static/content/header-links.html,sha256=7B2bHa7dLfSZ4hPMvVJ3kR0niVAOO3FtHJo0K6m1oP4,693
32
+ psdi_data_conversion/static/content/psdi-common-footer.html,sha256=CM9F6AXM1LVMLvTP51xTzOicEelSXlyXQyN-BjrQAJk,3933
33
+ psdi_data_conversion/static/content/psdi-common-header.html,sha256=I2YXZ92K2nsIAhLSKCA9zJHc5B_QGiB3HAbD0YDCw0g,1742
34
+ psdi_data_conversion/static/content/report.htm,sha256=EUJPEoWv8ctjpTcOo4zTWw7OwS5cVaGO6K6Rjx5pxkA,4530
35
+ psdi_data_conversion/static/content/index-versions/header-links.html,sha256=WN9oZL7hLtH_yv5PvX3Ky7_YGrNvQL_RQ5eU8DB50Rg,764
36
+ psdi_data_conversion/static/content/index-versions/psdi-common-footer.html,sha256=zzizo_YEPhvH3_jNPFkFoKZA0TnIG6EXzQOsgooU1K8,3989
37
+ psdi_data_conversion/static/content/index-versions/psdi-common-header.html,sha256=FQevMlVaiQ8tRb381El7DYq_9VSNbtpL9EeImDdwDfM,1809
35
38
  psdi_data_conversion/static/data/data.json,sha256=_3o3BFEmnWGhoGMaviJsu-U9dJnk_tH9Wf0g-eDVWuU,3630027
36
39
  psdi_data_conversion/static/img/colormode-toggle-dm.svg,sha256=Q85ODwU67chZ77lyT9gITtnmqzJEycFmz35dJuqaPXE,502
37
40
  psdi_data_conversion/static/img/colormode-toggle-lm.svg,sha256=sIKXsNmLIXU4fSuuqrN0r-J4Hd3NIqoiXNT3mdq5-Fo,1155
@@ -58,26 +61,26 @@ psdi_data_conversion/static/img/ukri-epsr-logo-lighttext.png,sha256=Am-5nHjr-yA_
58
61
  psdi_data_conversion/static/img/ukri-logo-darktext.png,sha256=3UgghERAmFdnre0FfcA8JcskVLbnOn-oH4MCWEazyD4,25570
59
62
  psdi_data_conversion/static/img/ukri-logo-lighttext.png,sha256=ptIQwIGGdVsO2rTximo9QjtJFH9DpkJcAs1glwKFjwo,25579
60
63
  psdi_data_conversion/static/javascript/accessibility.js,sha256=kbnWHeBNPrTLrnYRjMEUmiOcCXM2bORYIRfzUB03TAE,7208
61
- psdi_data_conversion/static/javascript/common.js,sha256=d-kTJY3jr8Znmmh2DrLBOHC73ueMRs1aGy43rrAbhTA,1078
64
+ psdi_data_conversion/static/javascript/common.js,sha256=eAYSNrvRGx4ep2dIyMk1-J_biDvt-MWtUJNoSBUVXa4,1306
62
65
  psdi_data_conversion/static/javascript/convert.js,sha256=BQt4nhTrMDclhrZSMssFsxDU5f1ZyRakmJ1bFvsLjes,9112
63
66
  psdi_data_conversion/static/javascript/convert_common.js,sha256=uI-PrISECdHMEIOy7POE2xJFG9NMFjU1CocFo4ZZiy0,8842
64
67
  psdi_data_conversion/static/javascript/convertato.js,sha256=km4BGyeNRoSL8uK6G7Zz0vOw2tO6KElasKR6sReFwGk,3593
65
68
  psdi_data_conversion/static/javascript/convertc2x.js,sha256=0tRUU3eugmxlbVl2xXm0gHT1WDGbvlCmwDZw_-Ja-Sk,3588
66
69
  psdi_data_conversion/static/javascript/data.js,sha256=davPYzCif_28FRpToQOYsoBgxpy6EMPWnBGQw0xKZrw,6111
67
- psdi_data_conversion/static/javascript/format.js,sha256=fmntDgrP-5XMVbmgWeZY0_p7YhSTgRbe5jQG0HN0U1E,20617
70
+ psdi_data_conversion/static/javascript/format.js,sha256=xJM_1U-TETsYULvNr7nTt0MK38jvqnc6VxnFTjuBQrQ,20442
68
71
  psdi_data_conversion/static/javascript/load_accessibility.js,sha256=jTLfmubEmko2bJ_MKWMkmYxUeBxotozc-0-ua69CYJo,3265
69
72
  psdi_data_conversion/static/javascript/psdi-common.js,sha256=I0QqGQ7l_rA4KEfenQTfPc-uOXXp8sxMh_NHL3EkFm4,6231
70
- psdi_data_conversion/static/javascript/report.js,sha256=Scp9GlZ2bJWylJK1oU9gpUe1DyUOuunPK0pxnrMY9Ts,12513
73
+ psdi_data_conversion/static/javascript/report.js,sha256=RP5EPVo44cTTfAvEdvSBR-zsg6dwqMb1brTukz4Pi4Y,12355
71
74
  psdi_data_conversion/static/styles/format.css,sha256=gY20e3SP-Aszpla0NhjfxjkygHxHjYqNe-QcLqS-rkk,2858
72
75
  psdi_data_conversion/static/styles/psdi-common.css,sha256=gx6h9gnw2ONvCd46QSzg-uLntxfhyoEYkf0P_U0Nhu8,17107
73
- psdi_data_conversion/templates/index.htm,sha256=vjmzJcA8XkaFx5W2KpHZe1bbkS3haroTLBxtP0XrppU,5458
76
+ psdi_data_conversion/templates/index.htm,sha256=HE8YVUAFKey-JS-Z9EN6mdikYA98re5BP_62fLEg9yI,5612
74
77
  psdi_data_conversion/testing/__init__.py,sha256=Xku7drtLTYLLPsd403eC0LIEa_iohVifyeyAITy2w7U,135
75
78
  psdi_data_conversion/testing/constants.py,sha256=TnUtsNmlFSzBrCWrCOp0TfKz33s8OxzHEj5LlsKJQEE,215
76
79
  psdi_data_conversion/testing/conversion_callbacks.py,sha256=oSq93JdTz7KvLVirq_Ibaglg1ZxzuoKuWMv9DS2ykgs,18709
77
80
  psdi_data_conversion/testing/conversion_test_specs.py,sha256=bJxCDS-qq9M2_v22V6qJ4ZNHR9nOHcBsHzXMle91ejs,14795
78
81
  psdi_data_conversion/testing/utils.py,sha256=1QHd-bwc04SzqvwkV9Bhmm8Zi4ARoQE4jaECaTvaGAU,22601
79
- psdi_data_conversion-0.0.30.dist-info/METADATA,sha256=SGwQHiDnpOVijKTcZEni_Uztf1ppkDEvGpTz-xiCL1M,35516
80
- psdi_data_conversion-0.0.30.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
81
- psdi_data_conversion-0.0.30.dist-info/entry_points.txt,sha256=o5y9mx-xX_koYtoAEB4acBG8lUkmhu8TlJhYD7axDS0,69
82
- psdi_data_conversion-0.0.30.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
83
- psdi_data_conversion-0.0.30.dist-info/RECORD,,
82
+ psdi_data_conversion-0.0.31.dist-info/METADATA,sha256=ep34qVg-40skyeq3mqDm4i6-NzmFNbacl_mcxrNpMHU,36493
83
+ psdi_data_conversion-0.0.31.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
84
+ psdi_data_conversion-0.0.31.dist-info/entry_points.txt,sha256=o5y9mx-xX_koYtoAEB4acBG8lUkmhu8TlJhYD7axDS0,69
85
+ psdi_data_conversion-0.0.31.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
86
+ psdi_data_conversion-0.0.31.dist-info/RECORD,,