diffpy.structure 3.2.0__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.
Files changed (47) hide show
  1. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/PKG-INFO +1 -23
  2. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/README.rst +0 -22
  3. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/PKG-INFO +1 -23
  4. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/AUTHORS.rst +0 -0
  5. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/LICENSE.rst +0 -0
  6. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/LICENSE_DANSE.rst +0 -0
  7. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/LICENSE_pymmlib.rst +0 -0
  8. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/MANIFEST.in +0 -0
  9. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/pyproject.toml +0 -0
  10. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/setup.cfg +0 -0
  11. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/Structure.py +0 -0
  12. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/__init__.py +0 -0
  13. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/__init__.py +0 -0
  14. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/_legacy_importer.py +0 -0
  15. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/apps/__init__.py +0 -0
  16. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/apps/anyeye.py +0 -0
  17. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/apps/transtru.py +0 -0
  18. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/atom.py +0 -0
  19. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/__init__.py +0 -0
  20. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/makeellipsoid.py +0 -0
  21. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/shapeutils.py +0 -0
  22. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/expansion/supercell_mod.py +0 -0
  23. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/lattice.py +0 -0
  24. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/mmlibspacegroups.py +0 -0
  25. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/__init__.py +0 -0
  26. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_auto.py +0 -0
  27. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_cif.py +0 -0
  28. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_discus.py +0 -0
  29. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_pdb.py +0 -0
  30. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_pdffit.py +0 -0
  31. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_rawxyz.py +0 -0
  32. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_xcfg.py +0 -0
  33. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/p_xyz.py +0 -0
  34. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/parser_index_mod.py +0 -0
  35. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/parsers/structureparser.py +0 -0
  36. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/pdffitstructure.py +0 -0
  37. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/sgtbxspacegroups.py +0 -0
  38. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/spacegroupmod.py +0 -0
  39. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/spacegroups.py +0 -0
  40. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/structure.py +0 -0
  41. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/structureerrors.py +0 -0
  42. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/symmetryutilities.py +0 -0
  43. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/utils.py +0 -0
  44. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy/structure/version.py +0 -0
  45. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/SOURCES.txt +0 -0
  46. {diffpy_structure-3.2.0 → diffpy_structure-3.2.1rc0}/src/diffpy.structure.egg-info/dependency_links.txt +0 -0
  47. {diffpy_structure-3.2.0 → 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.0
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>
@@ -93,28 +93,6 @@ by citing the following paper in your publication:
93
93
  <http://dx.doi.org/10.1107/S2053273315014473>`__,
94
94
  *Acta Crystallogr. A* **71**, 562-568 (2015).
95
95
 
96
- Requirements
97
- ------------------------------------------------------------------------
98
-
99
- The diffpy.structure package requires Python 3.7 or later and
100
- the following software:
101
-
102
- * ``setuptools`` - software distribution tools for Python
103
- * ``NumPy`` - numerical mathematics and fast array operations for Python
104
-
105
- We recommend to use `Anaconda Python <https://www.anaconda.com/download>`_
106
- as it allows to install all software dependencies together with
107
- diffpy.structure. For other Python distributions it is necessary to
108
- install the required software separately. As an example on Ubuntu
109
- Linux the required software can be installed with ::
110
-
111
- sudo aptitude install python3-setuptools python3-numpy
112
-
113
- diffpy.structure also uses the
114
- `PyCifRW <https://bitbucket.org/jamesrhester/pycifrw>`_
115
- library, which is automatically deployed during the
116
- installation process.
117
-
118
96
  Installation
119
97
  ------------
120
98
 
@@ -63,28 +63,6 @@ by citing the following paper in your publication:
63
63
  <http://dx.doi.org/10.1107/S2053273315014473>`__,
64
64
  *Acta Crystallogr. A* **71**, 562-568 (2015).
65
65
 
66
- Requirements
67
- ------------------------------------------------------------------------
68
-
69
- The diffpy.structure package requires Python 3.7 or later and
70
- the following software:
71
-
72
- * ``setuptools`` - software distribution tools for Python
73
- * ``NumPy`` - numerical mathematics and fast array operations for Python
74
-
75
- We recommend to use `Anaconda Python <https://www.anaconda.com/download>`_
76
- as it allows to install all software dependencies together with
77
- diffpy.structure. For other Python distributions it is necessary to
78
- install the required software separately. As an example on Ubuntu
79
- Linux the required software can be installed with ::
80
-
81
- sudo aptitude install python3-setuptools python3-numpy
82
-
83
- diffpy.structure also uses the
84
- `PyCifRW <https://bitbucket.org/jamesrhester/pycifrw>`_
85
- library, which is automatically deployed during the
86
- installation process.
87
-
88
66
  Installation
89
67
  ------------
90
68
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diffpy.structure
3
- Version: 3.2.0
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>
@@ -93,28 +93,6 @@ by citing the following paper in your publication:
93
93
  <http://dx.doi.org/10.1107/S2053273315014473>`__,
94
94
  *Acta Crystallogr. A* **71**, 562-568 (2015).
95
95
 
96
- Requirements
97
- ------------------------------------------------------------------------
98
-
99
- The diffpy.structure package requires Python 3.7 or later and
100
- the following software:
101
-
102
- * ``setuptools`` - software distribution tools for Python
103
- * ``NumPy`` - numerical mathematics and fast array operations for Python
104
-
105
- We recommend to use `Anaconda Python <https://www.anaconda.com/download>`_
106
- as it allows to install all software dependencies together with
107
- diffpy.structure. For other Python distributions it is necessary to
108
- install the required software separately. As an example on Ubuntu
109
- Linux the required software can be installed with ::
110
-
111
- sudo aptitude install python3-setuptools python3-numpy
112
-
113
- diffpy.structure also uses the
114
- `PyCifRW <https://bitbucket.org/jamesrhester/pycifrw>`_
115
- library, which is automatically deployed during the
116
- installation process.
117
-
118
96
  Installation
119
97
  ------------
120
98