diffpy.utils 3.4.3rc0__tar.gz → 3.5.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.
Files changed (50) hide show
  1. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/PKG-INFO +3 -3
  2. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/pyproject.toml +2 -2
  3. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy.utils.egg-info/PKG-INFO +3 -3
  4. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/AUTHORS.rst +0 -0
  5. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/LICENSE.rst +0 -0
  6. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/LICENSE_DANSE.txt +0 -0
  7. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/MANIFEST.in +0 -0
  8. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/README.rst +0 -0
  9. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/requirements/build.txt +0 -0
  10. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/requirements/conda.txt +0 -0
  11. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/requirements/docs.txt +0 -0
  12. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/requirements/pip.txt +0 -0
  13. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/requirements/test.txt +0 -0
  14. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/setup.cfg +0 -0
  15. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/__init__.py +0 -0
  16. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/__init__.py +0 -0
  17. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/parsers/__init__.py +0 -0
  18. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/parsers/custom_exceptions.py +0 -0
  19. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/parsers/loaddata.py +0 -0
  20. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/parsers/resample.py +0 -0
  21. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/parsers/serialization.py +0 -0
  22. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/scattering_objects/__init__.py +0 -0
  23. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/scattering_objects/diffraction_objects.py +0 -0
  24. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/scattering_objects/user_config.py +0 -0
  25. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/tools.py +0 -0
  26. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/version.py +0 -0
  27. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/wx/__init__.py +0 -0
  28. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy/utils/wx/gridutils.py +0 -0
  29. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy.utils.egg-info/SOURCES.txt +0 -0
  30. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy.utils.egg-info/dependency_links.txt +0 -0
  31. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy.utils.egg-info/requires.txt +0 -0
  32. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/src/diffpy.utils.egg-info/top_level.txt +0 -0
  33. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/conftest.py +0 -0
  34. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/test_diffraction_objects.py +0 -0
  35. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/test_loaddata.py +0 -0
  36. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/test_resample.py +0 -0
  37. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/test_serialization.py +0 -0
  38. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/test_tools.py +0 -0
  39. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/test_version.py +0 -0
  40. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/dbload/e1.gr +0 -0
  41. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/dbload/e2.gr +0 -0
  42. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/dbload/e3.gr +0 -0
  43. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/generated_db.json +0 -0
  44. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/generatewarnings.txt +0 -0
  45. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/loaddata01.txt +0 -0
  46. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/loaddatawithheaders.txt +0 -0
  47. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/loadfile.txt +0 -0
  48. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/strumining.json +0 -0
  49. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/targetjson.json +0 -0
  50. {diffpy_utils-3.4.3rc0 → diffpy_utils-3.5.0}/tests/testdata/wrong.type +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diffpy.utils
3
- Version: 3.4.3rc0
3
+ Version: 3.5.0
4
4
  Summary: Shared utilities for diffpy packages
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.10
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.txt
@@ -14,7 +14,7 @@ maintainers = [
14
14
  description = "Shared utilities for diffpy packages"
15
15
  keywords = ['"text data parsers" "wx grid" "diffraction objects"']
16
16
  readme = "README.rst"
17
- requires-python = ">=3.10"
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.utils
3
- Version: 3.4.3rc0
3
+ Version: 3.5.0
4
4
  Summary: Shared utilities for diffpy packages
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.10
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.txt
File without changes
File without changes