psdi-data-conversion 0.0.29__tar.gz → 0.0.30__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.
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/PKG-INFO +1 -1
- psdi_data_conversion-0.0.30/psdi_data_conversion/static/content/index-versions/psdi-common-footer.html +96 -0
- psdi_data_conversion-0.0.30/psdi_data_conversion/static/content/psdi-common-footer.html +96 -0
- psdi_data_conversion-0.0.30/psdi_data_conversion/static/img/psdi-logo-darktext-simple.png +0 -0
- psdi_data_conversion-0.0.30/psdi_data_conversion/static/img/psdi-logo-lighttext-simple.png +0 -0
- psdi_data_conversion-0.0.29/psdi_data_conversion/static/content/index-versions/psdi-common-footer.html +0 -99
- psdi_data_conversion-0.0.29/psdi_data_conversion/static/content/psdi-common-footer.html +0 -99
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-cron.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-deploy-production.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-feature.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-main.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-pr.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-rc-hotfix.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-release.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-anchore-scan.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-container-push.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-deploy-azure.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-deploy-k8s.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-open-pull-request.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-publish-doc.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-tag.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-test-gui.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-test-python.yml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.gitignore +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/CHANGELOG.md +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/CONTRIBUTING.md +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/LICENSE +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/README.md +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/__init__.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/app.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/linux/atomsk +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/linux/c2x +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/mac/atomsk +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/mac/c2x +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/constants.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converter.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/__init__.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/atomsk.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/base.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/c2x.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/openbabel.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/database.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/dist.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/file_io.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/log_utility.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/main.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/scripts/atomsk.sh +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/scripts/c2x.sh +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/security.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/accessibility.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/convert.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/convertato.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/convertc2x.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/documentation.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/feedback.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/header-links.html +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/index-versions/header-links.html +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/index-versions/psdi-common-header.html +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/psdi-common-header.html +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/content/report.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/data/data.json +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/colormode-toggle-dm.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/colormode-toggle-lm.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/psdi-icon-dark.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/psdi-icon-light.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/psdi-logo-darktext.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/psdi-logo-lighttext.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-bluesky-black.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-bluesky-white.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-instagram-black.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-instagram-white.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-linkedin-black.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-linkedin-white.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-mastodon-black.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-mastodon-white.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-x-black.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-x-white.svg +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-youtube-black.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/social-logo-youtube-white.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/ukri-epsr-logo-darktext.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/ukri-epsr-logo-lighttext.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/ukri-logo-darktext.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/img/ukri-logo-lighttext.png +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/accessibility.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/common.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/convert.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/convert_common.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/convertato.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/convertc2x.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/data.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/format.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/load_accessibility.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/psdi-common.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/javascript/report.js +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/styles/format.css +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/static/styles/psdi-common.css +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/templates/index.htm +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/__init__.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/constants.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/conversion_callbacks.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/conversion_test_specs.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/utils.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/pyproject.toml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/run_local.sh +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/scripts/setup_bin.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/1ARJ.mmcif +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/1NE6.mmcif +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/5a9z-assembly1.cif +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/Fapatite.ins +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/aceticacid.mol +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/benzyne.molden +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/caffeine-smi.tar +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/caffeine-smi.tar.gz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/caffeine-smi.zip +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/caffeine.inchi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/ch3cl-esp.cub +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/cyclopropane_err.mol +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/ethanol.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/fullRhinovirus.pdb +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/hemoglobin.pdb +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/nacl.cif +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/nacl.mol +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/aceticacid.log.txt +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/aceticacid.mol2 +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-2D-fastest.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-3D-best.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia-okx-oof4.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia-okx-oof4l5.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia-okx.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia-ox.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-no-flags.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in_kx_f4_l5_out.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in_kx_f4_out.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in_kx_out.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in_x_out.smi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/error_Fapatite_ins_to_cml_OB +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/error_cyclopropane_mol_to_xyz_c2x +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/error_nacl_mol_to_xyz_atomsk +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/hemoglobin_Atomsk.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/hemoglobin_c2x.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/nacl.log +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/nacl.mol +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_OB.cif +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_OB.log.txt +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_atomsk.cif +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_atomsk.log.txt +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/standard_test.inchi +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/xyz_files-mol.zip +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/xyz_files.log.txt +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/periodic_dmol3.outmol +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/quartz.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/quartz_err.xyz +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/standard_test.cdxml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/cli_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/converter_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/database_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/dist_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/file_io_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/logging_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/security_test.py +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/selenium/files/standard_test.cdxml +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/selenium/run.sh +0 -0
- {psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/selenium/selenium_tests.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: psdi_data_conversion
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.30
|
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/
|
@@ -0,0 +1,96 @@
|
|
1
|
+
<!-- This is the common footer which will be added to all pages. Everything in this file will be added within the div
|
2
|
+
that loads it. -->
|
3
|
+
|
4
|
+
<div class="max-width-box">
|
5
|
+
<div class="footer__links">
|
6
|
+
<div id="footer__links__left">
|
7
|
+
<div class="footer__title">
|
8
|
+
<h6>Funding</h6>
|
9
|
+
</div>
|
10
|
+
<h6 class="footer__title"><br></h6>
|
11
|
+
<div class="footer__hline">
|
12
|
+
<hr>
|
13
|
+
</div>
|
14
|
+
<ul class="footer__col footer__items clean-list">
|
15
|
+
<li class="funding-text">PSDI acknowledges the funding support by the EPSRC grants EP/X032701/1, EP/X032663/1
|
16
|
+
and EP/W032252/1</li>
|
17
|
+
</ul>
|
18
|
+
<ul class="footer__col footer__items clean-list">
|
19
|
+
<li>
|
20
|
+
<img class="lm-only" src="static/img/ukri-logo-lighttext.png"
|
21
|
+
alt="UKRI logo">
|
22
|
+
<img class="dm-only" src="static/img/ukri-logo-darktext.png"
|
23
|
+
alt="UKRI logo">
|
24
|
+
</li>
|
25
|
+
<li>
|
26
|
+
<img class="lm-only" src="static/img/ukri-epsr-logo-lighttext.png"
|
27
|
+
alt="UKRI EPSR logo">
|
28
|
+
<img class="dm-only" src="static/img/ukri-epsr-logo-darktext.png"
|
29
|
+
alt="UKRI EPSR logo">
|
30
|
+
</li>
|
31
|
+
</ul>
|
32
|
+
<div class="footer__hline small-screen-only">
|
33
|
+
<hr>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
<div id="footer__links__right">
|
37
|
+
<div class="footer__title">
|
38
|
+
<h6>Useful Links</h6>
|
39
|
+
</div>
|
40
|
+
<div class="footer__title">
|
41
|
+
<h6>Connect</h6>
|
42
|
+
</div>
|
43
|
+
<div class="footer__hline">
|
44
|
+
<hr>
|
45
|
+
</div>
|
46
|
+
<ul class="footer__col footer__items clean-list">
|
47
|
+
<li><a href="https://psdi.ac.uk/">PSDI Home</a></li>
|
48
|
+
<li><a href="mailto:support@psdi.ac.uk">Contact Us</a></li>
|
49
|
+
<li><a href="https://www.psdi.ac.uk/privacy/">Privacy</a></li>
|
50
|
+
<li><a href="https://www.psdi.ac.uk/terms-and-conditions/">Terms and Conditions</a></li>
|
51
|
+
</ul>
|
52
|
+
<ul class="footer__col footer__items clean-list" id="footer-connect">
|
53
|
+
<li><a href="https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?SUBED1=PSDI&A=1">Mailing List</a></li>
|
54
|
+
<li id="footer-icon-list">
|
55
|
+
<a href="https://www.linkedin.com/company/psdiuk/" class="footer-icon">
|
56
|
+
<img src="static/img/social-logo-linkedin-white.png"
|
57
|
+
alt="LinkedIn icon" class="lm-only">
|
58
|
+
<img src="static/img/social-logo-linkedin-black.png"
|
59
|
+
alt="LinkedIn icon" class="dm-only">
|
60
|
+
</a>
|
61
|
+
<a href="https://twitter.com/psdi_uk" class="footer-icon">
|
62
|
+
<img src="static/img/social-logo-x-white.svg" alt="X icon"
|
63
|
+
class="lm-only">
|
64
|
+
<img src="static/img/social-logo-x-black.svg" alt="X icon"
|
65
|
+
class="dm-only">
|
66
|
+
</a>
|
67
|
+
<a href="https://www.youtube.com/@PSDI_UK" class="footer-icon">
|
68
|
+
<img src="static/img/social-logo-youtube-white.png" alt="YouTube icon"
|
69
|
+
class="lm-only">
|
70
|
+
<img src="static/img/social-logo-youtube-black.png" alt="YouTube icon"
|
71
|
+
class="dm-only">
|
72
|
+
</a>
|
73
|
+
<a href="https://bsky.app/profile/psdi-uk.bsky.social" class="footer-icon">
|
74
|
+
<img src="static/img/social-logo-bluesky-white.svg" alt="Bluesky icon"
|
75
|
+
class="lm-only">
|
76
|
+
<img src="static/img/social-logo-bluesky-black.svg" alt="Bluesky icon"
|
77
|
+
class="dm-only">
|
78
|
+
</a>
|
79
|
+
<a href="https://mstdn.science/@PSDI" class="footer-icon">
|
80
|
+
<img src="static/img/social-logo-mastodon-white.svg"
|
81
|
+
alt="Mastodon icon" class="lm-only">
|
82
|
+
<img src="static/img/social-logo-mastodon-black.svg"
|
83
|
+
alt="Mastodon icon" class="dm-only">
|
84
|
+
</a>
|
85
|
+
</li>
|
86
|
+
</ul>
|
87
|
+
<div class="footer__hline small-screen-only">
|
88
|
+
<hr>
|
89
|
+
</div>
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
<div class="footer__hline big-screen-only">
|
93
|
+
<hr>
|
94
|
+
</div>
|
95
|
+
<div class="footer__copyright__text text--center">Copyright © 2025 Physical Sciences Data Infrastructure (PSDI)</div>
|
96
|
+
</div>
|
@@ -0,0 +1,96 @@
|
|
1
|
+
<!-- This is the common footer which will be added to all pages. Everything in this file will be added within the div
|
2
|
+
that loads it. -->
|
3
|
+
|
4
|
+
<div class="max-width-box">
|
5
|
+
<div class="footer__links">
|
6
|
+
<div id="footer__links__left">
|
7
|
+
<div class="footer__title">
|
8
|
+
<h6>Funding</h6>
|
9
|
+
</div>
|
10
|
+
<h6 class="footer__title"><br></h6>
|
11
|
+
<div class="footer__hline">
|
12
|
+
<hr>
|
13
|
+
</div>
|
14
|
+
<ul class="footer__col footer__items clean-list">
|
15
|
+
<li class="funding-text">PSDI acknowledges the funding support by the EPSRC grants EP/X032701/1, EP/X032663/1
|
16
|
+
and EP/W032252/1</li>
|
17
|
+
</ul>
|
18
|
+
<ul class="footer__col footer__items clean-list">
|
19
|
+
<li>
|
20
|
+
<img class="lm-only" src="../img/ukri-logo-lighttext.png"
|
21
|
+
alt="UKRI logo">
|
22
|
+
<img class="dm-only" src="../img/ukri-logo-darktext.png"
|
23
|
+
alt="UKRI logo">
|
24
|
+
</li>
|
25
|
+
<li>
|
26
|
+
<img class="lm-only" src="../img/ukri-epsr-logo-lighttext.png"
|
27
|
+
alt="UKRI EPSR logo">
|
28
|
+
<img class="dm-only" src="../img/ukri-epsr-logo-darktext.png"
|
29
|
+
alt="UKRI EPSR logo">
|
30
|
+
</li>
|
31
|
+
</ul>
|
32
|
+
<div class="footer__hline small-screen-only">
|
33
|
+
<hr>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
<div id="footer__links__right">
|
37
|
+
<div class="footer__title">
|
38
|
+
<h6>Useful Links</h6>
|
39
|
+
</div>
|
40
|
+
<div class="footer__title">
|
41
|
+
<h6>Connect</h6>
|
42
|
+
</div>
|
43
|
+
<div class="footer__hline">
|
44
|
+
<hr>
|
45
|
+
</div>
|
46
|
+
<ul class="footer__col footer__items clean-list">
|
47
|
+
<li><a href="https://psdi.ac.uk/">PSDI Home</a></li>
|
48
|
+
<li><a href="mailto:support@psdi.ac.uk">Contact Us</a></li>
|
49
|
+
<li><a href="https://www.psdi.ac.uk/privacy/">Privacy</a></li>
|
50
|
+
<li><a href="https://www.psdi.ac.uk/terms-and-conditions/">Terms and Conditions</a></li>
|
51
|
+
</ul>
|
52
|
+
<ul class="footer__col footer__items clean-list" id="footer-connect">
|
53
|
+
<li><a href="https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?SUBED1=PSDI&A=1">Mailing List</a></li>
|
54
|
+
<li id="footer-icon-list">
|
55
|
+
<a href="https://www.linkedin.com/company/psdiuk/" class="footer-icon">
|
56
|
+
<img src="../img/social-logo-linkedin-white.png"
|
57
|
+
alt="LinkedIn icon" class="lm-only">
|
58
|
+
<img src="../img/social-logo-linkedin-black.png"
|
59
|
+
alt="LinkedIn icon" class="dm-only">
|
60
|
+
</a>
|
61
|
+
<a href="https://twitter.com/psdi_uk" class="footer-icon">
|
62
|
+
<img src="../img/social-logo-x-white.svg" alt="X icon"
|
63
|
+
class="lm-only">
|
64
|
+
<img src="../img/social-logo-x-black.svg" alt="X icon"
|
65
|
+
class="dm-only">
|
66
|
+
</a>
|
67
|
+
<a href="https://www.youtube.com/@PSDI_UK" class="footer-icon">
|
68
|
+
<img src="../img/social-logo-youtube-white.png" alt="YouTube icon"
|
69
|
+
class="lm-only">
|
70
|
+
<img src="../img/social-logo-youtube-black.png" alt="YouTube icon"
|
71
|
+
class="dm-only">
|
72
|
+
</a>
|
73
|
+
<a href="https://bsky.app/profile/psdi-uk.bsky.social" class="footer-icon">
|
74
|
+
<img src="../img/social-logo-bluesky-white.svg" alt="Bluesky icon"
|
75
|
+
class="lm-only">
|
76
|
+
<img src="../img/social-logo-bluesky-black.svg" alt="Bluesky icon"
|
77
|
+
class="dm-only">
|
78
|
+
</a>
|
79
|
+
<a href="https://mstdn.science/@PSDI" class="footer-icon">
|
80
|
+
<img src="../img/social-logo-mastodon-white.svg"
|
81
|
+
alt="Mastodon icon" class="lm-only">
|
82
|
+
<img src="../img/social-logo-mastodon-black.svg"
|
83
|
+
alt="Mastodon icon" class="dm-only">
|
84
|
+
</a>
|
85
|
+
</li>
|
86
|
+
</ul>
|
87
|
+
<div class="footer__hline small-screen-only">
|
88
|
+
<hr>
|
89
|
+
</div>
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
<div class="footer__hline big-screen-only">
|
93
|
+
<hr>
|
94
|
+
</div>
|
95
|
+
<div class="footer__copyright__text text--center">Copyright © 2025 Physical Sciences Data Infrastructure (PSDI)</div>
|
96
|
+
</div>
|
Binary file
|
Binary file
|
@@ -1,99 +0,0 @@
|
|
1
|
-
<!-- This is the common footer which will be added to all pages. Everything in this file will be added within the div
|
2
|
-
that loads it. -->
|
3
|
-
|
4
|
-
<div class="max-width-box">
|
5
|
-
<div class="footer__links">
|
6
|
-
<div id="footer__links__left">
|
7
|
-
<div class="footer__title">
|
8
|
-
<h6>Funding</h6>
|
9
|
-
</div>
|
10
|
-
<h6 class="footer__title"><br></h6>
|
11
|
-
<div class="footer__hline">
|
12
|
-
<hr>
|
13
|
-
</div>
|
14
|
-
<ul class="footer__col footer__items clean-list">
|
15
|
-
<li class="funding-text">PSDI acknowledges the funding support by the EPSRC grants EP/X032701/1, EP/X032663/1
|
16
|
-
and EP/W032252/1</li>
|
17
|
-
</ul>
|
18
|
-
<ul class="footer__col footer__items clean-list">
|
19
|
-
<li>
|
20
|
-
<img class="lm-only" src="static/img/ukri-logo-lighttext.png"
|
21
|
-
alt="UKRI logo">
|
22
|
-
<img class="dm-only" src="static/img/ukri-logo-darktext.png"
|
23
|
-
alt="UKRI logo">
|
24
|
-
</li>
|
25
|
-
<li>
|
26
|
-
<img class="lm-only" src="static/img/ukri-epsr-logo-lighttext.png"
|
27
|
-
alt="UKRI EPSR logo">
|
28
|
-
<img class="dm-only" src="static/img/ukri-epsr-logo-darktext.png"
|
29
|
-
alt="UKRI EPSR logo">
|
30
|
-
</li>
|
31
|
-
</ul>
|
32
|
-
<div class="footer__hline small-screen-only">
|
33
|
-
<hr>
|
34
|
-
</div>
|
35
|
-
</div>
|
36
|
-
<div id="footer__links__right">
|
37
|
-
<div class="footer__title">
|
38
|
-
<h6>Useful Links</h6>
|
39
|
-
</div>
|
40
|
-
<div class="footer__title">
|
41
|
-
<h6>Connect</h6>
|
42
|
-
</div>
|
43
|
-
<div class="footer__hline">
|
44
|
-
<hr>
|
45
|
-
</div>
|
46
|
-
<ul class="footer__col footer__items clean-list">
|
47
|
-
<li><a href="https://psdi.ac.uk/">PSDI Home</a></li>
|
48
|
-
<li><a href="mailto:support@psdi.ac.uk">Contact Us</a></li>
|
49
|
-
<li><a href="#">Privacy</a></li>
|
50
|
-
<li><a href="#">Terms and Conditions</a></li>
|
51
|
-
</ul>
|
52
|
-
<p class="footer__col" id="footer-icon-list">
|
53
|
-
<a href="https://www.linkedin.com/company/psdiuk/" class="footer-icon">
|
54
|
-
<img src="static/img/social-logo-linkedin-white.png" alt="LinkedIn icon"
|
55
|
-
class="lm-only">
|
56
|
-
<img src="static/img/social-logo-linkedin-black.png" alt="LinkedIn icon"
|
57
|
-
class="dm-only">
|
58
|
-
</a>
|
59
|
-
<a href="https://twitter.com/psdi_uk" class="footer-icon">
|
60
|
-
<img src="static/img/social-logo-x-white.svg" alt="X icon"
|
61
|
-
class="lm-only">
|
62
|
-
<img src="static/img/social-logo-x-black.svg" alt="X icon"
|
63
|
-
class="dm-only">
|
64
|
-
</a>
|
65
|
-
<a href="https://www.instagram.com/psdi_uk" class="footer-icon">
|
66
|
-
<img src="static/img/social-logo-instagram-white.svg"
|
67
|
-
alt="Instagram icon" class="lm-only">
|
68
|
-
<img src="static/img/social-logo-instagram-black.svg"
|
69
|
-
alt="Instagram icon" class="dm-only">
|
70
|
-
</a>
|
71
|
-
<a href="https://www.youtube.com/@PSDI_UK" class="footer-icon">
|
72
|
-
<img src="static/img/social-logo-youtube-white.png" alt="YouTube icon"
|
73
|
-
class="lm-only">
|
74
|
-
<img src="static/img/social-logo-youtube-black.png" alt="YouTube icon"
|
75
|
-
class="dm-only">
|
76
|
-
</a>
|
77
|
-
<a href="https://bsky.app/profile/psdi-uk.bsky.social" class="footer-icon">
|
78
|
-
<img src="static/img/social-logo-bluesky-white.svg" alt="Bluesky icon"
|
79
|
-
class="lm-only">
|
80
|
-
<img src="static/img/social-logo-bluesky-black.svg" alt="Bluesky icon"
|
81
|
-
class="dm-only">
|
82
|
-
</a>
|
83
|
-
<a href="https://mstdn.science/@PSDI" class="footer-icon">
|
84
|
-
<img src="static/img/social-logo-mastodon-white.svg" alt="Mastodon icon"
|
85
|
-
class="lm-only">
|
86
|
-
<img src="static/img/social-logo-mastodon-black.svg" alt="Mastodon icon"
|
87
|
-
class="dm-only">
|
88
|
-
</a>
|
89
|
-
</p>
|
90
|
-
<div class="footer__hline small-screen-only">
|
91
|
-
<hr>
|
92
|
-
</div>
|
93
|
-
</div>
|
94
|
-
</div>
|
95
|
-
<div class="footer__hline big-screen-only">
|
96
|
-
<hr>
|
97
|
-
</div>
|
98
|
-
<div class="footer__copyright__text text--center">Copyright © 2024 PSDI</div>
|
99
|
-
</div>
|
@@ -1,99 +0,0 @@
|
|
1
|
-
<!-- This is the common footer which will be added to all pages. Everything in this file will be added within the div
|
2
|
-
that loads it. -->
|
3
|
-
|
4
|
-
<div class="max-width-box">
|
5
|
-
<div class="footer__links">
|
6
|
-
<div id="footer__links__left">
|
7
|
-
<div class="footer__title">
|
8
|
-
<h6>Funding</h6>
|
9
|
-
</div>
|
10
|
-
<h6 class="footer__title"><br></h6>
|
11
|
-
<div class="footer__hline">
|
12
|
-
<hr>
|
13
|
-
</div>
|
14
|
-
<ul class="footer__col footer__items clean-list">
|
15
|
-
<li class="funding-text">PSDI acknowledges the funding support by the EPSRC grants EP/X032701/1, EP/X032663/1
|
16
|
-
and EP/W032252/1</li>
|
17
|
-
</ul>
|
18
|
-
<ul class="footer__col footer__items clean-list">
|
19
|
-
<li>
|
20
|
-
<img class="lm-only" src="../img/ukri-logo-lighttext.png"
|
21
|
-
alt="UKRI logo">
|
22
|
-
<img class="dm-only" src="../img/ukri-logo-darktext.png"
|
23
|
-
alt="UKRI logo">
|
24
|
-
</li>
|
25
|
-
<li>
|
26
|
-
<img class="lm-only" src="../img/ukri-epsr-logo-lighttext.png"
|
27
|
-
alt="UKRI EPSR logo">
|
28
|
-
<img class="dm-only" src="../img/ukri-epsr-logo-darktext.png"
|
29
|
-
alt="UKRI EPSR logo">
|
30
|
-
</li>
|
31
|
-
</ul>
|
32
|
-
<div class="footer__hline small-screen-only">
|
33
|
-
<hr>
|
34
|
-
</div>
|
35
|
-
</div>
|
36
|
-
<div id="footer__links__right">
|
37
|
-
<div class="footer__title">
|
38
|
-
<h6>Useful Links</h6>
|
39
|
-
</div>
|
40
|
-
<div class="footer__title">
|
41
|
-
<h6>Connect</h6>
|
42
|
-
</div>
|
43
|
-
<div class="footer__hline">
|
44
|
-
<hr>
|
45
|
-
</div>
|
46
|
-
<ul class="footer__col footer__items clean-list">
|
47
|
-
<li><a href="https://psdi.ac.uk/">PSDI Home</a></li>
|
48
|
-
<li><a href="mailto:support@psdi.ac.uk">Contact Us</a></li>
|
49
|
-
<li><a href="#">Privacy</a></li>
|
50
|
-
<li><a href="#">Terms and Conditions</a></li>
|
51
|
-
</ul>
|
52
|
-
<p class="footer__col" id="footer-icon-list">
|
53
|
-
<a href="https://www.linkedin.com/company/psdiuk/" class="footer-icon">
|
54
|
-
<img src="../img/social-logo-linkedin-white.png" alt="LinkedIn icon"
|
55
|
-
class="lm-only">
|
56
|
-
<img src="../img/social-logo-linkedin-black.png" alt="LinkedIn icon"
|
57
|
-
class="dm-only">
|
58
|
-
</a>
|
59
|
-
<a href="https://twitter.com/psdi_uk" class="footer-icon">
|
60
|
-
<img src="../img/social-logo-x-white.svg" alt="X icon"
|
61
|
-
class="lm-only">
|
62
|
-
<img src="../img/social-logo-x-black.svg" alt="X icon"
|
63
|
-
class="dm-only">
|
64
|
-
</a>
|
65
|
-
<a href="https://www.instagram.com/psdi_uk" class="footer-icon">
|
66
|
-
<img src="../img/social-logo-instagram-white.svg"
|
67
|
-
alt="Instagram icon" class="lm-only">
|
68
|
-
<img src="../img/social-logo-instagram-black.svg"
|
69
|
-
alt="Instagram icon" class="dm-only">
|
70
|
-
</a>
|
71
|
-
<a href="https://www.youtube.com/@PSDI_UK" class="footer-icon">
|
72
|
-
<img src="../img/social-logo-youtube-white.png" alt="YouTube icon"
|
73
|
-
class="lm-only">
|
74
|
-
<img src="../img/social-logo-youtube-black.png" alt="YouTube icon"
|
75
|
-
class="dm-only">
|
76
|
-
</a>
|
77
|
-
<a href="https://bsky.app/profile/psdi-uk.bsky.social" class="footer-icon">
|
78
|
-
<img src="../img/social-logo-bluesky-white.svg" alt="Bluesky icon"
|
79
|
-
class="lm-only">
|
80
|
-
<img src="../img/social-logo-bluesky-black.svg" alt="Bluesky icon"
|
81
|
-
class="dm-only">
|
82
|
-
</a>
|
83
|
-
<a href="https://mstdn.science/@PSDI" class="footer-icon">
|
84
|
-
<img src="../img/social-logo-mastodon-white.svg" alt="Mastodon icon"
|
85
|
-
class="lm-only">
|
86
|
-
<img src="../img/social-logo-mastodon-black.svg" alt="Mastodon icon"
|
87
|
-
class="dm-only">
|
88
|
-
</a>
|
89
|
-
</p>
|
90
|
-
<div class="footer__hline small-screen-only">
|
91
|
-
<hr>
|
92
|
-
</div>
|
93
|
-
</div>
|
94
|
-
</div>
|
95
|
-
<div class="footer__hline big-screen-only">
|
96
|
-
<hr>
|
97
|
-
</div>
|
98
|
-
<div class="footer__copyright__text text--center">Copyright © 2024 PSDI</div>
|
99
|
-
</div>
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-feature.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-rc-hotfix.yml
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/ci-release.yml
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-anchore-scan.yml
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-container-push.yml
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-deploy-azure.yml
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-deploy-k8s.yml
RENAMED
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-publish-doc.yml
RENAMED
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-test-gui.yml
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/.github/workflows/job-test-python.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/__init__.py
RENAMED
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/linux/atomsk
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/linux/c2x
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/mac/atomsk
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/bin/mac/c2x
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/constants.py
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/base.py
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/converters/c2x.py
RENAMED
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/database.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/log_utility.py
RENAMED
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/scripts/atomsk.sh
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/scripts/c2x.sh
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/security.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/templates/index.htm
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/psdi_data_conversion/testing/utils.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/aceticacid.log.txt
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/aceticacid.mol2
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-2D-fastest.xyz
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-3D-best.xyz
RENAMED
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia-okx.smi
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia-ox.smi
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-ia.smi
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine-no-flags.smi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in.smi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/caffeine_a_in_x_out.smi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/hemoglobin_Atomsk.xyz
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/hemoglobin_c2x.xyz
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_OB.log.txt
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_atomsk.cif
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/quartz_atomsk.log.txt
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/standard_test.inchi
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/xyz_files-mol.zip
RENAMED
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/test_data/output/xyz_files.log.txt
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/selenium/files/standard_test.cdxml
RENAMED
File without changes
|
File without changes
|
{psdi_data_conversion-0.0.29 → psdi_data_conversion-0.0.30}/tests/selenium/selenium_tests.py
RENAMED
File without changes
|