passagemath-nauty 10.6.30__cp312-abi3-macosx_13_0_arm64.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 (61) hide show
  1. passagemath_nauty-10.6.30.dist-info/METADATA +145 -0
  2. passagemath_nauty-10.6.30.dist-info/RECORD +61 -0
  3. passagemath_nauty-10.6.30.dist-info/WHEEL +6 -0
  4. passagemath_nauty-10.6.30.dist-info/top_level.txt +2 -0
  5. sage/all__sagemath_nauty.py +4 -0
  6. sage/libs/all__sagemath_nauty.py +1 -0
  7. sage/libs/nauty.abi3.so +0 -0
  8. sage/libs/nauty.pyx +1 -0
  9. sage_wheels/bin/NRswitchg +0 -0
  10. sage_wheels/bin/addedgeg +0 -0
  11. sage_wheels/bin/addptg +0 -0
  12. sage_wheels/bin/amtog +0 -0
  13. sage_wheels/bin/ancestorg +0 -0
  14. sage_wheels/bin/assembleg +0 -0
  15. sage_wheels/bin/biplabg +0 -0
  16. sage_wheels/bin/catg +0 -0
  17. sage_wheels/bin/complg +0 -0
  18. sage_wheels/bin/converseg +0 -0
  19. sage_wheels/bin/copyg +0 -0
  20. sage_wheels/bin/countg +0 -0
  21. sage_wheels/bin/countneg +0 -0
  22. sage_wheels/bin/cubhamg +0 -0
  23. sage_wheels/bin/deledgeg +0 -0
  24. sage_wheels/bin/delptg +0 -0
  25. sage_wheels/bin/dimacs2g +0 -0
  26. sage_wheels/bin/directg +0 -0
  27. sage_wheels/bin/dreadnaut +0 -0
  28. sage_wheels/bin/dretodot +0 -0
  29. sage_wheels/bin/dretog +0 -0
  30. sage_wheels/bin/edgetransg +0 -0
  31. sage_wheels/bin/genbg +0 -0
  32. sage_wheels/bin/genbgL +0 -0
  33. sage_wheels/bin/geng +0 -0
  34. sage_wheels/bin/gengL +0 -0
  35. sage_wheels/bin/genktreeg +0 -0
  36. sage_wheels/bin/genposetg +0 -0
  37. sage_wheels/bin/genquarticg +0 -0
  38. sage_wheels/bin/genrang +0 -0
  39. sage_wheels/bin/genspecialg +0 -0
  40. sage_wheels/bin/gentourng +0 -0
  41. sage_wheels/bin/gentreeg +0 -0
  42. sage_wheels/bin/hamheuristic +0 -0
  43. sage_wheels/bin/labelg +0 -0
  44. sage_wheels/bin/linegraphg +0 -0
  45. sage_wheels/bin/listg +0 -0
  46. sage_wheels/bin/multig +0 -0
  47. sage_wheels/bin/nbrhoodg +0 -0
  48. sage_wheels/bin/newedgeg +0 -0
  49. sage_wheels/bin/pickg +0 -0
  50. sage_wheels/bin/planarg +0 -0
  51. sage_wheels/bin/productg +0 -0
  52. sage_wheels/bin/ranlabg +0 -0
  53. sage_wheels/bin/ransubg +0 -0
  54. sage_wheels/bin/shortg +0 -0
  55. sage_wheels/bin/showg +0 -0
  56. sage_wheels/bin/subdivideg +0 -0
  57. sage_wheels/bin/twohamg +0 -0
  58. sage_wheels/bin/underlyingg +0 -0
  59. sage_wheels/bin/uniqg +0 -0
  60. sage_wheels/bin/vcolg +0 -0
  61. sage_wheels/bin/watercluster2 +0 -0
@@ -0,0 +1,145 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-nauty
3
+ Version: 10.6.30
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 :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
32
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
+ Requires-Dist: passagemath-environment~=10.6.30.0
34
+ Requires-Dist: passagemath-graphs~=10.6.30.0
35
+ Provides-Extra: test
36
+ Requires-Dist: passagemath-repl; extra == "test"
37
+
38
+ ==========================================================================================
39
+ passagemath: Find automorphism groups of graphs, generate non-isomorphic graphs with nauty
40
+ ==========================================================================================
41
+
42
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
43
+ source mathematical software in Python, released under the GNU General
44
+ Public Licence GPLv2+.
45
+
46
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
47
+ developed 2005-2025 under the motto “Creating a Viable Open Source
48
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
49
+
50
+ The passagemath fork uses the motto "Creating a Free Passage Between the
51
+ Scientific Python Ecosystem and Mathematical Software Communities."
52
+ It was created in October 2024 with the following goals:
53
+
54
+ - providing modularized installation with pip,
55
+ - establishing first-class membership in the scientific Python
56
+ ecosystem,
57
+ - giving `clear attribution of upstream
58
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
59
+ - providing independently usable Python interfaces to upstream
60
+ libraries,
61
+ - offering `platform portability and integration testing
62
+ services <https://github.com/passagemath/passagemath/issues/704>`__
63
+ to upstream projects,
64
+ - inviting collaborations with upstream projects,
65
+ - `building a professional, respectful, inclusive
66
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
67
+ - `empowering Sage users to participate in the scientific Python ecosystem
68
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
69
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
70
+ serverless deployment with Javascript,
71
+ - developing a native Windows port.
72
+
73
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
74
+ available online.
75
+
76
+ passagemath attempts to support and provides binary wheels suitable for
77
+ all major Linux distributions and recent versions of macOS.
78
+
79
+ Binary wheels for native Windows (x86_64) are are available for a subset of
80
+ the passagemath distributions. Use of the full functionality of passagemath
81
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
82
+ or virtualization.
83
+
84
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
85
+
86
+
87
+ About this pip-installable distribution package
88
+ -----------------------------------------------
89
+
90
+ This pip-installable distribution ``passagemath-nauty`` provides an interface to
91
+ `nauty and traces <https://pallini.di.uniroma1.it/>`_, the programs for computing
92
+ automorphism groups of graphs and digraphs by Brendan McKay and Adolfo Piperno.
93
+
94
+
95
+ What is included
96
+ ----------------
97
+
98
+ - 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>`_
99
+
100
+ - Hypergraph generator `hypergraphs.nauty <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/hypergraph_generators.html#sage.graphs.hypergraph_generators.HypergraphGenerators.nauty>`_
101
+
102
+ - Raw access to all gtools from Python
103
+
104
+ - The binary wheels published on PyPI include a prebuilt copy of nauty and traces.
105
+
106
+
107
+ Examples
108
+ --------
109
+
110
+ Using the gtools on the command line::
111
+
112
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty" sage -sh -c 'geng 4'
113
+ >A geng -d0D3 n=4 e=0-6
114
+ C?
115
+ CC
116
+ CE
117
+ CF
118
+ CQ
119
+ CU
120
+ CT
121
+ CV
122
+ C]
123
+ C^
124
+ C~
125
+ >Z 11 graphs generated in 0.00 sec
126
+
127
+ Finding the installation location of a gtools program::
128
+
129
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty[test]" ipython
130
+
131
+ In [1]: from sage.features.nauty import NautyExecutable
132
+
133
+ In [2]: NautyExecutable('geng').absolute_filename()
134
+ Out[2]: '/Users/mkoeppe/.local/pipx/.cache/535c90a22321f64/lib/python3.11/site-packages/sage_wheels/bin/geng'
135
+
136
+ Use with sage.graphs::
137
+
138
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty[test]" ipython
139
+
140
+ In [1]: from sage.all__sagemath_graphs import *
141
+
142
+ In [2]: gen = graphs.nauty_geng("7 -c") # connected graphs on 7 vertices
143
+
144
+ In [3]: len(list(gen))
145
+ Out[3]: 853
@@ -0,0 +1,61 @@
1
+ passagemath_nauty-10.6.30.dist-info/RECORD,,
2
+ passagemath_nauty-10.6.30.dist-info/WHEEL,sha256=OzVbhZfAltlsyJREq_7SnZTjEnacoOuWed4V8RTstMQ,135
3
+ passagemath_nauty-10.6.30.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_nauty-10.6.30.dist-info/METADATA,sha256=l-y2DAPlIIzsQqvYMHSt6Br8VnDJsFOY3WgyWYGAyII,6447
5
+ sage_wheels/bin/nbrhoodg,sha256=1hbAtIf5_fPuHLA1rVypYVIG5_oND91_I_GUELST11s,235992
6
+ sage_wheels/bin/watercluster2,sha256=HRnYf3DQ1GatGZihVSAKRiO38-PSeuyXMsDOlbgFZD4,237696
7
+ sage_wheels/bin/pickg,sha256=9LDUwjdN1-lu_R8zGagpT4i1h5Bq8dTKXBi6VfxMWn0,345096
8
+ sage_wheels/bin/linegraphg,sha256=Y6PNV98uFMpLGo8N1Gi_pnarWdR0jgOXVR5eXxXJgd4,174264
9
+ sage_wheels/bin/uniqg,sha256=300mw9PNTE7LCEavxbL3qGQYL_d3RI_oaJY1bRqdOh4,396040
10
+ sage_wheels/bin/copyg,sha256=T0MzRb_Cow5pyF3caQMHJy-Ned_uIGP5NjYFwQDTZI0,75272
11
+ sage_wheels/bin/listg,sha256=f69pBc6Rvpb4MFOtpbiX4uIn04RllnE4mEYmw49e3zU,95640
12
+ sage_wheels/bin/planarg,sha256=ugcw26HAA1rpHmysV3GiXetvZR8pfKjjdNbn6JyqvGQ,167624
13
+ sage_wheels/bin/ancestorg,sha256=KuU9zIqIo3j-n45S0B-OX3TETVWp-ehbGKDMt_SKs-M,174072
14
+ sage_wheels/bin/newedgeg,sha256=WWH3_V6xNZDJ2vrDvg1TMGlby9gFVE4hqnCzCRdwuII,235784
15
+ sage_wheels/bin/gentourng,sha256=cX2ptH9L-JabawKwhHHfpE9_cYQxiuZqwa3NmNw27QE,155672
16
+ sage_wheels/bin/catg,sha256=fOXBYMI_oM8riK6HvQgmNZoLDv7ewp6AmG3kHouOVEc,75432
17
+ sage_wheels/bin/productg,sha256=obMnoVns4ve29Wru9uU1TR42_knUOtZAeSsR9LzTMoM,174088
18
+ sage_wheels/bin/gentreeg,sha256=G4H7O5b6uLWcKJTvyaO_vPYNwQwodnfMehtjR8PM3Oc,76584
19
+ sage_wheels/bin/assembleg,sha256=P3nC3M2PyMQVGGPH1_ZbKqoNBKe22fVCfiYAtnDpKlY,174776
20
+ sage_wheels/bin/biplabg,sha256=Je1ieqYRmgE6WbvS4qLjesJ9G7jBAKGzLvKdumxwG8Q,241016
21
+ sage_wheels/bin/edgetransg,sha256=01BPTCK2raldmwY5si2SRVfh_Zex6-lAMIaA5zR50Mw,279752
22
+ sage_wheels/bin/dretog,sha256=BtHzfLDVWfJd1t-z9rfiSARTOg4kjSVyVljGTLUPvdc,215160
23
+ sage_wheels/bin/genposetg,sha256=TtHTJsWfsQ88Ta9AOdsIid5anOLxqQjcvZdSLZiyUAY,176888
24
+ sage_wheels/bin/genquarticg,sha256=I2b2k_9zMmnejCkujKm35OXFT5ehPPxsOGlDhbImAVw,172328
25
+ sage_wheels/bin/directg,sha256=8PP83TZWph_Yq7rIgTC2_3HpATkWQpTwbr3Ht_x_u5E,195272
26
+ sage_wheels/bin/complg,sha256=mXqqHBmn6ZGkKJf4OwjIBVdlz7javMEn4_zEMZG_WrA,235976
27
+ sage_wheels/bin/converseg,sha256=pJkGZvxZ1v_ev169Xu2n7PtSao9p1xlEcjscBmorZMs,211928
28
+ sage_wheels/bin/genktreeg,sha256=7R59M-AOPGi4tPCP66fqCsEbBDPd_MBsVfffzfPrOEs,175096
29
+ sage_wheels/bin/labelg,sha256=iD9EFDQc6rBQ4iqkfnZTuFSQsdc6uo9pusGWwMLGlrk,435256
30
+ sage_wheels/bin/cubhamg,sha256=Wy5h7xR-hHaMuof4OXgH7jw4ZafvQ4RX4uLO3ASQPTI,192424
31
+ sage_wheels/bin/shortg,sha256=m-TAFT97HoTqyxhg_5HBFXm5pK81VHQTTstyMLr-O4Y,452312
32
+ sage_wheels/bin/addedgeg,sha256=83MOYab2RdURA4zaLdOkMY023HWsAhDyC926OXSvimE,257720
33
+ sage_wheels/bin/genbgL,sha256=fBAafLYenoyIBqHaL-w3lU0JHlM3rvLae8QKyz2tEnU,156488
34
+ sage_wheels/bin/genspecialg,sha256=hElqcYNdCnilO7Q7dmCUDKLQdsrsgCidtc1irQy4Cjo,1432984
35
+ sage_wheels/bin/vcolg,sha256=blHCbqtOgNp9tKI-ZzuUVQuXiAGQ8tq8SW0_xvN-EhQ,317048
36
+ sage_wheels/bin/dimacs2g,sha256=ETLqTRr3SfO0fO-mRTZSeZzE2-t4ZqcQbttQq7vT2eM,215336
37
+ sage_wheels/bin/countneg,sha256=_Ro9uy2JaIqm_xeib6pZ7O7Ar0_K3vb2tJgWNVicaUc,75752
38
+ sage_wheels/bin/deledgeg,sha256=yPCpZYdnk466hR3Y-kIRo5bF8xPi12oNFuUOnFZlB2o,235688
39
+ sage_wheels/bin/NRswitchg,sha256=Be139va8UU9umRBS30hG6fRi5wQupxAhdSoACxTaT20,235992
40
+ sage_wheels/bin/twohamg,sha256=OeaNe2sfPSRjwCYKpfdT4S1s0k3nE_XU8LdTzhXtMw4,176520
41
+ sage_wheels/bin/hamheuristic,sha256=JRGUPSPxNUlT72cUO3YjcpTvKsK_nojHbnAxXrXkrvY,174384
42
+ sage_wheels/bin/ransubg,sha256=z00QDBTCZgP2kHvUYx6kGWjGDrhNIillC4P0wm5poOk,235688
43
+ sage_wheels/bin/amtog,sha256=GqLbgYLWOJBZn1_7YKRYp7s8kkb7iWb8yUE8eq2zIAg,174072
44
+ sage_wheels/bin/dreadnaut,sha256=3awFx0eGDcoo4A_XVe3qceeVkgxeVQ9nsAJ5JSbHu2U,446808
45
+ sage_wheels/bin/genbg,sha256=RFNAf6PvXBnqpKt1YtIXA1nKA5XURljPp0FV9ZpM5ZQ,156344
46
+ sage_wheels/bin/subdivideg,sha256=4woJ4RLuMqFj3HUAsGpNm1PBV9aP-4SiekOoguLkIAo,174488
47
+ sage_wheels/bin/genrang,sha256=SvmXnhwJPUIsGJntO-T-JwjmEJYlN75BEau26_b979w,236008
48
+ sage_wheels/bin/delptg,sha256=T_Q1QWoPVlKJpOK3X0K1QQXZ17jUohTC3i8916kDlh8,236632
49
+ sage_wheels/bin/gengL,sha256=4I4RS95LFa5S1bJyKety2r3upqxZc6epW0MZGc5Fam0,175112
50
+ sage_wheels/bin/geng,sha256=Yg6Ll9IQb0IcxJm3wEWQbC7VgEGoF4jLVilIywZLhC4,158504
51
+ sage_wheels/bin/multig,sha256=aYeOT9GRmychBuw0r8eJzoRRR-bY8KJzXzww0pMfPPM,256616
52
+ sage_wheels/bin/countg,sha256=Q2eRSWt7Gblc3za4fqfmLUeqBVVFuVlorOVuyWDrPWY,345096
53
+ sage_wheels/bin/addptg,sha256=EfqDLpPkQhwKmIBPUm7hrtWGah-Vm8YVYEkp38KxZSA,236264
54
+ sage_wheels/bin/underlyingg,sha256=rHWtyeM6mIzmHspYWe-rFXlpRI0j9xC04Q7za-oXaIM,174040
55
+ sage_wheels/bin/dretodot,sha256=p5bL79yLXKnEOgRtXMWZtVh4ssgmDS0UA6fXTpB2njU,391240
56
+ sage_wheels/bin/ranlabg,sha256=VLEAlTkEzGAXvEJ55pXqU47NcaLUOkaAtbtToh7Kz0o,174168
57
+ sage_wheels/bin/showg,sha256=m2YRYijDrWdk7CGoQD2XM51Vb-jRnqBGaCzjE9BK8qU,35400
58
+ sage/all__sagemath_nauty.py,sha256=zbb4nUTqQJYXxiM46f3azQ4CWNwPGtJfTudzx-uFFQ0,105
59
+ sage/libs/all__sagemath_nauty.py,sha256=TJUnD4qkguVZddTyDamYirCycFUhTTMnCvB-55py53Q,44
60
+ sage/libs/nauty.pyx,sha256=TJUnD4qkguVZddTyDamYirCycFUhTTMnCvB-55py53Q,44
61
+ sage/libs/nauty.abi3.so,sha256=Rk2sYMIq6BNzINBC8H5qT2lhmbVdQGc9KFbkeGKeRzE,54672
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-abi3-macosx_13_0_arm64
5
+ Generator: delocate 0.13.0
6
+
@@ -0,0 +1,2 @@
1
+
2
+ 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
Binary file
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