moreniius 0.6.2__py3-none-any.whl → 0.7.0__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.
moreniius/mccode/instr.py CHANGED
@@ -103,7 +103,10 @@ class NXInstr:
103
103
  # TODO make this return an nx_class once we're sure that nx_kwargs is parseable (no mccode_antlr.Expr)
104
104
  if all(x in not_expr_arg for x in ('module', 'config')):
105
105
  # This is a file-writer stream directive? So make a group
106
- return NXgroup(entries={not_expr[0]: not_expr_arg}, **nx_kwargs)
106
+ grp = NXgroup(entries={not_expr[0]: not_expr_arg})
107
+ for attr, val in nx_kwargs.items():
108
+ grp.attrs[attr] = val
109
+ return grp
107
110
  print('!!')
108
111
  print(not_expr_arg)
109
112
  return nx_class(not_expr_arg, **nx_kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moreniius
3
- Version: 0.6.2
3
+ Version: 0.7.0
4
4
  Author-email: Gregory Tucker <gregory.tucker@ess.eu>
5
5
  Classifier: License :: OSI Approved :: BSD License
6
6
  Classifier: Development Status :: 2 - Pre-Alpha
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.14
14
14
  Description-Content-Type: text/markdown
15
15
  Requires-Dist: zenlog>=1.1
16
16
  Requires-Dist: platformdirs>=3.11
17
- Requires-Dist: mccode-antlr[hdf5]>=0.16.2
17
+ Requires-Dist: mccode-antlr[hdf5]>=0.17.0
18
18
  Requires-Dist: nexusformat>=1.0.6
19
19
  Requires-Dist: networkx
20
20
 
@@ -8,11 +8,11 @@ moreniius/writer.py,sha256=zgrbo7RfAriAGrOpPhFHSwwn3yWG4_ZJndIi6HhTzss,6815
8
8
  moreniius/mccode/__init__.py,sha256=1QiZdh90G3gp_WlVpdJB_ZGauoW0GJEQ13Nelaqa5JE,151
9
9
  moreniius/mccode/comp.py,sha256=iaOooI2nIevA0Vhz5jZQJCqXYgmZ3jMm0s3gUtR8Unc,9637
10
10
  moreniius/mccode/instance.py,sha256=yydYeMGITlZrVWBVYregBWQ0Sd_2A71hgoyCrLLW-Jk,8058
11
- moreniius/mccode/instr.py,sha256=D4B3ylD4BMfkiP5t2hx5xop9c7yk7QVSleT1wvpK17E,6161
11
+ moreniius/mccode/instr.py,sha256=qFwiSCZIl5gm5xjFZJ4-i86VOCIorXZsyJCCUm-sEz0,6280
12
12
  moreniius/mccode/mccode.py,sha256=0Ck9xFUHU3EkBGTNIXelMgtLA1JXOs976Sj2wXfMQng,4237
13
13
  moreniius/mccode/orientation.py,sha256=khT0jTMXyXkPCoEpDg-eLKulF-J2wIqNhUi1NzFWvto,3907
14
- moreniius-0.6.2.dist-info/METADATA,sha256=PXdfy0oL-NxMtfRpyaP9O2t2uo5aZubQDl7XnkB0kAE,946
15
- moreniius-0.6.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- moreniius-0.6.2.dist-info/entry_points.txt,sha256=Ga3k4P4fyBt5_dJ03Oapic2Qlgqv9jufQGdxWiz_j2A,63
17
- moreniius-0.6.2.dist-info/top_level.txt,sha256=RzMo23UfVhgQeuOYeS5P9I0qVbxx4Gbe6Roc29Mr02c,10
18
- moreniius-0.6.2.dist-info/RECORD,,
14
+ moreniius-0.7.0.dist-info/METADATA,sha256=54D-mLG1sn5ydBWxsY6K0qTTuEnb2VpfXuGSnXbBO74,946
15
+ moreniius-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ moreniius-0.7.0.dist-info/entry_points.txt,sha256=Ga3k4P4fyBt5_dJ03Oapic2Qlgqv9jufQGdxWiz_j2A,63
17
+ moreniius-0.7.0.dist-info/top_level.txt,sha256=RzMo23UfVhgQeuOYeS5P9I0qVbxx4Gbe6Roc29Mr02c,10
18
+ moreniius-0.7.0.dist-info/RECORD,,