libqasm 1.1.0__cp39-cp39-macosx_10_9_x86_64.whl → 1.2.1__cp39-cp39-macosx_10_9_x86_64.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.
Binary file
libqasm/libqasm.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # This file was automatically generated by SWIG (https://www.swig.org).
2
- # Version 4.3.0
2
+ # Version 4.3.1
3
3
  #
4
4
  # Do not make changes to this file unless you know what you are doing - modify
5
5
  # the SWIG interface file instead.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: libqasm
3
- Version: 1.1.0
3
+ Version: 1.2.1
4
4
  Summary: libqasm Python Package
5
5
  Home-page: https://github.com/QuTech-Delft/libqasm
6
6
  Author: QuTech, TU Delft
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
16
17
  Classifier: Topic :: Scientific/Engineering
17
18
  Description-Content-Type: text/markdown
18
19
  License-File: LICENSE.md
@@ -22,6 +23,7 @@ Dynamic: classifier
22
23
  Dynamic: description
23
24
  Dynamic: description-content-type
24
25
  Dynamic: home-page
26
+ Dynamic: license-file
25
27
  Dynamic: requires-dist
26
28
  Dynamic: summary
27
29
 
@@ -6,11 +6,11 @@ cqasm/v3x/__init__.py,sha256=4MVCcT7wu69SVoJ6sQ_tXFeHdEUILyVDtvyZ_eqd3Tw,4774
6
6
  cqasm/v3x/types.py,sha256=izXYdNmYvJUcRSZVLJ-blPnU2TmhOGR1Z3Rhtk8rTOQ,63328
7
7
  cqasm/v3x/ast.py,sha256=YKprWlWD99oOhGQ_R9ZQ81sHetqlCvm6x-Cs437ywe8,433880
8
8
  cqasm/v3x/instruction.py,sha256=AEOwKV2riafpyTiJvgq7azwOhyhhZfpKV12uWWJ5M2A,1177
9
+ libqasm-1.2.1.dist-info/RECORD,,
10
+ libqasm-1.2.1.dist-info/WHEEL,sha256=Prymy4iewnr2C3GLPmIomJyLIRtmCgaf6MSAdd7b500,135
11
+ libqasm-1.2.1.dist-info/top_level.txt,sha256=iZ8PSLyg3lJwvSUCvWE8VCJGU-nmQY2YIrbMe7M7kLw,14
12
+ libqasm-1.2.1.dist-info/METADATA,sha256=6DKv70saCXc7HSx5SbIW91qj-GTpfQwezkBZXcY_Dvo,4446
13
+ libqasm-1.2.1.dist-info/licenses/LICENSE.md,sha256=duRlJgy46W8Cw_IQjOmud5xJUvgJkX6pkBmBJkoKi4I,566
9
14
  libqasm/__init__.py,sha256=liVJFi24VHbmUU-9lBA6hm-xPpF1DgzXMsZ0f1dqO3E,727
10
- libqasm/_libqasm.cpython-39-darwin.so,sha256=C2ul5IBkPsTloyMr09UdxZ1CEEUjNRBh0lx9IPQ9iqg,4574592
11
- libqasm/libqasm.py,sha256=AtVuO_pMe2Xnbzul1xMDCtcTzaJrn_KdDXYB1lSxLpM,30619
12
- libqasm-1.1.0.dist-info/LICENSE.md,sha256=duRlJgy46W8Cw_IQjOmud5xJUvgJkX6pkBmBJkoKi4I,566
13
- libqasm-1.1.0.dist-info/RECORD,,
14
- libqasm-1.1.0.dist-info/WHEEL,sha256=ZW23aC-s235bHCmbjdGiL-EvsA2mh2Ipn2GLIUjEFDI,108
15
- libqasm-1.1.0.dist-info/top_level.txt,sha256=iZ8PSLyg3lJwvSUCvWE8VCJGU-nmQY2YIrbMe7M7kLw,14
16
- libqasm-1.1.0.dist-info/METADATA,sha256=GkW2FdomhH3gvLpntlHC5lSpc4KJ4iGYYiBj5shMRqs,4373
15
+ libqasm/_libqasm.cpython-39-darwin.so,sha256=GPY_pXe9-le45q3xUlGsdklxZz7luZXK6HJ2cL4uaUg,4575064
16
+ libqasm/libqasm.py,sha256=aIkH9zXFEpWqmasuCBlvsB9S7zb6xR8OQL_Zs9LXf9E,30619
@@ -1,5 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-macosx_10_9_x86_64
5
+ Generator: delocate 0.13.0
5
6