diffpy.structure 3.2.1__tar.gz → 3.2.1rc0__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.1 → diffpy_structure-3.2.1rc0}/PKG-INFO +1 -3
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/pyproject.toml +1 -4
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/PKG-INFO +1 -3
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/SOURCES.txt +0 -2
- diffpy_structure-3.2.1/requirements/run.txt +0 -2
- diffpy_structure-3.2.1/src/diffpy.structure.egg-info/requires.txt +0 -2
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/AUTHORS.rst +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/LICENSE.rst +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/LICENSE_DANSE.rst +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/LICENSE_pymmlib.rst +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/MANIFEST.in +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/README.rst +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/setup.cfg +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/Structure.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/__init__.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/__init__.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/_legacy_importer.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/apps/__init__.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/apps/anyeye.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/apps/transtru.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/atom.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/__init__.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/makeellipsoid.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/shapeutils.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/supercell_mod.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/lattice.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/mmlibspacegroups.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/__init__.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_auto.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_cif.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_discus.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_pdb.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_pdffit.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_rawxyz.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_xcfg.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_xyz.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/parser_index_mod.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/structureparser.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/pdffitstructure.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/sgtbxspacegroups.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/spacegroupmod.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/spacegroups.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/structure.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/structureerrors.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/symmetryutilities.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/utils.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/version.py +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/dependency_links.txt +0 -0
- {diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: diffpy.structure
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1rc0
|
|
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>
|
|
@@ -27,8 +27,6 @@ License-File: LICENSE.rst
|
|
|
27
27
|
License-File: LICENSE_DANSE.rst
|
|
28
28
|
License-File: LICENSE_pymmlib.rst
|
|
29
29
|
License-File: AUTHORS.rst
|
|
30
|
-
Requires-Dist: numpy<2.0.0
|
|
31
|
-
Requires-Dist: pycifrw
|
|
32
30
|
|
|
33
31
|
|Icon| |title|_
|
|
34
32
|
===============
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "diffpy.structure"
|
|
7
|
-
dynamic=['version'
|
|
7
|
+
dynamic=['version']
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Simon J.L. Billinge group", email="simon.billinge@gmail.com" },
|
|
10
10
|
]
|
|
@@ -48,9 +48,6 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
|
|
|
48
48
|
exclude = ["diffpy.structure.tests*"] # exclude packages matching these glob patterns (empty by default)
|
|
49
49
|
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
|
|
50
50
|
|
|
51
|
-
[tool.setuptools.dynamic]
|
|
52
|
-
dependencies = {file = ["requirements/run.txt"]}
|
|
53
|
-
|
|
54
51
|
[tool.black]
|
|
55
52
|
line-length = 115
|
|
56
53
|
include = '\.pyi?$'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: diffpy.structure
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1rc0
|
|
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>
|
|
@@ -27,8 +27,6 @@ License-File: LICENSE.rst
|
|
|
27
27
|
License-File: LICENSE_DANSE.rst
|
|
28
28
|
License-File: LICENSE_pymmlib.rst
|
|
29
29
|
License-File: AUTHORS.rst
|
|
30
|
-
Requires-Dist: numpy<2.0.0
|
|
31
|
-
Requires-Dist: pycifrw
|
|
32
30
|
|
|
33
31
|
|Icon| |title|_
|
|
34
32
|
===============
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/SOURCES.txt
RENAMED
|
@@ -5,13 +5,11 @@ LICENSE_pymmlib.rst
|
|
|
5
5
|
MANIFEST.in
|
|
6
6
|
README.rst
|
|
7
7
|
pyproject.toml
|
|
8
|
-
requirements/run.txt
|
|
9
8
|
src/diffpy/Structure.py
|
|
10
9
|
src/diffpy/__init__.py
|
|
11
10
|
src/diffpy.structure.egg-info/PKG-INFO
|
|
12
11
|
src/diffpy.structure.egg-info/SOURCES.txt
|
|
13
12
|
src/diffpy.structure.egg-info/dependency_links.txt
|
|
14
|
-
src/diffpy.structure.egg-info/requires.txt
|
|
15
13
|
src/diffpy.structure.egg-info/top_level.txt
|
|
16
14
|
src/diffpy/structure/__init__.py
|
|
17
15
|
src/diffpy/structure/_legacy_importer.py
|
|
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.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/_legacy_importer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/__init__.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/makeellipsoid.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/shapeutils.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/supercell_mod.py
RENAMED
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/mmlibspacegroups.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_discus.py
RENAMED
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_pdffit.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_rawxyz.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/structureparser.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/pdffitstructure.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/sgtbxspacegroups.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/structureerrors.py
RENAMED
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/symmetryutilities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diffpy_structure-3.2.1 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/top_level.txt
RENAMED
|
File without changes
|