ncrystal-python 4.2.10__py3-none-any.whl → 4.2.12__py3-none-any.whl

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 (58) hide show
  1. NCrystal/__init__.py +2 -2
  2. NCrystal/__main__.py +1 -1
  3. NCrystal/_chooks.py +1 -1
  4. NCrystal/_cli_cif2ncmat.py +1 -1
  5. NCrystal/_cli_endf2ncmat.py +1 -1
  6. NCrystal/_cli_hfg2ncmat.py +1 -1
  7. NCrystal/_cli_mcstasunion.py +1 -1
  8. NCrystal/_cli_ncmat2cpp.py +1 -1
  9. NCrystal/_cli_ncmat2endf.py +1 -1
  10. NCrystal/_cli_ncmat2hkl.py +1 -1
  11. NCrystal/_cli_nctool.py +1 -1
  12. NCrystal/_cli_vdos2ncmat.py +1 -1
  13. NCrystal/_cli_verifyatompos.py +1 -1
  14. NCrystal/_cliimpl.py +1 -1
  15. NCrystal/_cliwrap_config.py +1 -1
  16. NCrystal/_common.py +1 -1
  17. NCrystal/_coreimpl.py +1 -1
  18. NCrystal/_hfgdata.py +1 -1
  19. NCrystal/_hist.py +1 -1
  20. NCrystal/_hklobjects.py +1 -1
  21. NCrystal/_locatelib.py +1 -1
  22. NCrystal/_miscimpl.py +1 -1
  23. NCrystal/_mmc.py +1 -1
  24. NCrystal/_msg.py +1 -1
  25. NCrystal/_ncmat2cpp_impl.py +1 -1
  26. NCrystal/_ncmat2endf_impl.py +1 -1
  27. NCrystal/_ncmatimpl.py +13 -2
  28. NCrystal/_numpy.py +1 -1
  29. NCrystal/_sabutils.py +1 -1
  30. NCrystal/_testimpl.py +1 -1
  31. NCrystal/api.py +1 -1
  32. NCrystal/atomdata.py +1 -1
  33. NCrystal/cfgstr.py +1 -1
  34. NCrystal/cifutils.py +1 -1
  35. NCrystal/cli.py +1 -1
  36. NCrystal/constants.py +1 -1
  37. NCrystal/core.py +1 -1
  38. NCrystal/datasrc.py +1 -1
  39. NCrystal/exceptions.py +1 -1
  40. NCrystal/hfg2ncmat.py +1 -1
  41. NCrystal/mcstasutils.py +1 -1
  42. NCrystal/misc.py +1 -1
  43. NCrystal/mmc.py +1 -1
  44. NCrystal/ncmat.py +1 -1
  45. NCrystal/ncmat2cpp.py +1 -1
  46. NCrystal/ncmat2endf.py +1 -1
  47. NCrystal/obsolete.py +1 -1
  48. NCrystal/plot.py +1 -1
  49. NCrystal/plugins.py +1 -1
  50. NCrystal/test.py +1 -1
  51. NCrystal/vdos.py +1 -1
  52. {ncrystal_python-4.2.10.dist-info → ncrystal_python-4.2.12.dist-info}/METADATA +1 -1
  53. ncrystal_python-4.2.12.dist-info/RECORD +58 -0
  54. ncrystal_python-4.2.10.dist-info/RECORD +0 -58
  55. {ncrystal_python-4.2.10.dist-info → ncrystal_python-4.2.12.dist-info}/WHEEL +0 -0
  56. {ncrystal_python-4.2.10.dist-info → ncrystal_python-4.2.12.dist-info}/entry_points.txt +0 -0
  57. {ncrystal_python-4.2.10.dist-info → ncrystal_python-4.2.12.dist-info}/licenses/LICENSE +0 -0
  58. {ncrystal_python-4.2.10.dist-info → ncrystal_python-4.2.12.dist-info}/top_level.txt +0 -0
NCrystal/__init__.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -55,7 +55,7 @@ For detailed usage conditions and licensing of this open source project, see:
55
55
 
56
56
  #NB: Synchronize meta-data below with fields in setup.py+template_setup.py.in meta data:
57
57
  __license__ = "Apache 2.0, http://www.apache.org/licenses/LICENSE-2.0"
58
- __version__ = '4.2.10'
58
+ __version__ = '4.2.12'
59
59
  __status__ = "Production"
60
60
  __author__ = "NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)"
61
61
  __copyright__ = "Copyright 2015-2024 %s"%__author__
NCrystal/__main__.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_chooks.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_cli_nctool.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_cliimpl.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_common.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_coreimpl.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_hfgdata.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_hist.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_hklobjects.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_locatelib.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_miscimpl.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_mmc.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_msg.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_ncmatimpl.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -1842,7 +1842,18 @@ def _import_spglib( *, sysexit = False ):
1842
1842
  raise SystemExit(m)
1843
1843
  else:
1844
1844
  raise ImportError(m)
1845
- return spglib.spglib
1845
+ if hasattr(spglib,'spglib'):
1846
+ #spglib version < 2.7
1847
+ return spglib.spglib
1848
+ if hasattr(spglib,'OLD_ERROR_HANDLING'):
1849
+ #For version 2.7 (and likely not later), we can avoid a deprecation
1850
+ #warning by this trick:
1851
+ try:
1852
+ import spglib.error
1853
+ spglib.error.OLD_ERROR_HANDLING = False
1854
+ except (ImportError,AttributeError):
1855
+ pass
1856
+ return spglib
1846
1857
 
1847
1858
  def _import_ase( *, sysexit = False ):
1848
1859
  try:
NCrystal/_numpy.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_sabutils.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/_testimpl.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/api.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/atomdata.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/cfgstr.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/cifutils.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/cli.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/constants.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/core.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/datasrc.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/exceptions.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/hfg2ncmat.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/mcstasutils.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/misc.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/mmc.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/ncmat.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/ncmat2cpp.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/ncmat2endf.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/obsolete.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/plot.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/plugins.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/test.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
NCrystal/vdos.py CHANGED
@@ -3,7 +3,7 @@
3
3
  ## ##
4
4
  ## This file is part of NCrystal (see https://mctools.github.io/ncrystal/) ##
5
5
  ## ##
6
- ## Copyright 2015-2025 NCrystal developers ##
6
+ ## Copyright 2015-2026 NCrystal developers ##
7
7
  ## ##
8
8
  ## Licensed under the Apache License, Version 2.0 (the "License"); ##
9
9
  ## you may not use this file except in compliance with the License. ##
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ncrystal-python
3
- Version: 4.2.10
3
+ Version: 4.2.12
4
4
  Summary: Library for thermal neutron transport in crystals and other materials.
5
5
  Author: NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)
6
6
  License:
@@ -0,0 +1,58 @@
1
+ NCrystal/__init__.py,sha256=3IkWccsTrZ63iFXFLQU93kpcEO4nCG8YbzyEibnUGgg,4152
2
+ NCrystal/__main__.py,sha256=oYk085KH-byQDyHDFiJ9eI_h5tvwN8yJ8CgjIqZSpbw,3624
3
+ NCrystal/_chooks.py,sha256=fqAYlN7bnhuNnff520dDt3tqSu1iEotcLIXW3TTpdKM,43713
4
+ NCrystal/_cli_cif2ncmat.py,sha256=lYh3IKZ90i2MfgYvIdpH9km8lfAOu6QGjBqb8xrBczQ,14626
5
+ NCrystal/_cli_endf2ncmat.py,sha256=-GHFYL45LuFXKpEBFf387Qx4NojZvzRPWLANriCqQeI,23389
6
+ NCrystal/_cli_hfg2ncmat.py,sha256=YN6wNPZCqpwNLLsATEl1y_mgE1JD4Bbqd91V3zQUSUI,7280
7
+ NCrystal/_cli_mcstasunion.py,sha256=oqdyk-CBHD9O2icU9XJ8bRucrBwb1J5ypEl2GivWMRc,3960
8
+ NCrystal/_cli_ncmat2cpp.py,sha256=oZOEl2pYmq_DQeGQBDJMqEqB-oLmjbQwocb4oSQn8uo,1856
9
+ NCrystal/_cli_ncmat2endf.py,sha256=js2aE_qBvXNamd9jJ7Rr_d2_Czbc4gM5mn0oBmeBn6U,14580
10
+ NCrystal/_cli_ncmat2hkl.py,sha256=GCtE6L8l0CswExvRxqFYBmEoYhBc33G8ZJjEhkIjBig,7593
11
+ NCrystal/_cli_nctool.py,sha256=gBp2AecLnJb0icj_X9OksNXONzyWgu-0bdlcqMfBzQw,41488
12
+ NCrystal/_cli_vdos2ncmat.py,sha256=Xs5sTvA345WOzcYWNIsc_w7cbM-ZboslYMY0guSVozs,20308
13
+ NCrystal/_cli_verifyatompos.py,sha256=VdgNThb8hdyuL09pYtEMBFPh-iwzY06e-YLcyiRm14o,12348
14
+ NCrystal/_cliimpl.py,sha256=j5oIq-1mnQ5SvjiEpAk4Is06PUAMAxjBm4ztMgNqX9w,13354
15
+ NCrystal/_cliwrap_config.py,sha256=UJpI6VYmpTzHsisxUKgJVpoHS50LvELutsDQbGD9U3A,2002
16
+ NCrystal/_common.py,sha256=lUH-FLbmMw26CR1lD9u_RJq1I9hXYkI2VqEGGnBjhDk,19860
17
+ NCrystal/_coreimpl.py,sha256=xVj5rcu7Y1gc_2PhnDd9CotZnnKaG130HRYJi2sL81w,5727
18
+ NCrystal/_hfgdata.py,sha256=kksehB71jdwfOkW0_WC1XRDBNR04ggKR2kfBekuwiw4,62828
19
+ NCrystal/_hist.py,sha256=Q85hq8_aO3iIzouie_T-ejgXWgIV9PoB5TzDdH7JqVc,10866
20
+ NCrystal/_hklobjects.py,sha256=Ep4-iGtvJIPrvExCOS2Er7cgDQKaYb6gyNsMjdQkv7E,4974
21
+ NCrystal/_is_std.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ NCrystal/_locatelib.py,sha256=vsLTtnkXlEZshqNwW8-DH2ZiDkFQnCMSSOeMi5KV3oY,9504
23
+ NCrystal/_miscimpl.py,sha256=NZghc-lLYQUTGSSwhep8SafJyNkehdY1fIuHGmRvFA0,17380
24
+ NCrystal/_mmc.py,sha256=Ou6fk5HOA_TJUTFH7GP776LquS00YwoSc8AHxM3SZDw,19448
25
+ NCrystal/_msg.py,sha256=E4oO1AtTiGa6Osa46n8WX9mUmi6PR3Wsg_6unS8zf1U,2624
26
+ NCrystal/_ncmat2cpp_impl.py,sha256=_kEeOVTPT-E2kIF2Eccy4o-1htJjmXlkM9dQbwOBalk,18383
27
+ NCrystal/_ncmat2endf_impl.py,sha256=dAVAwo29EuTRsiyCGw4eqlesSrOB5E2GCxR5wjahV6g,62918
28
+ NCrystal/_ncmatimpl.py,sha256=AZy6Ru-Cu2EDWeFmoD-nTn1IGYJXJIn38UlZWus3qL8,95958
29
+ NCrystal/_numpy.py,sha256=Mfu2orb5f-q18-ccop6wiswZNGuQzqLCOzmFuDv-WGg,2924
30
+ NCrystal/_sabutils.py,sha256=yTmr6cIsSqTQEItJqytWJ4dwweO_8uMSy4nTstJMpVw,4798
31
+ NCrystal/_testimpl.py,sha256=Ocm4CH9gqjjAs46ZhP1amjjj6oGNTWQGD1p1Eb40l9c,21418
32
+ NCrystal/api.py,sha256=7Ts3rQ5NGJUnZwQsFcLERpflDeWlIFQuf5YGpopErDI,2973
33
+ NCrystal/atomdata.py,sha256=LPDEpExe_SaU_JGJZqXlxfwPEE0Y6MdO7EyrmfRn2pU,8072
34
+ NCrystal/cfgstr.py,sha256=mejcbaK9cP-KC-0_PSQCe1VjddGrqBJ213kM9qwGI0s,3741
35
+ NCrystal/cifutils.py,sha256=Prl4E5EL4P3dSQIdpf3I8tVFaQK-4arBurwOwA7T1cc,78824
36
+ NCrystal/cli.py,sha256=0eczKCDJ8JhaEOwMbnVdPbZwr08rxlOrOEtW-MO5QFQ,4395
37
+ NCrystal/constants.py,sha256=i1P9IACLfHEVckSmfRaHk4rnmdyX0ArtOaIb-P_hHOU,5919
38
+ NCrystal/core.py,sha256=20NpLte5n3qCLpaBbeb3ilYQ_99mcpBPGme9lGDD_X8,83606
39
+ NCrystal/datasrc.py,sha256=N_zOvHgpXTxTy2Rl1VuW6RfU34sCgNMTzYftmjp1RjE,9978
40
+ NCrystal/exceptions.py,sha256=MEgPfDecQqs-0PurU-yOgtTr21-YBxttV2GVsuU5uyo,2679
41
+ NCrystal/hfg2ncmat.py,sha256=DUXqajdz8DIqwWSHqkRqP-Ng93D-NfC970ScS24ZehU,10189
42
+ NCrystal/mcstasutils.py,sha256=37NR4y_yHJ56Lpwzw_HRiNrsOMRpxdc3nCrBM0pgiEg,18540
43
+ NCrystal/misc.py,sha256=bsn7WLRTdz06iLHuD6Ai3piLJ3f_PQjGNTcZsKotGrQ,14083
44
+ NCrystal/mmc.py,sha256=Ae0DmwSsOaWxVkXSuNPojSAxadUyEgiq1dnurEdUs7g,1948
45
+ NCrystal/ncmat.py,sha256=g5QWOl5LJIOuNDGPHK46A0kLa4eZwzp5M8cqTgSS7kg,42966
46
+ NCrystal/ncmat2cpp.py,sha256=c_B7xtVs4Q07wJSeXhilKmfjIfGTKY1Kv2g5UfSc6eU,4398
47
+ NCrystal/ncmat2endf.py,sha256=eJrk96nFcVgoYDc6qgx6SvW7awesz8exA0f8bnCycgY,12504
48
+ NCrystal/obsolete.py,sha256=7ezoopjLeufVLL_2Pnw-4V4Y5dLlXg0oGoyPYQZ4KRA,3451
49
+ NCrystal/plot.py,sha256=td_Y3e1QauZgBRJobX7BKQvvYfdftC-P6rglYzYwwkM,19975
50
+ NCrystal/plugins.py,sha256=jdyNHHjS6qJtisy1tqeWBidCSX1UX797hQFNEmqN50Y,2440
51
+ NCrystal/test.py,sha256=ogLLfvXoTR_KiX0SWAFkqXSUDAzlgH_0cDPIVdqU2y8,2731
52
+ NCrystal/vdos.py,sha256=x2YhlhJWsrkKPXR3V1QVVdXxpBgIS9TOS2zGRERp-ic,47607
53
+ ncrystal_python-4.2.12.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
54
+ ncrystal_python-4.2.12.dist-info/METADATA,sha256=aUIRxKLVQg9hPWvpWc9EURCj3Kh9OMorBQhzQT-TsDY,16275
55
+ ncrystal_python-4.2.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
56
+ ncrystal_python-4.2.12.dist-info/entry_points.txt,sha256=I9Nz-pdriq2xHbYRAw-yUaI33jQwVbNRy8-3mCVe_jE,521
57
+ ncrystal_python-4.2.12.dist-info/top_level.txt,sha256=VIJdIQMfLIbKpFXA8xm0fKY5okz8s5IHrZTYDSH18y0,9
58
+ ncrystal_python-4.2.12.dist-info/RECORD,,
@@ -1,58 +0,0 @@
1
- NCrystal/__init__.py,sha256=pxbgi15N65ft2i8Le4XgyWBcR4ZqZeW1uk3C7DDMDyc,4152
2
- NCrystal/__main__.py,sha256=tYOeVhY6joHahgtnBwNgcBDd-WXYQoHFmpslk2TAlTY,3624
3
- NCrystal/_chooks.py,sha256=blZZ4IWjZDYAS7YLhmqxjYKl2IArcE4dotZXoziDE48,43713
4
- NCrystal/_cli_cif2ncmat.py,sha256=Hmp8MWV7d3Bzu_5Ekiik9Pdv43yNyZygun8HtqShn78,14626
5
- NCrystal/_cli_endf2ncmat.py,sha256=1Lcbd-uYRPyDDofY9p37pAtSlEP_ShBkvhiRfV_5KhE,23389
6
- NCrystal/_cli_hfg2ncmat.py,sha256=PCI62SUsIMfy45fUHz3Kg5LXupDJ6WRRH4uLWJCk_WY,7280
7
- NCrystal/_cli_mcstasunion.py,sha256=WIEi1PL7d8CxJs8rSv7Wm_kglh32CLY_rCdr-1KxZYA,3960
8
- NCrystal/_cli_ncmat2cpp.py,sha256=pSrDS0ttDc8wYYrEDs7uNgp4qozhmIJZCE0clFym4fI,1856
9
- NCrystal/_cli_ncmat2endf.py,sha256=T9OiMNkwmj9jCC1TeHuqG6f8yPcX6JI-6WpEPrHT-2Q,14580
10
- NCrystal/_cli_ncmat2hkl.py,sha256=_AAZmuc0gXGuPi5GRRsoiSkm_Qg88jNPR-dc1mLm5zM,7593
11
- NCrystal/_cli_nctool.py,sha256=b9L86Vm4Br1_tlKtgK3h5PsjoR5k2i522jIjuQjjNjk,41488
12
- NCrystal/_cli_vdos2ncmat.py,sha256=SnLHzwc1Vg5V896zc4ou1Eug1tKwZR3qrGcCrMybjAI,20308
13
- NCrystal/_cli_verifyatompos.py,sha256=cDcbLlaBUo6F9_nhFjNYXrqgAoPdpw_U2IUBFrTM3-g,12348
14
- NCrystal/_cliimpl.py,sha256=3boTxHnmX3ppqSvOHPauU4LPULr8OqHTF8a9KeBiU4E,13354
15
- NCrystal/_cliwrap_config.py,sha256=RPawApLbRrZRTkWdAP3JK_eTtU_nfPrARYcnfF1-7sE,2002
16
- NCrystal/_common.py,sha256=YNQ9xm6lqtc_E75RRvCSGVTunJkr-T6BMOmGRa1kj0k,19860
17
- NCrystal/_coreimpl.py,sha256=dWBPwbdb8l8Bi3wfDaaQVyqSqTQzwDfs1oEIJR9KTiQ,5727
18
- NCrystal/_hfgdata.py,sha256=uYTB_xHTHVN8Vw91wr7_kXi18ileHJGNyVjnSi-Ss7g,62828
19
- NCrystal/_hist.py,sha256=8JBLsfjdopzDyrpqoOaKCMGRL6W0R2UKPjiknxR7Zac,10866
20
- NCrystal/_hklobjects.py,sha256=wQAUe3tD6UncSW-qfuyAh5jSGnA_2kzvE5-HZ43s3xQ,4974
21
- NCrystal/_is_std.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- NCrystal/_locatelib.py,sha256=VCzJQEyOZfOonzah3wTyLndaO8XZRYZmA5oES9xptpI,9504
23
- NCrystal/_miscimpl.py,sha256=SF1RriTZXgF4uINON6UZqY4vtroJZJ_HuoGaV0tMuK0,17380
24
- NCrystal/_mmc.py,sha256=hVXrrJxN6s2a0uxNF2EgqO2xVq2OLU7P0emIG9g1JCQ,19448
25
- NCrystal/_msg.py,sha256=wBJk0kGHusm0xXSt8KNYq6iIO_cubnznvnJ5Erl87EU,2624
26
- NCrystal/_ncmat2cpp_impl.py,sha256=D_knqsv92EnaPJlufE3fJe2fnETnyQ8k9TbMwpXmxZs,18383
27
- NCrystal/_ncmat2endf_impl.py,sha256=rcKHdvIsrsl9SPRoWcmgXk4TR-NRwY79E1JydtW-J4Q,62918
28
- NCrystal/_ncmatimpl.py,sha256=-vPYyBUDc0SCXTqPwm2pB-xbsqM6DCwQe5R34avcUAo,95561
29
- NCrystal/_numpy.py,sha256=SwFcvrNBDqP647guedRdFeISsC8b4VvGm9McFyF1gJQ,2924
30
- NCrystal/_sabutils.py,sha256=vZD2wB42r48_0EZKPTS6q5sKN1RGgjWi2zVuVvtbdGk,4798
31
- NCrystal/_testimpl.py,sha256=UPP2b4aaOTPxdUpfqPWgWIwg-BFZbeaivFxnrE7sO_M,21418
32
- NCrystal/api.py,sha256=VRJLRLQ461OvEHAv5OGxqimAa7l3PY1mcTZMRQjSkkI,2973
33
- NCrystal/atomdata.py,sha256=gwq92dIQqmr8kg_pyquPAsUrI9TWLVOELuEh2OLgkVw,8072
34
- NCrystal/cfgstr.py,sha256=IVrMagRTD0TkAhuJkWkGKsJCX4ezG8Tf9uyfkhRjMgY,3741
35
- NCrystal/cifutils.py,sha256=zdYKqxVmzIahj9AKPZl-ISOi-SSWOMaJ_4iJ-v0ImdE,78824
36
- NCrystal/cli.py,sha256=OMUi3NZEwKwvx1fRzNDwWG9Yb-Vm49kkyiMu9NHHTlM,4395
37
- NCrystal/constants.py,sha256=ldOyJAAhW0tBNDVexqTw1rxvcmwCnGJOueurXS44Plw,5919
38
- NCrystal/core.py,sha256=D7wOKLciHpNu5EZI0_vtpcRkf-XAkQQErLbxu4VdmzI,83606
39
- NCrystal/datasrc.py,sha256=wAmpYjLMB5w8_0J4qRFtKMZ-RoFvyu8DMOouQDB6xac,9978
40
- NCrystal/exceptions.py,sha256=7L61coTf_Sy8gjrsn7BNCu1cvOyAx0dWrihlV7AqgLM,2679
41
- NCrystal/hfg2ncmat.py,sha256=10FbQNxYzdSjTMG2F1DCq7LiQ7xvd1gjFkrZFjj-GKg,10189
42
- NCrystal/mcstasutils.py,sha256=7IRfwefvaXQORBV1Qibn88vb9OKMvIn_qfQoEt8-G3U,18540
43
- NCrystal/misc.py,sha256=KmbmW2PB2roQReqLtn-RWse30f6w7gOmJPb7cId_-ME,14083
44
- NCrystal/mmc.py,sha256=LQ0IXMgJexpSPrGYwZZm6bAh5Bo6y2z5CjezFAFy1UE,1948
45
- NCrystal/ncmat.py,sha256=Gwrf1u2P4UeWQNvSXKhWHHCOibbMFmTlx0fyfE0DgOY,42966
46
- NCrystal/ncmat2cpp.py,sha256=_gXxXgbPcCmn0XnLx0h_dS_N3s4d18RORDSgSeVTgG4,4398
47
- NCrystal/ncmat2endf.py,sha256=1T1I08mWRG_yBhdb20dzEaVJMC0OeF2BYm2qY-L9BHg,12504
48
- NCrystal/obsolete.py,sha256=v2HzQFqdrLaGm6bWNqioGwMdQMAhuWYSbTEF2He_HbY,3451
49
- NCrystal/plot.py,sha256=oymblLRKTfE2xCsX4W7H6cXIKxDNV7rr6Z4dZnCJjt0,19975
50
- NCrystal/plugins.py,sha256=U4EF25DlYE8aO6uoG5Ptyia5Nj08LCrVl7973BCIkDI,2440
51
- NCrystal/test.py,sha256=fH6OfjvQ2KJRYaooYVGFsp4QJGj_WC4QRq1bPd36vwg,2731
52
- NCrystal/vdos.py,sha256=DL3UtaCMLaY-bBB6ztT1qZKYfO44INeEpgra_9JAyMo,47607
53
- ncrystal_python-4.2.10.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
54
- ncrystal_python-4.2.10.dist-info/METADATA,sha256=bCyoH_AFcozyS7XF9HG1vdaiEIsgApsN50Bx99RHuBY,16275
55
- ncrystal_python-4.2.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
56
- ncrystal_python-4.2.10.dist-info/entry_points.txt,sha256=I9Nz-pdriq2xHbYRAw-yUaI33jQwVbNRy8-3mCVe_jE,521
57
- ncrystal_python-4.2.10.dist-info/top_level.txt,sha256=VIJdIQMfLIbKpFXA8xm0fKY5okz8s5IHrZTYDSH18y0,9
58
- ncrystal_python-4.2.10.dist-info/RECORD,,