diffpy.structure 3.2.3__tar.gz → 3.3.0__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.
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/PKG-INFO +3 -3
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/pyproject.toml +2 -2
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/PKG-INFO +3 -3
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/AUTHORS.rst +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/LICENSE.rst +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/LICENSE_DANSE.rst +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/LICENSE_pymmlib.rst +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/MANIFEST.in +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/README.rst +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/requirements/build.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/requirements/conda.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/requirements/docs.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/requirements/pip.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/requirements/test.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/setup.cfg +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/__init__.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/__init__.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/_legacy_importer.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/apps/__init__.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/apps/anyeye.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/apps/transtru.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/atom.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/__init__.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/makeellipsoid.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/shapeutils.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/supercell_mod.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/lattice.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/mmlibspacegroups.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/__init__.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_auto.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_cif.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_discus.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_pdb.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_pdffit.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_rawxyz.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_xcfg.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/p_xyz.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/parser_index_mod.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/structureparser.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/pdffitstructure.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/sgtbxspacegroups.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/spacegroupmod.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/spacegroups.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/structure.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/structureerrors.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/symmetryutilities.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/utils.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/version.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/SOURCES.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/dependency_links.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/entry_points.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/requires.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/top_level.txt +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/conftest.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_atom.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_lattice.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_loadstructure.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_p_cif.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_p_discus.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_p_pdffit.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_parsers.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_spacegroups.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_structure.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_supercell.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_symmetryutilities.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/test_version.py +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/BubbleRaftShort.xcfg +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/CdSe_bulk.stru +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/LiCl-bad.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/Ni-bad.stru +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/Ni-discus.stru +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/Ni.stru +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/Ni_prim123.stru +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/Ni_ref.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/PbTe.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/TeI-unkocc.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/TeI.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/ZnSb_RT_Q28X_VM_20_fxiso.rstr +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/arginine.pdb +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/badspacegroup.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/bucky-bad1.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/bucky-bad2.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/bucky-plain-bad.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/bucky-plain.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/bucky-raw.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/bucky.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/curlybrackets.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/customsg.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/graphite.cif +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/hexagon-raw-bad.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/hexagon-raw.xy +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/hexagon-raw.xyz +0 -0
- {diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/nosites.cif +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: diffpy.structure
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Crystal structure container and parsers for structure formats.
|
|
5
5
|
Author-email: "Simon J.L. Billinge group" <simon.billinge@gmail.com>
|
|
6
6
|
Maintainer-email: "Simon J.L. Billinge group" <simon.billinge@gmail.com>
|
|
@@ -16,12 +16,12 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
16
16
|
Classifier: Operating System :: Microsoft :: Windows
|
|
17
17
|
Classifier: Operating System :: POSIX
|
|
18
18
|
Classifier: Operating System :: Unix
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering :: Chemistry
|
|
24
|
-
Requires-Python: <3.
|
|
24
|
+
Requires-Python: <3.14,>=3.11
|
|
25
25
|
Description-Content-Type: text/x-rst
|
|
26
26
|
License-File: LICENSE.rst
|
|
27
27
|
License-File: LICENSE_DANSE.rst
|
|
@@ -14,7 +14,7 @@ maintainers = [
|
|
|
14
14
|
description = "Crystal structure container and parsers for structure formats."
|
|
15
15
|
keywords = ['diffpy', 'crystal structure data storage CIF PDB']
|
|
16
16
|
readme = "README.rst"
|
|
17
|
-
requires-python = ">=3.
|
|
17
|
+
requires-python = ">=3.11, <3.14"
|
|
18
18
|
classifiers = [
|
|
19
19
|
'Development Status :: 5 - Production/Stable',
|
|
20
20
|
'Environment :: Console',
|
|
@@ -25,9 +25,9 @@ classifiers = [
|
|
|
25
25
|
'Operating System :: Microsoft :: Windows',
|
|
26
26
|
'Operating System :: POSIX',
|
|
27
27
|
'Operating System :: Unix',
|
|
28
|
-
'Programming Language :: Python :: 3.10',
|
|
29
28
|
'Programming Language :: Python :: 3.11',
|
|
30
29
|
'Programming Language :: Python :: 3.12',
|
|
30
|
+
'Programming Language :: Python :: 3.13',
|
|
31
31
|
'Topic :: Scientific/Engineering :: Physics',
|
|
32
32
|
'Topic :: Scientific/Engineering :: Chemistry',
|
|
33
33
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: diffpy.structure
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Crystal structure container and parsers for structure formats.
|
|
5
5
|
Author-email: "Simon J.L. Billinge group" <simon.billinge@gmail.com>
|
|
6
6
|
Maintainer-email: "Simon J.L. Billinge group" <simon.billinge@gmail.com>
|
|
@@ -16,12 +16,12 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
16
16
|
Classifier: Operating System :: Microsoft :: Windows
|
|
17
17
|
Classifier: Operating System :: POSIX
|
|
18
18
|
Classifier: Operating System :: Unix
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering :: Chemistry
|
|
24
|
-
Requires-Python: <3.
|
|
24
|
+
Requires-Python: <3.14,>=3.11
|
|
25
25
|
Description-Content-Type: text/x-rst
|
|
26
26
|
License-File: LICENSE.rst
|
|
27
27
|
License-File: LICENSE_DANSE.rst
|
|
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
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/__init__.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/makeellipsoid.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/shapeutils.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/expansion/supercell_mod.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
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/parser_index_mod.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy/structure/parsers/structureparser.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
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/requires.txt
RENAMED
|
File without changes
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/src/diffpy.structure.egg-info/top_level.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
|
|
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
|
{diffpy_structure-3.2.3 → diffpy_structure-3.3.0}/tests/testdata/ZnSb_RT_Q28X_VM_20_fxiso.rstr
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
|