passagemath-repl 10.5.27__tar.gz → 10.5.29__tar.gz
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.
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/MANIFEST.in +3 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/PKG-INFO +38 -13
- passagemath_repl-10.5.29/README.rst +63 -0
- passagemath_repl-10.5.29/VERSION.txt +1 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/passagemath_repl.egg-info/PKG-INFO +38 -13
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/passagemath_repl.egg-info/SOURCES.txt +4 -19
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/passagemath_repl.egg-info/requires.txt +2 -2
- passagemath_repl-10.5.29/passagemath_repl.egg-info/top_level.txt +1 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/pyproject.toml +4 -39
- passagemath_repl-10.5.29/sage/ext_data/notebook-ipython/logo-64x64.png +0 -0
- passagemath_repl-10.5.29/sage/ext_data/notebook-ipython/logo.svg +352 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/install.py +6 -8
- passagemath_repl-10.5.29/sage/tests/books/judson-abstract-algebra/__init__.py +1 -0
- passagemath_repl-10.5.29/sage/tests/memcheck/__init__.py +1 -0
- passagemath_repl-10.5.29/setup.py +24 -0
- passagemath_repl-10.5.27/README.rst +0 -38
- passagemath_repl-10.5.27/VERSION.txt +0 -1
- passagemath_repl-10.5.27/bin/math-readline +0 -32
- passagemath_repl-10.5.27/bin/sage +0 -1143
- passagemath_repl-10.5.27/bin/sage-cython +0 -39
- passagemath_repl-10.5.27/bin/sage-env +0 -673
- passagemath_repl-10.5.27/bin/sage-env-config.in +0 -54
- passagemath_repl-10.5.27/bin/sage-grep +0 -5
- passagemath_repl-10.5.27/bin/sage-grepdoc +0 -5
- passagemath_repl-10.5.27/bin/sage-list-packages +0 -103
- passagemath_repl-10.5.27/bin/sage-num-threads.py +0 -105
- passagemath_repl-10.5.27/bin/sage-python +0 -2
- passagemath_repl-10.5.27/bin/sage-src-env-config.in +0 -39
- passagemath_repl-10.5.27/bin/sage-update-version +0 -172
- passagemath_repl-10.5.27/bin/sage-venv-config +0 -52
- passagemath_repl-10.5.27/bin/sage-version.sh +0 -9
- passagemath_repl-10.5.27/known-test-failures.json +0 -159
- passagemath_repl-10.5.27/passagemath_repl.egg-info/top_level.txt +0 -1
- passagemath_repl-10.5.27/pyproject.toml.m4 +0 -100
- passagemath_repl-10.5.27/requirements-editable.txt.m4 +0 -11
- passagemath_repl-10.5.27/requirements.txt.m4 +0 -0
- passagemath_repl-10.5.27/setup.py +0 -3
- passagemath_repl-10.5.27/tox.ini +0 -122
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-cachegrind +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-callgrind +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-cleaner +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-coverage +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-eval +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-fixdoctests +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-inline-fortran +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-ipynb2rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-ipython +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-massif +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-notebook +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-omega +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-preparse +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-run +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-run-cython +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-runtests +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-startuptime.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/bin/sage-valgrind +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/passagemath_repl.egg-info/dependency_links.txt +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/__main__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/all.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/check_tolerance.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/control.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/external.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/fixtures.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/forker.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/marked_output.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/parsing.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/parsing_test.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/reporting.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/rif_tol.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/sources.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/test.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/1second.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/99seconds.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/abort.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/atexit.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/fail_and_die.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/initial.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/interrupt.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/interrupt_diehard.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/keyboardinterrupt.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/longtime.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/nodoctest +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/random_seed.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/show_skipped.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/sig_on.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/simple_failure.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/sleep_and_raise.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/tests/tolerance.rst +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/doctest/util.py +0 -0
- /passagemath_repl-10.5.27/sage/repl/display/__init__.py → /passagemath_repl-10.5.29/sage/ext_data/all__sagemath_repl.py +0 -0
- /passagemath_repl-10.5.27/sage/repl/ipython_kernel/__init__.py → /passagemath_repl-10.5.29/sage/interfaces/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/interfaces/cleaner.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/interfaces/quit.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/banner.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/benchmark.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/classgraph.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/copying.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/cython.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/dev_tools.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/edit_module.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/explain_pickle.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/gperftools.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/inline_fortran.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/messaging.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/pager.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/profiler.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/python.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/remote_file.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/sage_eval.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/sage_input.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/sagedoc.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/sh.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/misc/trace.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/all.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/attach.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/configuration.py +0 -0
- {passagemath_repl-10.5.27/sage/tests/books/computational-mathematics-with-sagemath → passagemath_repl-10.5.29/sage/repl/display}/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/display/fancy_repr.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/display/formatter.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/display/jsmol_iframe.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/display/pretty_print.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/display/util.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/image.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/inputhook.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/interface_magic.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/interpreter.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_extension.py +0 -0
- {passagemath_repl-10.5.27/sage/tests/books/computational-mathematics-with-sagemath/sol → passagemath_repl-10.5.29/sage/repl/ipython_kernel}/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/__main__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/all_jupyter.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/interact.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/kernel.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/widgets.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_kernel/widgets_sagenb.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/ipython_tests.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/load.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/preparse.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/prompts.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/backend_base.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/backend_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/backend_emacs.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/backend_ipython.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/buffer.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/display_manager.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.avi +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.canvas3d +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.dvi +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.flv +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.gif +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.jpg +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.mkv +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.mov +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.mp4 +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.ogv +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.pdf +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.png +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.svg +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.webm +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example.wmv +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example_jmol.spt.zip +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example_wavefront_scene.mtl +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/example_wavefront_scene.obj +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/output_basic.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/output_browser.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/output_catalog.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/output_graphics.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/output_graphics3d.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/output_video.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/preferences.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/pretty_print.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/rich_output/test_backend.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/repl/user_globals.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/all.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/all__sagemath_repl.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/article_heuberger_krenn_kropf_fsm-in-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/arxiv_0812_2725.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/benchmark.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/book_schilling_zabrocki_kschur_primer.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/book_stein_ent.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/book_stein_modform.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/README +0 -0
- {passagemath_repl-10.5.27/sage/tests/books/judson-abstract-algebra → passagemath_repl-10.5.29/sage/tests/books/computational-mathematics-with-sagemath}/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py +0 -0
- {passagemath_repl-10.5.27/sage/tests/memcheck → passagemath_repl-10.5.29/sage/tests/books/computational-mathematics-with-sagemath/sol}/__init__.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/actions-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/algcodes-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/boolean-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/cosets-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/crypt-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/cyclic-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/domains-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/fields-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/finite-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/galois-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/groups-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/homomorph-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/integers-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/isomorph-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/normal-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/permute-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/poly-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/rings-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/sets-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/struct-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/sylow-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/books/judson-abstract-algebra/vect-sage.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/cmdline.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/combinatorial_hopf_algebras.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/finite_poset.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/functools_partial_src.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/gosper-sum.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/lazy_imports.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/memcheck/run_tests.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/memcheck/run_tests_in_valgrind.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/memcheck/symbolic_expression.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/memcheck/verify_no_leak.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/meson.build +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/modular_group_cohomology.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/numpy.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/parigp.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/startup.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/symbolic-series.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/sympy.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/sage/tests/test_deprecation.py +0 -0
- {passagemath_repl-10.5.27 → passagemath_repl-10.5.29}/setup.cfg +0 -0
@@ -30,6 +30,9 @@ include sage/misc/python.py
|
|
30
30
|
include sage/misc/remote_file.py
|
31
31
|
include sage/misc/sh.py
|
32
32
|
|
33
|
+
graft sage/ext_data/notebook-ipython
|
34
|
+
exclude sage/ext_data/notebook-ipython/kernel.json.in
|
35
|
+
|
33
36
|
# expect_objects from sage.interfaces.quit is needed to compute the
|
34
37
|
# CPU time used by each doctest. We include sage.interfaces.cleaner
|
35
38
|
# because it is conditionally imported by sage.interfaces.quit.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-repl
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.29
|
4
4
|
Summary: passagemath: IPython kernel, Sage preparser, doctester
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,8 +29,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
30
30
|
Requires-Python: <3.14,>=3.9
|
31
31
|
Description-Content-Type: text/x-rst
|
32
|
-
Requires-Dist: passagemath-objects~=10.5.
|
33
|
-
Requires-Dist: passagemath-environment~=10.5.
|
32
|
+
Requires-Dist: passagemath-objects~=10.5.29.0
|
33
|
+
Requires-Dist: passagemath-environment~=10.5.29.0
|
34
34
|
Requires-Dist: ipykernel>=5.2.1
|
35
35
|
Requires-Dist: ipython>=7.13.0
|
36
36
|
Requires-Dist: ipywidgets>=7.5.1
|
@@ -43,21 +43,46 @@ Requires-Dist: sphinx<9,>=5.2; extra == "sphinx"
|
|
43
43
|
passagemath: IPython kernel, Sage preparser, doctester
|
44
44
|
===================================================================================
|
45
45
|
|
46
|
-
|
47
|
-
|
46
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
47
|
+
source mathematical software in Python, released under the GNU General
|
48
|
+
Public Licence GPLv2+.
|
48
49
|
|
49
|
-
|
50
|
-
|
50
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
51
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
52
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
51
53
|
|
52
|
-
|
54
|
+
The passagemath fork was created in October 2024 with the following
|
55
|
+
goals:
|
53
56
|
|
54
|
-
|
57
|
+
- providing modularized installation with pip, thus completing a `major
|
58
|
+
project started in 2020 in the Sage
|
59
|
+
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
60
|
+
- establishing first-class membership in the scientific Python
|
61
|
+
ecosystem,
|
62
|
+
- giving `clear attribution of upstream
|
63
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
64
|
+
- providing independently usable Python interfaces to upstream
|
65
|
+
libraries,
|
66
|
+
- providing `platform portability and integration testing
|
67
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
68
|
+
to upstream projects,
|
69
|
+
- inviting collaborations with upstream projects,
|
70
|
+
- `building a professional, respectful, inclusive
|
71
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
72
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
73
|
+
serverless deployment with Javascript,
|
74
|
+
- developing a native Windows port.
|
55
75
|
|
56
|
-
|
57
|
-
|
76
|
+
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
77
|
+
available online.
|
58
78
|
|
59
|
-
|
60
|
-
for
|
79
|
+
passagemath attempts to support all major Linux distributions and recent versions of
|
80
|
+
macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
|
81
|
+
virtualization.
|
82
|
+
|
83
|
+
Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
|
84
|
+
Python 3.13.x is also supported, but some third-party packages are still missing wheels,
|
85
|
+
so compilation from source is triggered for those.
|
61
86
|
|
62
87
|
|
63
88
|
About this pip-installable distribution package
|
@@ -0,0 +1,63 @@
|
|
1
|
+
===================================================================================
|
2
|
+
passagemath: IPython kernel, Sage preparser, doctester
|
3
|
+
===================================================================================
|
4
|
+
|
5
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
6
|
+
source mathematical software in Python, released under the GNU General
|
7
|
+
Public Licence GPLv2+.
|
8
|
+
|
9
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
10
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
11
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
12
|
+
|
13
|
+
The passagemath fork was created in October 2024 with the following
|
14
|
+
goals:
|
15
|
+
|
16
|
+
- providing modularized installation with pip, thus completing a `major
|
17
|
+
project started in 2020 in the Sage
|
18
|
+
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
19
|
+
- establishing first-class membership in the scientific Python
|
20
|
+
ecosystem,
|
21
|
+
- giving `clear attribution of upstream
|
22
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
23
|
+
- providing independently usable Python interfaces to upstream
|
24
|
+
libraries,
|
25
|
+
- providing `platform portability and integration testing
|
26
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
27
|
+
to upstream projects,
|
28
|
+
- inviting collaborations with upstream projects,
|
29
|
+
- `building a professional, respectful, inclusive
|
30
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
31
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
32
|
+
serverless deployment with Javascript,
|
33
|
+
- developing a native Windows port.
|
34
|
+
|
35
|
+
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
36
|
+
available online.
|
37
|
+
|
38
|
+
passagemath attempts to support all major Linux distributions and recent versions of
|
39
|
+
macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
|
40
|
+
virtualization.
|
41
|
+
|
42
|
+
Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
|
43
|
+
Python 3.13.x is also supported, but some third-party packages are still missing wheels,
|
44
|
+
so compilation from source is triggered for those.
|
45
|
+
|
46
|
+
|
47
|
+
About this pip-installable distribution package
|
48
|
+
-----------------------------------------------
|
49
|
+
|
50
|
+
The pip-installable source distribution `sagemath-repl` is a
|
51
|
+
distribution of a small part of the Sage Library.
|
52
|
+
|
53
|
+
It provides a small, fundamental subset of the modules of the Sage library
|
54
|
+
("sagelib", `sagemath-standard`), providing the IPython kernel, Sage preparser,
|
55
|
+
and doctester.
|
56
|
+
|
57
|
+
|
58
|
+
What is included
|
59
|
+
----------------
|
60
|
+
|
61
|
+
* `Doctesting Framework <https://doc.sagemath.org/html/en/reference/doctest/index.html>`_
|
62
|
+
|
63
|
+
* `The Sage REPL <https://doc.sagemath.org/html/en/reference/repl/sage/repl/index.html>`_
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.29
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-repl
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.29
|
4
4
|
Summary: passagemath: IPython kernel, Sage preparser, doctester
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,8 +29,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
30
30
|
Requires-Python: <3.14,>=3.9
|
31
31
|
Description-Content-Type: text/x-rst
|
32
|
-
Requires-Dist: passagemath-objects~=10.5.
|
33
|
-
Requires-Dist: passagemath-environment~=10.5.
|
32
|
+
Requires-Dist: passagemath-objects~=10.5.29.0
|
33
|
+
Requires-Dist: passagemath-environment~=10.5.29.0
|
34
34
|
Requires-Dist: ipykernel>=5.2.1
|
35
35
|
Requires-Dist: ipython>=7.13.0
|
36
36
|
Requires-Dist: ipywidgets>=7.5.1
|
@@ -43,21 +43,46 @@ Requires-Dist: sphinx<9,>=5.2; extra == "sphinx"
|
|
43
43
|
passagemath: IPython kernel, Sage preparser, doctester
|
44
44
|
===================================================================================
|
45
45
|
|
46
|
-
|
47
|
-
|
46
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
47
|
+
source mathematical software in Python, released under the GNU General
|
48
|
+
Public Licence GPLv2+.
|
48
49
|
|
49
|
-
|
50
|
-
|
50
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
51
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
52
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
51
53
|
|
52
|
-
|
54
|
+
The passagemath fork was created in October 2024 with the following
|
55
|
+
goals:
|
53
56
|
|
54
|
-
|
57
|
+
- providing modularized installation with pip, thus completing a `major
|
58
|
+
project started in 2020 in the Sage
|
59
|
+
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
60
|
+
- establishing first-class membership in the scientific Python
|
61
|
+
ecosystem,
|
62
|
+
- giving `clear attribution of upstream
|
63
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
64
|
+
- providing independently usable Python interfaces to upstream
|
65
|
+
libraries,
|
66
|
+
- providing `platform portability and integration testing
|
67
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
68
|
+
to upstream projects,
|
69
|
+
- inviting collaborations with upstream projects,
|
70
|
+
- `building a professional, respectful, inclusive
|
71
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
72
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
73
|
+
serverless deployment with Javascript,
|
74
|
+
- developing a native Windows port.
|
55
75
|
|
56
|
-
|
57
|
-
|
76
|
+
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
77
|
+
available online.
|
58
78
|
|
59
|
-
|
60
|
-
for
|
79
|
+
passagemath attempts to support all major Linux distributions and recent versions of
|
80
|
+
macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
|
81
|
+
virtualization.
|
82
|
+
|
83
|
+
Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
|
84
|
+
Python 3.13.x is also supported, but some third-party packages are still missing wheels,
|
85
|
+
so compilation from source is triggered for those.
|
61
86
|
|
62
87
|
|
63
88
|
About this pip-installable distribution package
|
@@ -1,45 +1,26 @@
|
|
1
1
|
MANIFEST.in
|
2
2
|
README.rst
|
3
3
|
VERSION.txt
|
4
|
-
known-test-failures.json
|
5
4
|
pyproject.toml
|
6
|
-
pyproject.toml.m4
|
7
|
-
requirements-editable.txt.m4
|
8
|
-
requirements.txt.m4
|
9
5
|
setup.py
|
10
|
-
tox.ini
|
11
|
-
bin/math-readline
|
12
|
-
bin/sage
|
13
6
|
bin/sage-cachegrind
|
14
7
|
bin/sage-callgrind
|
15
8
|
bin/sage-cleaner
|
16
9
|
bin/sage-coverage
|
17
|
-
bin/sage-cython
|
18
|
-
bin/sage-env
|
19
|
-
bin/sage-env-config.in
|
20
10
|
bin/sage-eval
|
21
11
|
bin/sage-fixdoctests
|
22
|
-
bin/sage-grep
|
23
|
-
bin/sage-grepdoc
|
24
12
|
bin/sage-inline-fortran
|
25
13
|
bin/sage-ipynb2rst
|
26
14
|
bin/sage-ipython
|
27
|
-
bin/sage-list-packages
|
28
15
|
bin/sage-massif
|
29
16
|
bin/sage-notebook
|
30
|
-
bin/sage-num-threads.py
|
31
17
|
bin/sage-omega
|
32
18
|
bin/sage-preparse
|
33
|
-
bin/sage-python
|
34
19
|
bin/sage-run
|
35
20
|
bin/sage-run-cython
|
36
21
|
bin/sage-runtests
|
37
|
-
bin/sage-src-env-config.in
|
38
22
|
bin/sage-startuptime.py
|
39
|
-
bin/sage-update-version
|
40
23
|
bin/sage-valgrind
|
41
|
-
bin/sage-venv-config
|
42
|
-
bin/sage-version.sh
|
43
24
|
passagemath_repl.egg-info/PKG-INFO
|
44
25
|
passagemath_repl.egg-info/SOURCES.txt
|
45
26
|
passagemath_repl.egg-info/dependency_links.txt
|
@@ -79,6 +60,10 @@ sage/doctest/tests/sig_on.rst
|
|
79
60
|
sage/doctest/tests/simple_failure.rst
|
80
61
|
sage/doctest/tests/sleep_and_raise.rst
|
81
62
|
sage/doctest/tests/tolerance.rst
|
63
|
+
sage/ext_data/all__sagemath_repl.py
|
64
|
+
sage/ext_data/notebook-ipython/logo-64x64.png
|
65
|
+
sage/ext_data/notebook-ipython/logo.svg
|
66
|
+
sage/interfaces/all__sagemath_repl.py
|
82
67
|
sage/interfaces/cleaner.py
|
83
68
|
sage/interfaces/quit.py
|
84
69
|
sage/misc/all__sagemath_repl.py
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -2,6 +2,8 @@
|
|
2
2
|
[build-system]
|
3
3
|
# Minimum requirements for the build system to execute.
|
4
4
|
requires = [
|
5
|
+
'passagemath-setup ~= 10.5.29.0',
|
6
|
+
'passagemath-environment ~= 10.5.29.0',
|
5
7
|
'setuptools >= 68.1.1',
|
6
8
|
]
|
7
9
|
build-backend = "setuptools.build_meta"
|
@@ -10,8 +12,8 @@ build-backend = "setuptools.build_meta"
|
|
10
12
|
name = "passagemath-repl"
|
11
13
|
description = "passagemath: IPython kernel, Sage preparser, doctester"
|
12
14
|
dependencies = [
|
13
|
-
'passagemath-objects ~= 10.5.
|
14
|
-
'passagemath-environment ~= 10.5.
|
15
|
+
'passagemath-objects ~= 10.5.29.0',
|
16
|
+
'passagemath-environment ~= 10.5.29.0',
|
15
17
|
'ipykernel >=5.2.1',
|
16
18
|
'ipython >=7.13.0',
|
17
19
|
'ipywidgets >=7.5.1',
|
@@ -64,39 +66,6 @@ file = "README.rst"
|
|
64
66
|
content-type = "text/x-rst"
|
65
67
|
|
66
68
|
[tool.setuptools]
|
67
|
-
py-modules = [
|
68
|
-
"sage.all__sagemath_repl",
|
69
|
-
"sage.misc.all__sagemath_repl",
|
70
|
-
"sage.misc.banner",
|
71
|
-
"sage.misc.sagedoc",
|
72
|
-
"sage.misc.sage_input",
|
73
|
-
"sage.misc.sage_eval",
|
74
|
-
"sage.misc.explain_pickle",
|
75
|
-
"sage.misc.trace",
|
76
|
-
"sage.misc.profiler",
|
77
|
-
"sage.misc.dev_tools",
|
78
|
-
"sage.misc.edit_module",
|
79
|
-
"sage.misc.pager",
|
80
|
-
"sage.misc.cython",
|
81
|
-
"sage.misc.inline_fortran",
|
82
|
-
"sage.misc.benchmark",
|
83
|
-
"sage.misc.classgraph",
|
84
|
-
"sage.misc.copying",
|
85
|
-
"sage.misc.gperftools",
|
86
|
-
"sage.misc.messaging",
|
87
|
-
"sage.misc.python",
|
88
|
-
"sage.misc.remote_file",
|
89
|
-
"sage.misc.sh",
|
90
|
-
]
|
91
|
-
packages = [
|
92
|
-
"sage.doctest",
|
93
|
-
"sage.interfaces",
|
94
|
-
"sage.repl",
|
95
|
-
"sage.repl.display",
|
96
|
-
"sage.repl.ipython_kernel",
|
97
|
-
"sage.repl.rich_output",
|
98
|
-
"sage.tests",
|
99
|
-
]
|
100
69
|
script-files = [
|
101
70
|
# Other scripts that should be in the path also for OS packaging of sage:
|
102
71
|
"bin/sage-eval",
|
@@ -126,7 +95,3 @@ include-package-data = false
|
|
126
95
|
|
127
96
|
[tool.setuptools.dynamic]
|
128
97
|
version = {file = ["VERSION.txt"]}
|
129
|
-
|
130
|
-
[tool.setuptools.package-data]
|
131
|
-
"sage.doctest" = ["tests/*"]
|
132
|
-
"sage.repl.rich_output" = ["example*"]
|
Binary file
|