ncrystal-python 4.2.10__tar.gz → 4.2.12__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.
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/PKG-INFO +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/pyproject.toml +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/__init__.py +2 -2
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/__main__.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_chooks.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_cif2ncmat.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_endf2ncmat.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_hfg2ncmat.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_mcstasunion.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_ncmat2cpp.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_ncmat2endf.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_ncmat2hkl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_nctool.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_vdos2ncmat.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cli_verifyatompos.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cliimpl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_cliwrap_config.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_common.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_coreimpl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_hfgdata.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_hist.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_hklobjects.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_locatelib.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_miscimpl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_mmc.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_msg.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_ncmat2cpp_impl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_ncmat2endf_impl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_ncmatimpl.py +13 -2
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_numpy.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_sabutils.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_testimpl.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/api.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/atomdata.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/cfgstr.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/cifutils.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/cli.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/constants.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/core.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/datasrc.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/exceptions.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/hfg2ncmat.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/mcstasutils.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/misc.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/mmc.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/ncmat.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/ncmat2cpp.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/ncmat2endf.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/obsolete.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/plot.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/plugins.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/test.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/vdos.py +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/PKG-INFO +1 -1
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/LICENSE +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/README.md +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/setup.cfg +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/NCrystal/_is_std.py +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/SOURCES.txt +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/dependency_links.txt +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/entry_points.txt +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/requires.txt +0 -0
- {ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/top_level.txt +0 -0
|
@@ -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-
|
|
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-
|
|
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.
|
|
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__
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
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:
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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. ##
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ncrystal_python-4.2.10 → ncrystal_python-4.2.12}/src/ncrystal_python.egg-info/top_level.txt
RENAMED
|
File without changes
|