symengine 0.13.0__cp311-cp311-win_amd64.whl → 0.14.1__cp311-cp311-win_amd64.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 (85) hide show
  1. {symengine-0.13.0.data/purelib/symengine → symengine}/__init__.py +1 -1
  2. symengine/__pycache__/__init__.cpython-311.pyc +0 -0
  3. symengine/__pycache__/functions.cpython-311.pyc +0 -0
  4. symengine/__pycache__/printing.cpython-311.pyc +0 -0
  5. symengine/__pycache__/sympy_compat.cpython-311.pyc +0 -0
  6. symengine/__pycache__/test_utilities.cpython-311.pyc +0 -0
  7. symengine/__pycache__/utilities.cpython-311.pyc +0 -0
  8. symengine/lib/__pycache__/__init__.cpython-311.pyc +0 -0
  9. symengine/lib/{flint-18.dll → flint-19.dll} +0 -0
  10. symengine/lib/libgcc_s_seh-1.dll +0 -0
  11. symengine/lib/libgmp-10.dll +0 -0
  12. symengine/lib/libmpc-3.dll +0 -0
  13. symengine/lib/libmpfr-6.dll +0 -0
  14. symengine/lib/libwinpthread-1.dll +0 -0
  15. symengine/lib/symengine.pxd +152 -152
  16. symengine/lib/symengine_wrapper.cp311-win_amd64.lib +0 -0
  17. symengine/lib/symengine_wrapper.cp311-win_amd64.pyd +0 -0
  18. symengine/lib/zlib.dll +0 -0
  19. symengine/lib/zstd.dll +0 -0
  20. symengine/tests/__pycache__/__init__.cpython-311.pyc +0 -0
  21. symengine/tests/__pycache__/test_arit.cpython-311.pyc +0 -0
  22. symengine/tests/__pycache__/test_cse.cpython-311.pyc +0 -0
  23. symengine/tests/__pycache__/test_dict_basic.cpython-311.pyc +0 -0
  24. symengine/tests/__pycache__/test_eval.cpython-311.pyc +0 -0
  25. symengine/tests/__pycache__/test_expr.cpython-311.pyc +0 -0
  26. symengine/tests/__pycache__/test_functions.cpython-311.pyc +0 -0
  27. symengine/tests/__pycache__/test_lambdify.cpython-311.pyc +0 -0
  28. symengine/tests/__pycache__/test_logic.cpython-311.pyc +0 -0
  29. symengine/tests/__pycache__/test_matrices.cpython-311.pyc +0 -0
  30. symengine/tests/__pycache__/test_ntheory.cpython-311.pyc +0 -0
  31. symengine/tests/__pycache__/test_number.cpython-311.pyc +0 -0
  32. symengine/tests/__pycache__/test_pickling.cpython-311.pyc +0 -0
  33. symengine/tests/__pycache__/test_printing.cpython-311.pyc +0 -0
  34. symengine/tests/__pycache__/test_sage.cpython-311.pyc +0 -0
  35. symengine/tests/__pycache__/test_series_expansion.cpython-311.pyc +0 -0
  36. symengine/tests/__pycache__/test_sets.cpython-311.pyc +0 -0
  37. symengine/tests/__pycache__/test_solve.cpython-311.pyc +0 -0
  38. symengine/tests/__pycache__/test_subs.cpython-311.pyc +0 -0
  39. symengine/tests/__pycache__/test_symbol.cpython-311.pyc +0 -0
  40. symengine/tests/__pycache__/test_sympify.cpython-311.pyc +0 -0
  41. symengine/tests/__pycache__/test_sympy_compat.cpython-311.pyc +0 -0
  42. symengine/tests/__pycache__/test_sympy_conv.cpython-311.pyc +0 -0
  43. symengine/tests/__pycache__/test_var.cpython-311.pyc +0 -0
  44. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info}/METADATA +13 -4
  45. symengine-0.14.1.dist-info/RECORD +81 -0
  46. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info}/WHEEL +1 -1
  47. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info/licenses}/AUTHORS +3 -0
  48. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info/licenses}/LICENSE +107 -272
  49. symengine-0.14.1.dist-info/top_level.txt +1 -0
  50. symengine/lib/mpc.dll +0 -0
  51. symengine/lib/mpfr.dll +0 -0
  52. symengine/lib/mpir.dll +0 -0
  53. symengine/lib/pthreadVSE2.dll +0 -0
  54. symengine-0.13.0.dist-info/RECORD +0 -49
  55. symengine-0.13.0.dist-info/top_level.txt +0 -1
  56. {symengine-0.13.0.data/purelib/symengine → symengine}/functions.py +0 -0
  57. {symengine-0.13.0.data/purelib/symengine → symengine}/lib/__init__.py +0 -0
  58. {symengine-0.13.0.data/purelib/symengine → symengine}/printing.py +0 -0
  59. {symengine-0.13.0.data/purelib/symengine → symengine}/sympy_compat.py +0 -0
  60. {symengine-0.13.0.data/purelib/symengine → symengine}/test_utilities.py +0 -0
  61. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/__init__.py +0 -0
  62. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_arit.py +0 -0
  63. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_cse.py +0 -0
  64. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_dict_basic.py +0 -0
  65. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_eval.py +0 -0
  66. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_expr.py +0 -0
  67. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_functions.py +0 -0
  68. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_lambdify.py +0 -0
  69. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_logic.py +0 -0
  70. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_matrices.py +0 -0
  71. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_ntheory.py +0 -0
  72. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_number.py +0 -0
  73. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_pickling.py +0 -0
  74. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_printing.py +0 -0
  75. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sage.py +0 -0
  76. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_series_expansion.py +0 -0
  77. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sets.py +0 -0
  78. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_solve.py +0 -0
  79. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_subs.py +0 -0
  80. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_symbol.py +0 -0
  81. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sympify.py +0 -0
  82. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sympy_compat.py +0 -0
  83. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sympy_conv.py +0 -0
  84. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_var.py +0 -0
  85. {symengine-0.13.0.data/purelib/symengine → symengine}/utilities.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: symengine
3
- Version: 0.13.0
3
+ Version: 0.14.1
4
4
  Summary: Python library providing wrappers to SymEngine
5
5
  Home-page: https://github.com/symengine/symengine.py
6
6
  Author: SymEngine development team
@@ -12,14 +12,23 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Topic :: Scientific/Engineering
13
13
  Classifier: Topic :: Scientific/Engineering :: Mathematics
14
14
  Classifier: Topic :: Scientific/Engineering :: Physics
15
- Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
19
18
  Classifier: Programming Language :: Python :: 3.12
20
- Requires-Python: >=3.8,<4
19
+ Classifier: Programming Language :: Python :: 3.13
20
+ Requires-Python: >=3.9,<4
21
21
  License-File: LICENSE
22
22
  License-File: AUTHORS
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: home-page
28
+ Dynamic: license
29
+ Dynamic: license-file
30
+ Dynamic: requires-python
31
+ Dynamic: summary
23
32
 
24
33
 
25
34
  SymEngine is a standalone fast C++ symbolic manipulation library.
@@ -0,0 +1,81 @@
1
+ symengine/functions.py,sha256=LNfGb-yI6aXo9BszdmJWfFjZhQFCSYF44fXGMDhLwb8,425
2
+ symengine/printing.py,sha256=BKOTrj3voT6enkYZYvimM32ibVcBdLNVF4eIgIjHHW8,1115
3
+ symengine/sympy_compat.py,sha256=pmISwghw-gwE3yM-cpJ2gYWyzO43GQrFVAzeDCLeFRM,171
4
+ symengine/test_utilities.py,sha256=Pk8RHape9EeGatC3nUE5M-IJoL-U3_WHRS6TdRVWg6g,3086
5
+ symengine/utilities.py,sha256=bn22sbLtKRQVR_G17O4-iO3K7Bo2kOvRZnkjl7IPrR8,9604
6
+ symengine/__init__.py,sha256=4YfiCPDHEwlmrzp7S4Uvix_FUhGwSk3p1bEiHxPGi2o,2403
7
+ symengine/lib/flint-19.dll,sha256=gNKhd7tZYpxtMBTk3_Mb2_CYYcyeyL-wXHR5gy1GY4Y,8975872
8
+ symengine/lib/libgcc_s_seh-1.dll,sha256=_8WiBtTkM4I6Qs29mkCQ7S3eAy8VxxW7so4iuK7klV8,819206
9
+ symengine/lib/libgmp-10.dll,sha256=i1QrrFOoM1RGozP8fL6LpsrvVH7BvT09O1rrYV4rvAA,1133114
10
+ symengine/lib/libmpc-3.dll,sha256=NMiiNXzfDJemLqw2EsUVhALSBhFklHCE7Tp7qpIhDRk,286066
11
+ symengine/lib/libmpfr-6.dll,sha256=QPnVzlcUJHwkN4yldcwb_xcCzypEin989ucDoiGa3l8,1630982
12
+ symengine/lib/libwinpthread-1.dll,sha256=aopsX5o0HlEdYdf50wiGTsGZoaCGXUhjeAlYKVvT_SI,62126
13
+ symengine/lib/pywrapper.h,sha256=5FeCXvth1dlnftGzPNYvSiUTcEl0eXCutJOZ5QgdVbg,8503
14
+ symengine/lib/symengine.pxd,sha256=OroamiaClbihMgQK1QVAHeFMyfSW6TynaugoYWhhLAw,44619
15
+ symengine/lib/symengine_wrapper.cp311-win_amd64.lib,sha256=6-Q1cOBA045p4dAclY1k_bKDtMwm4-jEnDeBuISapaw,5620
16
+ symengine/lib/symengine_wrapper.cp311-win_amd64.pyd,sha256=voBB92V3NQY2BXumSvUyORVhz7lhwbzfeqW8BsQinIk,30301184
17
+ symengine/lib/symengine_wrapper.pxd,sha256=CzqefibEs62skbS3NElAThTzMcHYzWj3QvEVOa5lRKc,3045
18
+ symengine/lib/zlib.dll,sha256=fYbehlnXKNDMImFeo3JIyoOySvZKn8GezEVIEFMI7go,89088
19
+ symengine/lib/zstd.dll,sha256=Fm9RWd9UPWJ45x0T06VqYBPSjLhHsj083gMFZyxVnCo,661504
20
+ symengine/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ symengine/lib/__pycache__/__init__.cpython-311.pyc,sha256=d3BochBnE_8Vmfn-eKbO-9ReKatI9-c-dDvZNpMvwj4,164
22
+ symengine/tests/test_arit.py,sha256=VEigtuYdMjyHP04UMIOTtuI1yCKxoeKlGjO43MDZ-9E,5693
23
+ symengine/tests/test_cse.py,sha256=9SMfCrdQ7ZDoTkbcOk28UhXD2ZDFFbDFiAxOjWM5Ofk,469
24
+ symengine/tests/test_dict_basic.py,sha256=ger2sexbuua1tAxc3JfXlXGrnG2iRAThxGLc01j3jGc,640
25
+ symengine/tests/test_eval.py,sha256=xIPgDolURXLoc7qehkYKdr8F4reNz5b-Gy9ptJcTbCc,1743
26
+ symengine/tests/test_expr.py,sha256=pjkUfuLSXQtAQv110uiF0hJJyw_8i3XXU2A-q51GHl0,1037
27
+ symengine/tests/test_functions.py,sha256=Ctw1o-I3JV3FFiT8SkFha0qXtm8LpI2hmsY2W5WeoG4,11575
28
+ symengine/tests/test_lambdify.py,sha256=06jS9ivhHnTlLSHOClU5YO-9zTTHQGomA85D-lauPQo,29318
29
+ symengine/tests/test_logic.py,sha256=Htbekxw7rQgSShfbcBwZpEi-T7Tb3lZPJ8_kJQWI7as,3546
30
+ symengine/tests/test_matrices.py,sha256=RH-5dDBkTaM0_krJg2TqFQsM5k6LKK3MCC50gEhX5Ww,20648
31
+ symengine/tests/test_ntheory.py,sha256=jMjJVc1pomRDOWXRqqhQTHHUE-npOki4KxKMvWg6m1k,6312
32
+ symengine/tests/test_number.py,sha256=F3WIKwBwfWdyHaY7cu9yOtTm4AaGPO71s256tQih3dA,5041
33
+ symengine/tests/test_pickling.py,sha256=lkRqJkkmg8Cot9ng2WnoVkVQH_LyeOtqx-SZorqZLj0,1562
34
+ symengine/tests/test_printing.py,sha256=9_t5rlV1NQUZvolvFKiuuCtpwjS_6hb8FBMXkoGKV-o,1286
35
+ symengine/tests/test_sage.py,sha256=kp_UzeS6vuIlLIc6f3PnykdBMNVKP8k2lZppsX29aOI,5400
36
+ symengine/tests/test_series_expansion.py,sha256=GfgoubMmPB30nasMB6t9JR-5uVg3xYOk9oAWDr0DWYY,741
37
+ symengine/tests/test_sets.py,sha256=QWcZHWlK5pD5SZrF72uhYZjhYXm4fbmV5OzrQwqYeYQ,4177
38
+ symengine/tests/test_solve.py,sha256=MnAdXm3ZyX09FnQixaMNDG7vqMX-rr46U9UF5BpBZoY,935
39
+ symengine/tests/test_subs.py,sha256=HlX_iYSSWqJQmSg7x8vRckHgre7Pl8ly6HdbTU-GYTw,1810
40
+ symengine/tests/test_symbol.py,sha256=5ARwhVtox-fH5kSBgM8JuPbUJK4BJ3HCUo-LiVf39To,5296
41
+ symengine/tests/test_sympify.py,sha256=yL8JRRdnocswCHQM0S38KDbLB_6VwgZJl3R_HB1M-v4,1868
42
+ symengine/tests/test_sympy_compat.py,sha256=T24NXeFuStVKvzfZU4HL26RxXkH_2CHCBvdpJsWOd8s,4959
43
+ symengine/tests/test_sympy_conv.py,sha256=uR_6ThIEyDSq-dbrlE8x52eC3wbdnij0tLbEokLqF04,27637
44
+ symengine/tests/test_var.py,sha256=q-6R2GVi9AF5eD16jiy_kks2xH4ReUqudZ_S-Zf7O90,1286
45
+ symengine/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
+ symengine/tests/__pycache__/test_arit.cpython-311.pyc,sha256=q2Ud8Ngoj4V1yQPxYpciombawKa41K8WnQRPas1HLeY,16219
47
+ symengine/tests/__pycache__/test_cse.cpython-311.pyc,sha256=n5oEOI1X0Wf3x37Rjmbkr7GhKpQSfeYc6BRUqoT9_c0,1324
48
+ symengine/tests/__pycache__/test_dict_basic.cpython-311.pyc,sha256=c21Fk7Hwb8vBdKmAPCtTuk4jRCBWJbimCdNohzhlThQ,1930
49
+ symengine/tests/__pycache__/test_eval.cpython-311.pyc,sha256=ubcIrB_vax-CH9pXXGbjydfSESJv8v1GhJkWBHwqaE0,6035
50
+ symengine/tests/__pycache__/test_expr.cpython-311.pyc,sha256=jD6lCqdM_Xek4a-0hq4wZNZQin0CNUpCSIHxQ5ltSLY,3185
51
+ symengine/tests/__pycache__/test_functions.cpython-311.pyc,sha256=30KhyRW1YvViey18YnrnFN1TGodHErMpXzyM73Z6jTI,33477
52
+ symengine/tests/__pycache__/test_lambdify.cpython-311.pyc,sha256=sFBW_2vBiab15MHLlFOCafYR6ydwS3iVW0I2peXnrSI,70587
53
+ symengine/tests/__pycache__/test_logic.cpython-311.pyc,sha256=-KqL4ejeAmrQcp75OLCxkb3UgGzlvhG4PzObSJWp9H8,10420
54
+ symengine/tests/__pycache__/test_matrices.cpython-311.pyc,sha256=W_8Eeg29JECOYW--H4cQpCYhWZXmYy8BSTrl4QUTwoo,50118
55
+ symengine/tests/__pycache__/test_ntheory.cpython-311.pyc,sha256=AUdw-V_SCc6s_oretSOlAEvrhgLCXbh0-c5NuPqnXyU,18167
56
+ symengine/tests/__pycache__/test_number.cpython-311.pyc,sha256=_4gIjrO6zesRQfgtXw5kB8GMDrRtuqGTg3SwEfSQEwg,10737
57
+ symengine/tests/__pycache__/test_pickling.cpython-311.pyc,sha256=2-T2R31fIXwYYRALpNuG-nQTom-Vi8cJkxRNm64TYM8,4727
58
+ symengine/tests/__pycache__/test_printing.cpython-311.pyc,sha256=DBqGGW91HmXGG3YWvpmTSdxjHY5YvQmmwCkwYuJt41o,3731
59
+ symengine/tests/__pycache__/test_sage.cpython-311.pyc,sha256=lzzkjXNcVGKf3LqYuLBdbcg0v8Q4To3DS-igY55-QZ4,11952
60
+ symengine/tests/__pycache__/test_series_expansion.cpython-311.pyc,sha256=niD3A2uAUUJfA3QtuhyGilTtLWq3crJgxxyA8uYJT6Q,2332
61
+ symengine/tests/__pycache__/test_sets.cpython-311.pyc,sha256=f5AZgoZxh6E0I0WLjAvO1EBSYEjAFc90ot3FHDdcTEI,11505
62
+ symengine/tests/__pycache__/test_solve.cpython-311.pyc,sha256=vic_4YU1On7G_0PcaSTLbh6kc_6m5mTIiGiuQ6Wd0vM,2658
63
+ symengine/tests/__pycache__/test_subs.cpython-311.pyc,sha256=PD3-HRyuXg6qXfckMk_s3N_PfAhdfIxRob0teb0EXQ0,5719
64
+ symengine/tests/__pycache__/test_symbol.cpython-311.pyc,sha256=YzjQCqDGIEgfeg5tLnnACaf-TxMumfnhYblLdJyAg8c,12073
65
+ symengine/tests/__pycache__/test_sympify.cpython-311.pyc,sha256=sOyuRQpCBqFGKJ56vcFGno1Dam2hZLhq6CJzRFTOhYM,5689
66
+ symengine/tests/__pycache__/test_sympy_compat.cpython-311.pyc,sha256=P2O6nfZUaRHhGCSzf4wNsMPzddLu2htIuVHzv8eKCdM,13574
67
+ symengine/tests/__pycache__/test_sympy_conv.cpython-311.pyc,sha256=bN4aTOzna19XfD0ty8Ly4bFag8nD0M_f0ZJCpwTpDFs,70937
68
+ symengine/tests/__pycache__/test_var.cpython-311.pyc,sha256=DVIVwjpPJGsfHstrUrLgfWKtkPALngq7C3fLUZuP4SE,3685
69
+ symengine/tests/__pycache__/__init__.cpython-311.pyc,sha256=kRPQnvOnL1x4Ubc8bBUORpYhGZ-MpOzweVwlMNk29YE,166
70
+ symengine/__pycache__/functions.cpython-311.pyc,sha256=KI4x0NRo3lYDrsor92HwQuGmtRgpouQ3xhD77DqtgH8,1480
71
+ symengine/__pycache__/printing.cpython-311.pyc,sha256=5ISKAShG1LlUZLTfLRWl8UNEkh4OLChJZnolqCTCw34,2158
72
+ symengine/__pycache__/sympy_compat.cpython-311.pyc,sha256=CLXm8BnrQ1sbySGz_odIR4LGWPbfx9u0_5VqTpzoWdA,411
73
+ symengine/__pycache__/test_utilities.cpython-311.pyc,sha256=TB_2-ztGjVPg2aa67aLo2NbwHA0mBReEO70Pq6R9J14,3970
74
+ symengine/__pycache__/utilities.cpython-311.pyc,sha256=YDulSs0ZAmLYM3bcPsMHfz1VV4vpwZxIIoimRAZrMqQ,13374
75
+ symengine/__pycache__/__init__.cpython-311.pyc,sha256=AYRbVFj15lclAjE5qrtgSzpNSbnOJuHGp3kZzAVc_28,5189
76
+ symengine-0.14.1.dist-info/METADATA,sha256=kJ2MB9T2GKGGgncdmyt8kUnzbgns4Hwd-rRoyXasw4s,1375
77
+ symengine-0.14.1.dist-info/RECORD,,
78
+ symengine-0.14.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
79
+ symengine-0.14.1.dist-info/WHEEL,sha256=pkI-s5KKCTCXRcuamRCpmUHK9lBRiVf1mC9_VUZSXgc,101
80
+ symengine-0.14.1.dist-info/licenses/AUTHORS,sha256=Cs77zqfNEGj1BZ_36dUoOcX2qfMhc7HzpgZQEYb3Juw,1710
81
+ symengine-0.14.1.dist-info/licenses/LICENSE,sha256=22aaNxY_3hh6i_-d6PtsgzMz1TPzPi-vDG5Tx2xx1QE,20897
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64
5
5
 
@@ -36,3 +36,6 @@ Pieter Eendebak <pieter.eendebak@gmail.com>
36
36
  Ayush Kumar <ayushk7102@gmail.com>
37
37
  Christian Clauss <cclauss@me.com>
38
38
  Moraxyc <i@qaq.li>
39
+ Aaron Miller <78561124+aaron-skydio@users.noreply.github.com>
40
+ Firat Bezir <bezir.1@osu.edu>
41
+ Adrian Ostrowski <adrian.ostrowski@intel.com>
@@ -38,19 +38,6 @@ or
38
38
 
39
39
  or both in parallel
40
40
 
41
- ================================MPIR=======================================
42
-
43
- Copyright 1991, 1996, 1999, 2000 Free Software Foundation, Inc.
44
-
45
- Copyright 2008, 2009 William Hart
46
-
47
- This file is part of the MPIR Library.
48
-
49
- The MPIR Library is free software; you can redistribute it and/or modify
50
- it under the terms of the GNU Lesser General Public License as published by
51
- the Free Software Foundation; either version 3 of the License, or (at your
52
- option) any later version.
53
-
54
41
  ================================MPFR======================================
55
42
 
56
43
  Copyright 2000-2020 Free Software Foundation, Inc.
@@ -92,20 +79,8 @@ which is itself based on the GNU MP library (http://gmplib.org/).
92
79
  FLINT (Fast Library for Number Theory) is a C library in support of computations
93
80
  in number theory. It's also a research project into algorithms in number theory.
94
81
 
95
- FLINT 2 is a complete rewrite of the FLINT library from scratch. It includes
96
- much cleaner code and in many cases much faster algorithms and implementations.
97
-
98
- At this stage FLINT consists mainly of fast integer and polynomial
99
- arithmetic and linear algebra. In the future it is planned that FLINT will
100
- contain algorithms for algebraic number theory and other number theoretic
101
- functionality.
102
-
103
- William Hart -- 16 Jan 2011.
104
-
105
- License
106
- -------
107
- This version is distributed under LGPL 2.1 (GNU Lesser General Public License).
108
- See the LICENSE file.
82
+ FLINT is distributed under LGPL (GNU Lesser General Public License) version 3 or
83
+ later. See the COPYING.LESSER and COPYING files.
109
84
 
110
85
  ===============================LLVM============================================
111
86
 
@@ -337,259 +312,119 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
337
312
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
338
313
  OTHER DEALINGS IN THE SOFTWARE.
339
314
 
340
- =============================PTHREADS-WIN32================================
341
-
342
- pthreads-win32 - a POSIX threads library for Microsoft Windows
343
-
344
-
345
-
346
- This file is Copyrighted
347
-
348
- ------------------------
349
-
350
-
351
- This file is covered under the following Copyright:
352
-
353
-
354
- Copyright (C) 2001 Ross P. Johnson
355
-
356
- All rights reserved.
357
-
358
-
359
- Everyone is permitted to copy and distribute verbatim copies
360
-
361
- of this license document, but changing it is not allowed.
362
-
363
-
364
- Pthreads-win32 is covered by the GNU Lesser General Public License
365
-
366
- ------------------------------------------------------------------
367
-
368
-
369
- Pthreads-win32 is open software; you can redistribute it and/or
370
-
371
- modify it under the terms of the GNU Lesser General Public License
372
-
373
- as published by the Free Software Foundation version 2.1 of the
374
-
375
- License.
376
-
377
-
378
- Pthreads-win32 is several binary link libraries, several modules,
379
-
380
- associated interface definition files and scripts used to control
381
-
382
- its compilation and installation.
383
-
384
-
385
- Pthreads-win32 is distributed in the hope that it will be useful,
386
-
387
- but WITHOUT ANY WARRANTY; without even the implied warranty of
388
-
389
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
390
-
391
- GNU Lesser General Public License for more details.
392
-
393
-
394
- A copy of the GNU Lesser General Public License is distributed with
395
-
396
- pthreads-win32 under the filename:
397
-
398
-
399
- COPYING.LIB
400
-
401
-
402
- You should have received a copy of the version 2.1 GNU Lesser General
403
-
404
- Public License with pthreads-win32; if not, write to:
405
-
406
-
407
- Free Software Foundation, Inc.
408
-
409
- 59 Temple Place
410
-
411
- Suite 330
412
-
413
- Boston, MA 02111-1307
414
-
415
- USA
416
-
417
-
418
- The contact addresses for pthreads-win32 is as follows:
419
-
420
-
421
- Web: http://sources.redhat.com/pthreads-win32
422
-
423
- Email: Ross Johnson <rpj@ise.canberra.edu.au>, or
424
-
425
- Ross.Johnson@canberra.edu.au
426
-
427
-
428
-
429
- pthreads-win32 copyrights and exception files
430
-
431
- ---------------------------------------------
432
-
433
-
434
- With the exception of the files listed below, Pthreads-win32
435
-
436
- is covered under the following GNU Lesser General Public License
437
-
438
- Copyrights:
439
-
440
-
441
- Pthreads-win32 - POSIX Threads Library for Win32
442
-
443
- Copyright(C) 1998 John E. Bossom
444
-
445
- Copyright(C) 1999,2002 Pthreads-win32 contributors
446
-
447
-
448
- The current list of contributors is contained
449
-
450
- in the file CONTRIBUTORS included with the source
451
-
452
- code distribution. The current list of CONTRIBUTORS
453
-
454
- can also be seen at the following WWW location:
315
+ =============================WINPTHREADS================================
455
316
 
456
- http://sources.redhat.com/pthreads-win32/contributors.html
317
+ Copyright (c) 2011 mingw-w64 project
457
318
 
319
+ Permission is hereby granted, free of charge, to any person obtaining a
320
+ copy of this software and associated documentation files (the "Software"),
321
+ to deal in the Software without restriction, including without limitation
322
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
323
+ and/or sell copies of the Software, and to permit persons to whom the
324
+ Software is furnished to do so, subject to the following conditions:
458
325
 
459
- Contact Email: rpj@ise.canberra.edu.au
460
-
461
-
462
- These files are not covered under one of the Copyrights listed above:
463
-
464
-
465
- COPYING
466
-
467
- COPYING.LIB
468
-
469
- tests/rwlock7.c
470
-
471
-
472
- This file, COPYING, is distributed under the Copyright found at the
473
-
474
- top of this file. It is important to note that you may distribute
475
-
476
- verbatim copies of this file but you may not modify this file.
477
-
478
-
479
- The file COPYING.LIB, which contains a copy of the version 2.1
480
-
481
- GNU Lesser General Public License, is itself copyrighted by the
482
-
483
- Free Software Foundation, Inc. Please note that the Free Software
484
-
485
- Foundation, Inc. does NOT have a copyright over Pthreads-win32,
486
-
487
- only the COPYING.LIB that is supplied with pthreads-win32.
488
-
489
-
490
- The file tests/rwlock7.c is derived from code written by
491
-
492
- Dave Butenhof for his book 'Programming With POSIX(R) Threads'.
493
-
494
- The original code was obtained by free download from his website
495
-
496
- http://home.earthlink.net/~anneart/family/Threads/source.html
497
-
498
- and did not contain a copyright or author notice. It is assumed to
499
-
500
- be freely distributable.
501
-
502
-
503
- In all cases one may use and distribute these exception files freely.
504
-
505
- And because one may freely distribute the LGPL covered files, the
506
-
507
- entire pthreads-win32 source may be freely used and distributed.
508
-
509
-
510
-
511
-
512
- General Copyleft and License info
513
-
514
- ---------------------------------
515
-
516
-
517
- For general information on Copylefts, see:
518
-
519
-
520
- http://www.gnu.org/copyleft/
521
-
522
-
523
- For information on GNU Lesser General Public Licenses, see:
524
-
525
-
526
- http://www.gnu.org/copyleft/lesser.html
527
-
528
- http://www.gnu.org/copyleft/lesser.txt
529
-
530
-
531
-
532
- Why pthreads-win32 did not use the GNU General Public License
533
-
534
- -------------------------------------------------------------
535
-
536
-
537
- The goal of the pthreads-win32 project has been to
538
-
539
- provide a quality and complete implementation of the POSIX
540
-
541
- threads API for Microsoft Windows within the limits imposed
542
-
543
- by virtue of it being a stand-alone library and not
544
-
545
- linked directly to other POSIX compliant libraries. For
546
-
547
- example, some functions and features, such as those based
548
-
549
- on POSIX signals, are missing.
550
-
551
-
552
- Pthreads-win32 is a library, available in several different
553
-
554
- versions depending on supported compilers, and may be used
555
-
556
- as a dynamically linked module or a statically linked set of
557
-
558
- binary modules. It is not an application on it's own.
559
-
560
-
561
- It was fully intended that pthreads-win32 be usable with
562
-
563
- commercial software not covered by either the GPL or the LGPL
564
-
565
- licenses. Pthreads-win32 has many contributors to it's
566
-
567
- code base, many of whom have done so because they have
568
-
569
- used the library in commercial or proprietry software
570
-
571
- projects.
572
-
573
-
574
- Releasing pthreads-win32 under the LGPL ensures that the
575
-
576
- library can be used widely, while at the same time ensures
577
-
578
- that bug fixes and improvements to the pthreads-win32 code
579
-
580
- itself is returned to benefit all current and future users
326
+ The above copyright notice and this permission notice shall be included in
327
+ all copies or substantial portions of the Software.
581
328
 
582
- of the library.
329
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
330
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
331
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
332
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
333
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
334
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
335
+ DEALINGS IN THE SOFTWARE.
336
+
337
+
338
+ /*
339
+ * Parts of this library are derived by:
340
+ *
341
+ * Posix Threads library for Microsoft Windows
342
+ *
343
+ * Use at own risk, there is no implied warranty to this code.
344
+ * It uses undocumented features of Microsoft Windows that can change
345
+ * at any time in the future.
346
+ *
347
+ * (C) 2010 Lockless Inc.
348
+ * All rights reserved.
349
+ *
350
+ * Redistribution and use in source and binary forms, with or without modification,
351
+ * are permitted provided that the following conditions are met:
352
+ *
353
+ *
354
+ * * Redistributions of source code must retain the above copyright notice,
355
+ * this list of conditions and the following disclaimer.
356
+ * * Redistributions in binary form must reproduce the above copyright notice,
357
+ * this list of conditions and the following disclaimer in the documentation
358
+ * and/or other materials provided with the distribution.
359
+ * * Neither the name of Lockless Inc. nor the names of its contributors may be
360
+ * used to endorse or promote products derived from this software without
361
+ * specific prior written permission.
362
+ *
363
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN
364
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
365
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
366
+ * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
367
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
368
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
369
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
370
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
371
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
372
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
373
+ */
374
+ =============================ZSTD====================================
375
+
376
+ BSD License
377
+
378
+ For Zstandard software
379
+
380
+ Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
381
+
382
+ Redistribution and use in source and binary forms, with or without modification,
383
+ are permitted provided that the following conditions are met:
384
+
385
+ * Redistributions of source code must retain the above copyright notice, this
386
+ list of conditions and the following disclaimer.
387
+
388
+ * Redistributions in binary form must reproduce the above copyright notice,
389
+ this list of conditions and the following disclaimer in the documentation
390
+ and/or other materials provided with the distribution.
391
+
392
+ * Neither the name Facebook, nor Meta, nor the names of its contributors may
393
+ be used to endorse or promote products derived from this software without
394
+ specific prior written permission.
395
+
396
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
397
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
398
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
399
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
400
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
401
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
402
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
403
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
404
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
405
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
583
406
 
407
+ =============================ZLIB====================================
584
408
 
585
- Although pthreads-win32 makes it possible for applications
409
+ Copyright notice:
586
410
 
587
- that use POSIX threads to be ported to Win32 platforms, the
411
+ (C) 1995-2024 Jean-loup Gailly and Mark Adler
588
412
 
589
- broader goal of the project is to encourage the use of open
413
+ This software is provided 'as-is', without any express or implied
414
+ warranty. In no event will the authors be held liable for any damages
415
+ arising from the use of this software.
590
416
 
591
- standards, and in particular, to make it just a little easier
417
+ Permission is granted to anyone to use this software for any purpose,
418
+ including commercial applications, and to alter it and redistribute it
419
+ freely, subject to the following restrictions:
592
420
 
593
- for developers writing Win32 applications to consider
421
+ 1. The origin of this software must not be misrepresented; you must not
422
+ claim that you wrote the original software. If you use this software
423
+ in a product, an acknowledgment in the product documentation would be
424
+ appreciated but is not required.
425
+ 2. Altered source versions must be plainly marked as such, and must not be
426
+ misrepresented as being the original software.
427
+ 3. This notice may not be removed or altered from any source distribution.
594
428
 
595
- widening the potential market for their products.
429
+ Jean-loup Gailly Mark Adler
430
+ jloup@gzip.org madler@alumni.caltech.edu
@@ -0,0 +1 @@
1
+
symengine/lib/mpc.dll DELETED
Binary file
symengine/lib/mpfr.dll DELETED
Binary file
symengine/lib/mpir.dll DELETED
Binary file
Binary file
@@ -1,49 +0,0 @@
1
- symengine/lib/flint-18.dll,sha256=I1icp_-Si3SHXrq6R8K3kCSjvKWMCAcq_FRJUraprRU,9786368
2
- symengine/lib/mpc.dll,sha256=evUU326S9KR7-BJpgtMyUFG_nvh0Cpm7-pXxryNEvGo,99328
3
- symengine/lib/mpfr.dll,sha256=uGgMtAyBlAqzBUYQB6E7S-4slgVGNzO_zL3Ad3HlSR8,515072
4
- symengine/lib/mpir.dll,sha256=CNkBuXqYfdIwI-9Cc9JvxuD_f83c26a2453AV5Ma-ZQ,612352
5
- symengine/lib/pthreadVSE2.dll,sha256=c4c6nbKPnbnWCLy_UL8Ffcuo9Q12CLZkOG2snbtFPEE,58368
6
- symengine/lib/pywrapper.h,sha256=5FeCXvth1dlnftGzPNYvSiUTcEl0eXCutJOZ5QgdVbg,8503
7
- symengine/lib/symengine.pxd,sha256=3eli94v3itnwXI6myy45bkaTc9Sw66PencA8IWtQvbI,44467
8
- symengine/lib/symengine_wrapper.cp311-win_amd64.lib,sha256=cp6gRmLe13idegt6ELaEfDX8SPTl_dKfZ-ZorPHLlLs,5620
9
- symengine/lib/symengine_wrapper.cp311-win_amd64.pyd,sha256=gwB40TrK55eKXzFzP7vCjBRYNogcHI-jZBl7WpsugpI,30210560
10
- symengine/lib/symengine_wrapper.pxd,sha256=CzqefibEs62skbS3NElAThTzMcHYzWj3QvEVOa5lRKc,3045
11
- symengine/lib/zlib.dll,sha256=bxwB-S1GvfqGJDG91JyPnmzYYz4jkh0Lf-8W7TOZ7wc,89088
12
- symengine/lib/zstd.dll,sha256=YmrexS2JxideXVhCf2xEp2yU6i_nAKZj1t9WEAZfvbQ,654336
13
- symengine-0.13.0.data/purelib/symengine/functions.py,sha256=LNfGb-yI6aXo9BszdmJWfFjZhQFCSYF44fXGMDhLwb8,425
14
- symengine-0.13.0.data/purelib/symengine/printing.py,sha256=BKOTrj3voT6enkYZYvimM32ibVcBdLNVF4eIgIjHHW8,1115
15
- symengine-0.13.0.data/purelib/symengine/sympy_compat.py,sha256=pmISwghw-gwE3yM-cpJ2gYWyzO43GQrFVAzeDCLeFRM,171
16
- symengine-0.13.0.data/purelib/symengine/test_utilities.py,sha256=Pk8RHape9EeGatC3nUE5M-IJoL-U3_WHRS6TdRVWg6g,3086
17
- symengine-0.13.0.data/purelib/symengine/utilities.py,sha256=bn22sbLtKRQVR_G17O4-iO3K7Bo2kOvRZnkjl7IPrR8,9604
18
- symengine-0.13.0.data/purelib/symengine/__init__.py,sha256=aiIG3rh3Cs0KEgyRCAokQf_WwUnAxsyfqRAYfcOC37k,2403
19
- symengine-0.13.0.data/purelib/symengine/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
- symengine-0.13.0.data/purelib/symengine/tests/test_arit.py,sha256=VEigtuYdMjyHP04UMIOTtuI1yCKxoeKlGjO43MDZ-9E,5693
21
- symengine-0.13.0.data/purelib/symengine/tests/test_cse.py,sha256=9SMfCrdQ7ZDoTkbcOk28UhXD2ZDFFbDFiAxOjWM5Ofk,469
22
- symengine-0.13.0.data/purelib/symengine/tests/test_dict_basic.py,sha256=ger2sexbuua1tAxc3JfXlXGrnG2iRAThxGLc01j3jGc,640
23
- symengine-0.13.0.data/purelib/symengine/tests/test_eval.py,sha256=xIPgDolURXLoc7qehkYKdr8F4reNz5b-Gy9ptJcTbCc,1743
24
- symengine-0.13.0.data/purelib/symengine/tests/test_expr.py,sha256=pjkUfuLSXQtAQv110uiF0hJJyw_8i3XXU2A-q51GHl0,1037
25
- symengine-0.13.0.data/purelib/symengine/tests/test_functions.py,sha256=Ctw1o-I3JV3FFiT8SkFha0qXtm8LpI2hmsY2W5WeoG4,11575
26
- symengine-0.13.0.data/purelib/symengine/tests/test_lambdify.py,sha256=06jS9ivhHnTlLSHOClU5YO-9zTTHQGomA85D-lauPQo,29318
27
- symengine-0.13.0.data/purelib/symengine/tests/test_logic.py,sha256=Htbekxw7rQgSShfbcBwZpEi-T7Tb3lZPJ8_kJQWI7as,3546
28
- symengine-0.13.0.data/purelib/symengine/tests/test_matrices.py,sha256=RH-5dDBkTaM0_krJg2TqFQsM5k6LKK3MCC50gEhX5Ww,20648
29
- symengine-0.13.0.data/purelib/symengine/tests/test_ntheory.py,sha256=jMjJVc1pomRDOWXRqqhQTHHUE-npOki4KxKMvWg6m1k,6312
30
- symengine-0.13.0.data/purelib/symengine/tests/test_number.py,sha256=F3WIKwBwfWdyHaY7cu9yOtTm4AaGPO71s256tQih3dA,5041
31
- symengine-0.13.0.data/purelib/symengine/tests/test_pickling.py,sha256=lkRqJkkmg8Cot9ng2WnoVkVQH_LyeOtqx-SZorqZLj0,1562
32
- symengine-0.13.0.data/purelib/symengine/tests/test_printing.py,sha256=9_t5rlV1NQUZvolvFKiuuCtpwjS_6hb8FBMXkoGKV-o,1286
33
- symengine-0.13.0.data/purelib/symengine/tests/test_sage.py,sha256=kp_UzeS6vuIlLIc6f3PnykdBMNVKP8k2lZppsX29aOI,5400
34
- symengine-0.13.0.data/purelib/symengine/tests/test_series_expansion.py,sha256=GfgoubMmPB30nasMB6t9JR-5uVg3xYOk9oAWDr0DWYY,741
35
- symengine-0.13.0.data/purelib/symengine/tests/test_sets.py,sha256=QWcZHWlK5pD5SZrF72uhYZjhYXm4fbmV5OzrQwqYeYQ,4177
36
- symengine-0.13.0.data/purelib/symengine/tests/test_solve.py,sha256=MnAdXm3ZyX09FnQixaMNDG7vqMX-rr46U9UF5BpBZoY,935
37
- symengine-0.13.0.data/purelib/symengine/tests/test_subs.py,sha256=HlX_iYSSWqJQmSg7x8vRckHgre7Pl8ly6HdbTU-GYTw,1810
38
- symengine-0.13.0.data/purelib/symengine/tests/test_symbol.py,sha256=5ARwhVtox-fH5kSBgM8JuPbUJK4BJ3HCUo-LiVf39To,5296
39
- symengine-0.13.0.data/purelib/symengine/tests/test_sympify.py,sha256=yL8JRRdnocswCHQM0S38KDbLB_6VwgZJl3R_HB1M-v4,1868
40
- symengine-0.13.0.data/purelib/symengine/tests/test_sympy_compat.py,sha256=T24NXeFuStVKvzfZU4HL26RxXkH_2CHCBvdpJsWOd8s,4959
41
- symengine-0.13.0.data/purelib/symengine/tests/test_sympy_conv.py,sha256=uR_6ThIEyDSq-dbrlE8x52eC3wbdnij0tLbEokLqF04,27637
42
- symengine-0.13.0.data/purelib/symengine/tests/test_var.py,sha256=q-6R2GVi9AF5eD16jiy_kks2xH4ReUqudZ_S-Zf7O90,1286
43
- symengine-0.13.0.data/purelib/symengine/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- symengine-0.13.0.dist-info/AUTHORS,sha256=w8k5pBJRw8Z_nKjvrUs-EGPNQqmE-U7krot8prq0nBE,1572
45
- symengine-0.13.0.dist-info/LICENSE,sha256=G8qShIi9pC5Eyg0nX_rm672s0L7EATun_ePvfjw0PV4,22201
46
- symengine-0.13.0.dist-info/METADATA,sha256=USVXRGYYoguJpqofb7vDzHDcxzV7aOjjllGEOQj9sdI,1186
47
- symengine-0.13.0.dist-info/RECORD,,
48
- symengine-0.13.0.dist-info/top_level.txt,sha256=ASxf76lo8f1n_6UL_Z5t27oeMUmkRSMzTAtYdzc1ZM8,10
49
- symengine-0.13.0.dist-info/WHEEL,sha256=yEpuRje-u1Z_HrXQj-UTAfIAegW_HcP2GJ7Ek8BJkUM,102
@@ -1 +0,0 @@
1
- symengine