passagemath-nauty 10.6.44__cp314-cp314t-musllinux_1_2_aarch64.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.

Potentially problematic release.


This version of passagemath-nauty might be problematic. Click here for more details.

Files changed (62) hide show
  1. passagemath_nauty/__init__.py +3 -0
  2. passagemath_nauty-10.6.44.dist-info/METADATA +146 -0
  3. passagemath_nauty-10.6.44.dist-info/RECORD +62 -0
  4. passagemath_nauty-10.6.44.dist-info/WHEEL +5 -0
  5. passagemath_nauty-10.6.44.dist-info/top_level.txt +3 -0
  6. sage/all__sagemath_nauty.py +4 -0
  7. sage/libs/all__sagemath_nauty.py +1 -0
  8. sage/libs/nauty.cpython-314t-aarch64-linux-musl.so +0 -0
  9. sage/libs/nauty.pyx +1 -0
  10. sage_wheels/bin/NRswitchg +0 -0
  11. sage_wheels/bin/addedgeg +0 -0
  12. sage_wheels/bin/addptg +0 -0
  13. sage_wheels/bin/amtog +0 -0
  14. sage_wheels/bin/ancestorg +0 -0
  15. sage_wheels/bin/assembleg +0 -0
  16. sage_wheels/bin/biplabg +0 -0
  17. sage_wheels/bin/catg +0 -0
  18. sage_wheels/bin/complg +0 -0
  19. sage_wheels/bin/converseg +0 -0
  20. sage_wheels/bin/copyg +0 -0
  21. sage_wheels/bin/countg +0 -0
  22. sage_wheels/bin/countneg +0 -0
  23. sage_wheels/bin/cubhamg +0 -0
  24. sage_wheels/bin/deledgeg +0 -0
  25. sage_wheels/bin/delptg +0 -0
  26. sage_wheels/bin/dimacs2g +0 -0
  27. sage_wheels/bin/directg +0 -0
  28. sage_wheels/bin/dreadnaut +0 -0
  29. sage_wheels/bin/dretodot +0 -0
  30. sage_wheels/bin/dretog +0 -0
  31. sage_wheels/bin/edgetransg +0 -0
  32. sage_wheels/bin/genbg +0 -0
  33. sage_wheels/bin/genbgL +0 -0
  34. sage_wheels/bin/geng +0 -0
  35. sage_wheels/bin/gengL +0 -0
  36. sage_wheels/bin/genktreeg +0 -0
  37. sage_wheels/bin/genposetg +0 -0
  38. sage_wheels/bin/genquarticg +0 -0
  39. sage_wheels/bin/genrang +0 -0
  40. sage_wheels/bin/genspecialg +0 -0
  41. sage_wheels/bin/gentourng +0 -0
  42. sage_wheels/bin/gentreeg +0 -0
  43. sage_wheels/bin/hamheuristic +0 -0
  44. sage_wheels/bin/labelg +0 -0
  45. sage_wheels/bin/linegraphg +0 -0
  46. sage_wheels/bin/listg +0 -0
  47. sage_wheels/bin/multig +0 -0
  48. sage_wheels/bin/nbrhoodg +0 -0
  49. sage_wheels/bin/newedgeg +0 -0
  50. sage_wheels/bin/pickg +0 -0
  51. sage_wheels/bin/planarg +0 -0
  52. sage_wheels/bin/productg +0 -0
  53. sage_wheels/bin/ranlabg +0 -0
  54. sage_wheels/bin/ransubg +0 -0
  55. sage_wheels/bin/shortg +0 -0
  56. sage_wheels/bin/showg +0 -0
  57. sage_wheels/bin/subdivideg +0 -0
  58. sage_wheels/bin/twohamg +0 -0
  59. sage_wheels/bin/underlyingg +0 -0
  60. sage_wheels/bin/uniqg +0 -0
  61. sage_wheels/bin/vcolg +0 -0
  62. sage_wheels/bin/watercluster2 +0 -0
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-nauty
2
+
3
+ from sage.all__sagemath_nauty import *
@@ -0,0 +1,146 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-nauty
3
+ Version: 10.6.44
4
+ Summary: passagemath: Find automorphism groups of graphs, generate non-isomorphic graphs with nauty
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: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.15,>=3.10
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
+ Requires-Dist: passagemath-environment~=10.6.44.0
35
+ Requires-Dist: passagemath-graphs~=10.6.44.0
36
+ Provides-Extra: test
37
+ Requires-Dist: passagemath-repl; extra == "test"
38
+
39
+ ==========================================================================================
40
+ passagemath: Find automorphism groups of graphs, generate non-isomorphic graphs with nauty
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-nauty`` provides an interface to
92
+ `nauty and traces <https://pallini.di.uniroma1.it/>`_, the programs for computing
93
+ automorphism groups of graphs and digraphs by Brendan McKay and Adolfo Piperno.
94
+
95
+
96
+ What is included
97
+ ----------------
98
+
99
+ - Graph generators `graphs.nauty_genbg <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/graph_generators.html#sage.graphs.graph_generators.GraphGenerators.nauty_genbg>`_, `graphs.nauty_geng <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/graph_generators.html#sage.graphs.graph_generators.GraphGenerators.nauty_geng>`_, `graphs.nauty_genktreeg <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/graph_generators.html#sage.graphs.graph_generators.GraphGenerators.nauty_genktreeg>`_
100
+
101
+ - Hypergraph generator `hypergraphs.nauty <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/hypergraph_generators.html#sage.graphs.hypergraph_generators.HypergraphGenerators.nauty>`_
102
+
103
+ - Raw access to all gtools from Python
104
+
105
+ - The binary wheels published on PyPI include a prebuilt copy of nauty and traces.
106
+
107
+
108
+ Examples
109
+ --------
110
+
111
+ Using the gtools on the command line::
112
+
113
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty" sage -sh -c 'geng 4'
114
+ >A geng -d0D3 n=4 e=0-6
115
+ C?
116
+ CC
117
+ CE
118
+ CF
119
+ CQ
120
+ CU
121
+ CT
122
+ CV
123
+ C]
124
+ C^
125
+ C~
126
+ >Z 11 graphs generated in 0.00 sec
127
+
128
+ Finding the installation location of a gtools program::
129
+
130
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty[test]" ipython
131
+
132
+ In [1]: from sage.features.nauty import NautyExecutable
133
+
134
+ In [2]: NautyExecutable('geng').absolute_filename()
135
+ Out[2]: '/Users/mkoeppe/.local/pipx/.cache/535c90a22321f64/lib/python3.11/site-packages/sage_wheels/bin/geng'
136
+
137
+ Use with sage.graphs::
138
+
139
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty[test]" ipython
140
+
141
+ In [1]: from passagemath_graphs import *
142
+
143
+ In [2]: gen = graphs.nauty_geng("7 -c") # connected graphs on 7 vertices
144
+
145
+ In [3]: len(list(gen))
146
+ Out[3]: 853
@@ -0,0 +1,62 @@
1
+ passagemath_nauty/__init__.py,sha256=ySJH7D0GCejjls82A5ioCQCjntmj39zI8yOOnTv_OQw,84
2
+ sage/all__sagemath_nauty.py,sha256=zbb4nUTqQJYXxiM46f3azQ4CWNwPGtJfTudzx-uFFQ0,105
3
+ sage/libs/all__sagemath_nauty.py,sha256=TJUnD4qkguVZddTyDamYirCycFUhTTMnCvB-55py53Q,44
4
+ sage/libs/nauty.cpython-314t-aarch64-linux-musl.so,sha256=_hRRxn0FpitQkVNCbZKi1sIoRtTEhenz_j1ELHtNhyI,112560
5
+ sage/libs/nauty.pyx,sha256=TJUnD4qkguVZddTyDamYirCycFUhTTMnCvB-55py53Q,44
6
+ sage_wheels/bin/NRswitchg,sha256=8_BY7k3XdMfimioD_7r7RQUOvgYXfqlCCFU5inzF7qc,594856
7
+ sage_wheels/bin/addedgeg,sha256=3oewMpd-vuxsbOAOPxwqi98DmIYqUDfiJ1kqGxecNi4,638144
8
+ sage_wheels/bin/addptg,sha256=MNhBRPp5cfFMNaDe8GCbwrJa5dG4QZIRV9MYhZxtP9Q,603368
9
+ sage_wheels/bin/amtog,sha256=0IjzBcjthzB2eCTupfWm_NWVlALWRUjW-dBoXuwwpC8,410320
10
+ sage_wheels/bin/ancestorg,sha256=B6UKKTDPnpipHBRBbfCS2OXokcp4iAu6Nu60BdqXYhg,407984
11
+ sage_wheels/bin/assembleg,sha256=ngjILiZGLcidby2ZlL7F7peGAiP_q8QbZ5e0360RqU4,420152
12
+ sage_wheels/bin/biplabg,sha256=HTEfK8sWIzJS4_WN0BNRtRGr-AQ_x5VXk0ZHQiUJGOU,634528
13
+ sage_wheels/bin/catg,sha256=aCToH3rfo5kxfBKPDT0jzHTTBF7giJCPBHrdu9c42Rw,161640
14
+ sage_wheels/bin/complg,sha256=4S9gKWHzL2y592o-N973caZgsxsKKkSBhmHfZdK4L6g,595800
15
+ sage_wheels/bin/converseg,sha256=9vEC3M1k64paKU_A7guKRGXkTQRBivc5AdDWhbvcHOs,547984
16
+ sage_wheels/bin/copyg,sha256=vyBzNEguMKkLWrOU8azSxUdc5zc16ts2XnocMm2YNIc,165800
17
+ sage_wheels/bin/countg,sha256=O2ntdYDWYHmFD6ljYigQ-CsYpXToNfHUXL52dSDO-d8,922088
18
+ sage_wheels/bin/countneg,sha256=hSrP7inIPUyU9S6XDPPRgDsvV7jPjmfmC_rlubr9j2E,166064
19
+ sage_wheels/bin/cubhamg,sha256=xpLAJg7RCO-rMFmgmV9foZ1gcdF_m273TmFNNZkcjmM,532912
20
+ sage_wheels/bin/deledgeg,sha256=L3RqWT_vJLfiE-QR1aHz0KDWY3NefO7jfMM8T7231L4,594256
21
+ sage_wheels/bin/delptg,sha256=p5Z_F329_2luF7rbA5seo4qX3f4GdiitotXhQdYFNH8,609056
22
+ sage_wheels/bin/dimacs2g,sha256=w6ae-M6VrcSQd9mQCiELr12w5eQzUS3dmEH-iJXKNTk,576568
23
+ sage_wheels/bin/directg,sha256=hMwywRUAJkKsqcuwzacOQZwTjpMIHpmw6RriaGpzv0w,453864
24
+ sage_wheels/bin/dreadnaut,sha256=vCTdKYp_PS32ia1njdpomCZ9ZeLXPod34NGzv-OhiCY,1198384
25
+ sage_wheels/bin/dretodot,sha256=CJjmwKf1FmULLl4V0OiRF7LgOJ7AwAEOSIz7P3EkW50,1020632
26
+ sage_wheels/bin/dretog,sha256=0-bpxePBKS9mSIgWzGZfOw3Er1gfp3OUACfhWbEfD-I,576216
27
+ sage_wheels/bin/edgetransg,sha256=S8jp0IJSOJrdwPLKUxxx-DBbhCIJ0sfXkLB9xsZq7f0,789024
28
+ sage_wheels/bin/genbg,sha256=NK8nxlBxIpROthNisLkMEpZfT9KV9ZgHY6IHlqKDXpw,369152
29
+ sage_wheels/bin/genbgL,sha256=nMjg9Jtn6XQBF5yO55aSXcocYEIICQZeK6iRW5UT5Dc,370432
30
+ sage_wheels/bin/geng,sha256=k4Z-YehR5xF8zLOSPJFZBIDFKESZN-gQIIZd-RYHOMc,397656
31
+ sage_wheels/bin/gengL,sha256=HbGS9ECA03vlJhwdJdrnb3G-Q_Kr6vc3u4DJCmqlgzs,397688
32
+ sage_wheels/bin/genktreeg,sha256=JMRoDhal5TKaVQPtaSUG222es5wF8A5JBZxJibu2y0A,410264
33
+ sage_wheels/bin/genposetg,sha256=KYC00QXcLmCKEC3fLLFjsCPbs6Tbpdb3Wte7kfZ2-uI,452272
34
+ sage_wheels/bin/genquarticg,sha256=QHaif0I5bKeCjChpaLrDEurKsJPwoHYD4IaOm3W10wU,380296
35
+ sage_wheels/bin/genrang,sha256=DG1IicSr713Vi84x_DX9Vo1anlS-JkVykrLm9BqJyLU,625656
36
+ sage_wheels/bin/genspecialg,sha256=zsfbMizTXX4eCmpsmi1e58a8IStCTzu2RIo0393IqqA,2524264
37
+ sage_wheels/bin/gentourng,sha256=TOn3-UqqbK8wRgQMeoyWOTIbcsVw2KXVot_dT02_MZA,361288
38
+ sage_wheels/bin/gentreeg,sha256=pgu08GAh3QRCFBGhuAwEFHh8ArTbSQTJtoyc464yrDc,175400
39
+ sage_wheels/bin/hamheuristic,sha256=zZgeGdFqHFFYPP6SSNkodijnniAtQMGx_hoNceCeb2Y,419264
40
+ sage_wheels/bin/labelg,sha256=yrpkpWpm0bJN9QcxOmwtw3Qz_hb1IeqR4aqOhLqBIGk,1193432
41
+ sage_wheels/bin/linegraphg,sha256=94NXfJbr0VrRBQ9UcSt8o_bCL_1g5du6ibsKFoyMlng,414888
42
+ sage_wheels/bin/listg,sha256=BSYzjsp88ZtGdQXWEEQBHlUk_-bldhorZuM_Fygt8KQ,208728
43
+ sage_wheels/bin/multig,sha256=xSrNFDj4PrCBljclRWHXTJW4QNhnQ66vvos5oxB5jdo,652624
44
+ sage_wheels/bin/nbrhoodg,sha256=rDZOIVlZ6m2PK1OlUtp05A_LzchwGSbljNfp4MfgGzE,598304
45
+ sage_wheels/bin/newedgeg,sha256=2cfjXgzvmDRHNEeNMN_7WhAV5Dls1uvMKgPurqrgkLw,595336
46
+ sage_wheels/bin/pickg,sha256=A2X5ZtsiRxn-k9XGBwVf7TYl04x0vdjSXYD6LRsgq_I,922088
47
+ sage_wheels/bin/planarg,sha256=UN9wguTGTZPVosMVi_qgzaLq0Ew5NzAbmhFnh06NMF4,405384
48
+ sage_wheels/bin/productg,sha256=Pzvr5JXz2hsRWywn-vi4QSMh6xZCo8vi00OAOu8vLzg,413560
49
+ sage_wheels/bin/ranlabg,sha256=q2uqWI-b6reNP4lpadlWYxFJOZdEuXOx_2mZ7hi4TLQ,409432
50
+ sage_wheels/bin/ransubg,sha256=XqIcdyWpU7DhlF7qbbNcj5MmjhCtZ56fYg0NH1VmjA0,596400
51
+ sage_wheels/bin/shortg,sha256=B8CAtLcddQZqmQXu6HznjmfPZS6rZNL_7iuntO7sfnw,1201848
52
+ sage_wheels/bin/showg,sha256=c6GTpBs_-0Ar113pmr5dN1Rma8WkeiZg1gGc1R3Fzw8,101744
53
+ sage_wheels/bin/subdivideg,sha256=h-rO0afJ5ToYqUvSHfkiujCQvjT4P3uFFFQtEh3ssAs,419608
54
+ sage_wheels/bin/twohamg,sha256=OhESwFeCTZaD3CY0X_SOAfXsYlzrtdDWdqMXATAa7aQ,437736
55
+ sage_wheels/bin/underlyingg,sha256=0oxz8OlFbPzEyRvBZlTNQl-RY_5F05zyqlq2ENpcFJ0,406304
56
+ sage_wheels/bin/uniqg,sha256=sx_MA-2PdYVhw7cdB_5yq2i5kf1YpF3yfOg_6VqWg94,1047736
57
+ sage_wheels/bin/vcolg,sha256=REeXHEsVeKbMBjhF1murqdi7oVwTiiV2BTgGF_qsNf8,848032
58
+ sage_wheels/bin/watercluster2,sha256=NkJIgWlNKrXUD6UpxO6XcsC0XqdkhXjtZz_HN5WoDK8,576464
59
+ passagemath_nauty-10.6.44.dist-info/METADATA,sha256=I_CqtN7RIJosrlaoMfMWKuAvmqWsfAuZb_JKSW4-S7Q,6492
60
+ passagemath_nauty-10.6.44.dist-info/WHEEL,sha256=Rmj_1p8w6vs03sA3piwr0LDCnhshdZofyeLRZQ_Y0EI,114
61
+ passagemath_nauty-10.6.44.dist-info/top_level.txt,sha256=zhNSLtWJMMhFqx_Km5W6jLABI91buxgnrKU2fIE-MVg,24
62
+ passagemath_nauty-10.6.44.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp314-cp314t-musllinux_1_2_aarch64
5
+
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_nauty
3
+ sage
@@ -0,0 +1,4 @@
1
+ # sage_setup: distribution = sagemath-nauty
2
+ # delvewheel: patch
3
+
4
+ from sage.all__sagemath_graphs import *
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-nauty
sage/libs/nauty.pyx ADDED
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-nauty
Binary file
Binary file
sage_wheels/bin/addptg ADDED
Binary file
sage_wheels/bin/amtog ADDED
Binary file
Binary file
Binary file
Binary file
sage_wheels/bin/catg ADDED
Binary file
sage_wheels/bin/complg ADDED
Binary file
Binary file
sage_wheels/bin/copyg ADDED
Binary file
sage_wheels/bin/countg ADDED
Binary file
Binary file
Binary file
Binary file
sage_wheels/bin/delptg ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
sage_wheels/bin/dretog ADDED
Binary file
Binary file
sage_wheels/bin/genbg ADDED
Binary file
sage_wheels/bin/genbgL ADDED
Binary file
sage_wheels/bin/geng ADDED
Binary file
sage_wheels/bin/gengL ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
sage_wheels/bin/labelg ADDED
Binary file
Binary file
sage_wheels/bin/listg ADDED
Binary file
sage_wheels/bin/multig ADDED
Binary file
Binary file
Binary file
sage_wheels/bin/pickg ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
sage_wheels/bin/shortg ADDED
Binary file
sage_wheels/bin/showg ADDED
Binary file
Binary file
Binary file
Binary file
sage_wheels/bin/uniqg ADDED
Binary file
sage_wheels/bin/vcolg ADDED
Binary file
Binary file