passagemath-homfly 10.5.26__cp312-cp312-macosx_13_0_x86_64.whl → 10.8.1a1__cp312-cp312-macosx_13_0_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
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-homfly
2
+
3
+ from sage.all__sagemath_homfly import *
@@ -0,0 +1,113 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-homfly
3
+ Version: 10.8.1a1
4
+ Summary: passagemath: Homfly polynomials of knots/links with libhomfly
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-or-later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Operating System :: Microsoft :: Windows
23
+ Classifier: Programming Language :: Python :: 3 :: Only
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
29
+ Classifier: Programming Language :: Python :: Implementation :: CPython
30
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
31
+ Requires-Python: <3.15,>=3.11
32
+ Description-Content-Type: text/x-rst
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
34
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
+ Provides-Extra: test
36
+ Requires-Dist: passagemath-graphs; extra == "test"
37
+ Requires-Dist: passagemath-repl; extra == "test"
38
+
39
+ ==========================================================================================
40
+ passagemath: Homfly polynomials of knots/links with libhomfly
41
+ ==========================================================================================
42
+
43
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
44
+ source mathematical software in Python, released under the GNU General
45
+ Public Licence GPLv2+.
46
+
47
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
48
+ developed 2005-2025 under the motto “Creating a Viable Open Source
49
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
50
+
51
+ The passagemath fork uses the motto "Creating a Free Passage Between the
52
+ Scientific Python Ecosystem and Mathematical Software Communities."
53
+ It was created in October 2024 with the following goals:
54
+
55
+ - providing modularized installation with pip,
56
+ - establishing first-class membership in the scientific Python
57
+ ecosystem,
58
+ - giving `clear attribution of upstream
59
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
60
+ - providing independently usable Python interfaces to upstream
61
+ libraries,
62
+ - offering `platform portability and integration testing
63
+ services <https://github.com/passagemath/passagemath/issues/704>`__
64
+ to upstream projects,
65
+ - inviting collaborations with upstream projects,
66
+ - `building a professional, respectful, inclusive
67
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
68
+ - `empowering Sage users to participate in the scientific Python ecosystem
69
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
70
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
71
+ serverless deployment with Javascript,
72
+ - developing a native Windows port.
73
+
74
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
75
+ available online.
76
+
77
+ passagemath attempts to support and provides binary wheels suitable for
78
+ all major Linux distributions and recent versions of macOS.
79
+
80
+ Binary wheels for native Windows (x86_64) are are available for a subset of
81
+ the passagemath distributions. Use of the full functionality of passagemath
82
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
83
+ or virtualization.
84
+
85
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
86
+
87
+
88
+ About this pip-installable distribution package
89
+ -----------------------------------------------
90
+
91
+ This pip-installable distribution ``passagemath-homfly`` provides a Cython interface
92
+ to the `libhomfly <https://github.com/miguelmarco/libhomfly>`_ library.
93
+
94
+
95
+ What is included
96
+ ----------------
97
+
98
+ * `sage.libs.homfly <https://github.com/passagemath/passagemath/blob/main/src/sage/libs/homfly.pyx>`_
99
+
100
+
101
+ Examples
102
+ --------
103
+
104
+ ::
105
+
106
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-homfly[test]" ipython
107
+
108
+ In [1]: from sage.libs.homfly import homfly_polynomial_dict
109
+
110
+ In [2]: trefoil = '1 6 0 1 1 -1 2 1 0 -1 1 1 2 -1 0 1 1 1 2 1'
111
+
112
+ In [3]: homfly_polynomial_dict(trefoil)
113
+ Out[3]: {(-4, 0): -1, (-2, 0): -2, (-2, 2): 1}
@@ -0,0 +1,11 @@
1
+ passagemath_homfly-10.8.1a1.dist-info/RECORD,,
2
+ passagemath_homfly-10.8.1a1.dist-info/WHEEL,sha256=AbrL460eTpF3P_Yx79_4q0erG2pYqVvEIQ8yrjvNRyg,155
3
+ passagemath_homfly-10.8.1a1.dist-info/top_level.txt,sha256=MBew0hgloNn4j2ZkYrRV9cJmjL2LALohdPPW3Qai1Cc,25
4
+ passagemath_homfly-10.8.1a1.dist-info/METADATA,sha256=aMambPRUYlCcR1anPAJsq1N9sGJRu9Fjn9-B0GOkhWw,4969
5
+ passagemath_homfly/__init__.py,sha256=fMNOe_XkLgPa4znvxGJNQQCbdWVGlOyMm4d4z8evh10,86
6
+ passagemath_homfly/.dylibs/libgc.1.dylib,sha256=imDFNxTFgPJn37KVASzMG7nuW3k3VOeR04vauQuNOPI,251728
7
+ passagemath_homfly/.dylibs/libhomfly.0.0.0.dylib,sha256=FTWyUI4vVHmlD6l0Oe4KTeIEHbRXV8zsu3VcZREz7eg,38752
8
+ sage/all__sagemath_homfly.py,sha256=F63UPkJOfraoStQNe-1tYDqhjd-siF5P04FcMv4yRcg,106
9
+ sage/libs/homfly.pyx,sha256=RKaj10MXyfdAIqnDec18931GnQrOSPATo92NsdPNCe8,2988
10
+ sage/libs/all__sagemath_homfly.py,sha256=acUGFX0Wx4P0uJwgj5m9ANtfRaZriA7rgY4-VlJE8xc,45
11
+ sage/libs/homfly.cpython-312-darwin.so,sha256=vgRYPrGIyUcnELQx6SZNOc7iCrnFKWrBxcj66XL2AwU,76368
@@ -1,5 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: setuptools (80.10.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_13_0_x86_64
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
5
6
 
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_homfly
3
+ sage
@@ -1,3 +1,4 @@
1
1
  # sage_setup: distribution = sagemath-homfly
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_graphs import *
Binary file
@@ -1,83 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: passagemath-homfly
3
- Version: 10.5.26
4
- Summary: passagemath: Homfly polynomials of knots/links with libhomfly
5
- Author-email: The Sage Developers <sage-support@googlegroups.com>
6
- Maintainer: Matthias Köppe, passagemath contributors
7
- License: GNU General Public License (GPL) v2 or later
8
- Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
- Project-URL: repo (upstream), https://github.com/sagemath/sage
10
- Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
12
- Project-URL: homepage (upstream), https://www.sagemath.org
13
- Project-URL: discourse, https://passagemath.discourse.group
14
- Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
- Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
- Classifier: Development Status :: 6 - Mature
17
- Classifier: Intended Audience :: Education
18
- Classifier: Intended Audience :: Science/Research
19
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
- Classifier: Operating System :: POSIX
21
- Classifier: Operating System :: MacOS :: MacOS X
22
- Classifier: Programming Language :: Python :: 3 :: Only
23
- Classifier: Programming Language :: Python :: 3.9
24
- Classifier: Programming Language :: Python :: 3.10
25
- Classifier: Programming Language :: Python :: 3.11
26
- Classifier: Programming Language :: Python :: 3.12
27
- Classifier: Programming Language :: Python :: 3.13
28
- Classifier: Programming Language :: Python :: Implementation :: CPython
29
- Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.9
31
- Description-Content-Type: text/x-rst
32
- Requires-Dist: cysignals==1.12.0rc2
33
- Provides-Extra: test
34
- Requires-Dist: passagemath-graphs; extra == "test"
35
- Requires-Dist: passagemath-repl; extra == "test"
36
-
37
- ==========================================================================================
38
- passagemath: Homfly polynomials of knots/links with libhomfly
39
- ==========================================================================================
40
-
41
- About SageMath
42
- --------------
43
-
44
- "Creating a Viable Open Source Alternative to
45
- Magma, Maple, Mathematica, and MATLAB"
46
-
47
- Copyright (C) 2005-2024 The Sage Development Team
48
-
49
- https://www.sagemath.org
50
-
51
- SageMath fully supports all major Linux distributions, recent versions of
52
- macOS, and Windows (Windows Subsystem for Linux).
53
-
54
- See https://doc.sagemath.org/html/en/installation/index.html
55
- for general installation instructions.
56
-
57
-
58
- About this pip-installable distribution
59
- ---------------------------------------
60
-
61
- This pip-installable distribution ``passagemath-homfly`` provides a Cython interface
62
- to the `libhomfly <https://github.com/miguelmarco/libhomfly>`_ library.
63
-
64
-
65
- What is included
66
- ----------------
67
-
68
- * `sage.libs.homfly <https://github.com/passagemath/passagemath/blob/main/src/sage/libs/homfly.pyx>`_
69
-
70
-
71
- Examples
72
- --------
73
-
74
- ::
75
-
76
- $ pipx run --pip-args="--prefer-binary" --spec "passagemath-homfly[test]" ipython
77
-
78
- In [1]: from sage.libs.homfly import homfly_polynomial_dict
79
-
80
- In [2]: trefoil = '1 6 0 1 1 -1 2 1 0 -1 1 1 2 -1 0 1 1 1 2 1'
81
-
82
- In [3]: homfly_polynomial_dict(trefoil)
83
- Out[3]: {(-4, 0): -1, (-2, 0): -2, (-2, 2): 1}
@@ -1,10 +0,0 @@
1
- passagemath_homfly.dylibs/libgc.1.dylib,sha256=Ryat028Tk5Gd0I_7hprcw5slM7cbZnBwbyUSsfJDsf0,298608
2
- passagemath_homfly.dylibs/libhomfly.0.dylib,sha256=wOb3WAYZR-m7titt31axfu05Ei7otr6F7UG_RrEHagQ,73792
3
- sage/all__sagemath_homfly.py,sha256=lTHnwU41a_hCJiB6SHH5j56SGe42G_OB4ruZ3wY-PfI,86
4
- sage/libs/homfly.pyx,sha256=RKaj10MXyfdAIqnDec18931GnQrOSPATo92NsdPNCe8,2988
5
- sage/libs/all__sagemath_homfly.py,sha256=acUGFX0Wx4P0uJwgj5m9ANtfRaZriA7rgY4-VlJE8xc,45
6
- sage/libs/homfly.cpython-312-darwin.so,sha256=LLyYcnaEQdD3jfNi8Z4MAiej8WWqUsoYKSL-2vgzc-Y,96432
7
- passagemath_homfly-10.5.26.dist-info/RECORD,,
8
- passagemath_homfly-10.5.26.dist-info/WHEEL,sha256=obBtPu2t2GVP1BIpf1rjx7K54zKsVfDiRUcY2NqJvOc,110
9
- passagemath_homfly-10.5.26.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
10
- passagemath_homfly-10.5.26.dist-info/METADATA,sha256=mosJeUTfYS3U3irHBN0_ZxAVdFpvJdvhmRhvYlQreV8,3210
@@ -1,2 +0,0 @@
1
-
2
- sage
Binary file
Binary file