passagemath-nauty 10.6.29__cp312-abi3-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.

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.29.dist-info/METADATA +145 -0
  2. passagemath_nauty-10.6.29.dist-info/RECORD +61 -0
  3. passagemath_nauty-10.6.29.dist-info/WHEEL +6 -0
  4. passagemath_nauty-10.6.29.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.29
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.29.0
34
+ Requires-Dist: passagemath-graphs~=10.6.29.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.29.dist-info/RECORD,,
2
+ passagemath_nauty-10.6.29.dist-info/WHEEL,sha256=UCKNBVIKYQJ0QgnMqnqug3WdJ9Ve54rnuICNOtwZyag,136
3
+ passagemath_nauty-10.6.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_nauty-10.6.29.dist-info/METADATA,sha256=gz_Z4N-GeyAUa92ktSGeLnT1GZdxarolQkETGrVhDgE,6447
5
+ sage_wheels/bin/nbrhoodg,sha256=wTS_CN-gnEPldEJmQ4zbfXXUcHp_r6WqyWpOdP7NYM4,266776
6
+ sage_wheels/bin/watercluster2,sha256=kRJTNDnOJyEakSmnLxS0phOd3SSj8vC_goh7J-PezYw,252128
7
+ sage_wheels/bin/pickg,sha256=pC-UPv90A8wz2RnjXeuUkyBJhxPfBHAPla5fh5pYpjA,391536
8
+ sage_wheels/bin/linegraphg,sha256=I6_0hrq1EQkBWic5siA0tAMEL4XELDz-n7AkyLP1P_Y,189144
9
+ sage_wheels/bin/uniqg,sha256=AmJknjn9jxndXGnUWya9EfHIPeVjXPZ2_WI6o8G6wnM,442000
10
+ sage_wheels/bin/copyg,sha256=LOOwOXcdWsv_myS_2PIcvPwPRzfyrScE4PmWuYsW1mI,74536
11
+ sage_wheels/bin/listg,sha256=UBTYD7UvWZsub415i1iyPiHfG8u8i6qCUj4lgzRC_CM,94752
12
+ sage_wheels/bin/planarg,sha256=QP81tCJARRJ9KCB_VaqWLsrn-jzP71R0JBvrNn-uRw4,181800
13
+ sage_wheels/bin/ancestorg,sha256=AdOuX8CeRZdDRyoiR_KBEvIj1YKg7nOuNDdBObc-wF4,188960
14
+ sage_wheels/bin/newedgeg,sha256=fXv4_jglye4cv-XDls8yV9G7Gh-oW_7WyRxBi0JYPZE,266584
15
+ sage_wheels/bin/gentourng,sha256=hch1YUYxiBC_0XYN8Oo2pVTZf-JVEK7M1dGoG4FEK6o,154336
16
+ sage_wheels/bin/catg,sha256=5nwEqZw_fM6YQ1S4xy1ibmd8r_FJc2u2Sx5xiY6JgoE,74696
17
+ sage_wheels/bin/productg,sha256=a7a2qR8M0Jf-b6PLiYqo9fZwUsfs4F1nR1cNOZkBQaI,188976
18
+ sage_wheels/bin/gentreeg,sha256=07LvjjqF3AGwvmEDI_51WfZm2_dxHD-BqZH7jHhwXPI,75856
19
+ sage_wheels/bin/assembleg,sha256=WF-jzNDDQvyqdblMcbkUuyoR4IXfE7ED1Vc9q-esS5Y,189656
20
+ sage_wheels/bin/biplabg,sha256=YzqHfrEIeN5WR9tiSRIFHoCW9mX8Q8I1vND3ZdxSCJI,288192
21
+ sage_wheels/bin/edgetransg,sha256=F2YBWk8sFiEAmN2T7I-ZfGkbv8G1Y9Sl1RlYBRGH5Fc,326624
22
+ sage_wheels/bin/dretog,sha256=-XJDUi4Z01GnB7m8spO_zK0wJsjSjZofIpjwhn1E4sQ,229736
23
+ sage_wheels/bin/genposetg,sha256=pR0A2HjS4CBobevjgkZ_Itcl4ZOqTqSCAFyx6DQulok,191776
24
+ sage_wheels/bin/genquarticg,sha256=SorM0fbJ0tJltBPqHThyHy8E4EkM8xi234kSc8w7bPo,187248
25
+ sage_wheels/bin/directg,sha256=T4Oy7ZVUANk4f2D1D1A-BvbqFjGLNWTsPk6omjLnKuM,210008
26
+ sage_wheels/bin/complg,sha256=e-SI8G4GYD6pYUbSKrJPkqzpGGbd9F08Y1eTjdoniKQ,266776
27
+ sage_wheels/bin/converseg,sha256=rZ7mCxmpiq59qCK-hSLnKr7MAFtKh9X9KzTbB0ebYLA,242904
28
+ sage_wheels/bin/genktreeg,sha256=GQ0myrxz2M7AoJZwYVrt5k6ThG12uM6cKxcRHlA8X8k,189976
29
+ sage_wheels/bin/labelg,sha256=vaWayJD0LTKfbEYfgC6KL5gL03SNRkuxR-7z-WMG1VE,497296
30
+ sage_wheels/bin/cubhamg,sha256=DHmofKZOT0xEpWL6kQNTBgXSGdTbrpR0VI4QkQTvUdU,207184
31
+ sage_wheels/bin/shortg,sha256=sKKC7vsQLLp-6tGaOg_QBtmxj5zx1oXegSfIsDJkNoI,497832
32
+ sage_wheels/bin/addedgeg,sha256=odmnkn-QB1Hsf_mf9-Z_HuHX4n-m-mVus-Mk8uj0ihY,288344
33
+ sage_wheels/bin/genbgL,sha256=j68-oN0Qmt6eXDIIhtlOXeIaRgX87ttpR1CXinIExMU,171552
34
+ sage_wheels/bin/genspecialg,sha256=U7AvqVrFVXCBhY4hFDN2aj1a6eVYBuIhc2KKHr0lwwo,1470880
35
+ sage_wheels/bin/vcolg,sha256=ov6OT_4SmPiBmRv5JXqr6for_iWZNDTsrTBv4JKiJQU,363616
36
+ sage_wheels/bin/dimacs2g,sha256=CzS1vXeV6QDSO6ANSbgmeQ2IRg2aKQdr21Z2jwLw3PQ,229912
37
+ sage_wheels/bin/countneg,sha256=8Qo-aX3ea5nsRhmctEO4dPhurIiqlA1VsbrtGjyNDP8,75016
38
+ sage_wheels/bin/deledgeg,sha256=JEiJVhLl88mns4oyR7SxKwMJ_BGm9xBxub1yV4EvXHw,266480
39
+ sage_wheels/bin/NRswitchg,sha256=XXD9s8qXtSG--jmSqiziyhROlcN5TPATmPzAie80H2Y,266792
40
+ sage_wheels/bin/twohamg,sha256=VFiB53ZffUoShtc3T36Arp1E50a0NScTBjrWQMN7aHI,207792
41
+ sage_wheels/bin/hamheuristic,sha256=G6ObCUSpfeVmXSaZL6dl9eRj8apO8aGV7p71CpLM32E,189256
42
+ sage_wheels/bin/ransubg,sha256=5yywnMu6Vb0SbqwmwtoFlBJX4Vwxwj2ML-kK7o97seA,266480
43
+ sage_wheels/bin/amtog,sha256=F13cAbIj7PeMs1UsXcg-U8EGBu30JE2Spg7cjE6wj_I,188952
44
+ sage_wheels/bin/dreadnaut,sha256=rmzRAHPDMfKnNly36qfRWJdRC6kM2PCHqLSyAkhRWIU,492368
45
+ sage_wheels/bin/genbg,sha256=BOkhwYU3TgVlzquoGChmyKn5Yi66kT6XAPmcM70pYNY,171392
46
+ sage_wheels/bin/subdivideg,sha256=tA-xseGyWx7oHiVXUYeIcdnQsCLDyWY9hk_THmBBtl8,189368
47
+ sage_wheels/bin/genrang,sha256=5Vvgoos5pyVo4FurHRIzwV2f20GqGMhYeYzi1Wd8EWw,266792
48
+ sage_wheels/bin/delptg,sha256=B8zJCWDP6xZMX1hEz_zrTxwF5cuNxh8v2R2y2nDCUec,267424
49
+ sage_wheels/bin/gengL,sha256=TFdMY6ebOMV9bbOrx777O7RPZbNT0g7WC1qWHUZBEMs,173608
50
+ sage_wheels/bin/geng,sha256=FuZzd4i_yBJZMNXp2qKdMoxdGRnatVYaQntZNmEcxss,173520
51
+ sage_wheels/bin/multig,sha256=cQAEew0jdfFhOTMaGV_mDuUs3qyhqzLB6JtN2QytqHY,287256
52
+ sage_wheels/bin/countg,sha256=mdeXXjabFq3QNv07i_P4O2iS40oUbp55nblDq4zMrqU,391536
53
+ sage_wheels/bin/addptg,sha256=ueHkdvZr1cx5hh9tvqJ0cKFRRisDjEIXYtH8PTmd4dw,267056
54
+ sage_wheels/bin/underlyingg,sha256=cJjiuz-t3sbuTUAlkwcvBOHCp5lsjMvSOkayHcyQqGs,188920
55
+ sage_wheels/bin/dretodot,sha256=lEUk82lNKUcHRjHiNd5C1AIlPWwvewYd_KivzS5yeNY,420856
56
+ sage_wheels/bin/ranlabg,sha256=auL_W5Uk_fV5onBrnxkU-grBvC2eGugGQU0xKFtE5Kk,189064
57
+ sage_wheels/bin/showg,sha256=Z8L6oJbqhhTYiJwvrkEpWA4dOE8CL4Uhd67BDII1iII,34992
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=9Ch7UxfgjeQJLucwJLzNJBV-lmBzlSEtXbPjRa8xWCY,54168
@@ -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_x86_64
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