LICENSE
README.md
pyproject.toml
abax/__init__.py
abax/__main__.py
abax/_runtime.py
abax/_winsandbox_ctypes.py
abax/app.py
abax/autodeps.py
abax/console_worker.py
abax/diagnostics.py
abax/kernel.py
abax/macros.py
abax/proclimits.py
abax/recorder.py
abax/restricted.py
abax/sandbox.py
abax/sandbox_linux.py
abax/sandbox_macos.py
abax/sandbox_windows.py
abax/settings.py
abax/state.py
abax/widget.py
abax/workers.py
abax.egg-info/PKG-INFO
abax.egg-info/SOURCES.txt
abax.egg-info/dependency_links.txt
abax.egg-info/entry_points.txt
abax.egg-info/requires.txt
abax.egg-info/top_level.txt
abax/core/__init__.py
abax/core/archive.py
abax/core/arrayfuncs.py
abax/core/ast_nodes.py
abax/core/budget.py
abax/core/cells.py
abax/core/clipboard.py
abax/core/completion.py
abax/core/console_ns.py
abax/core/criteria.py
abax/core/depgraph.py
abax/core/dist_dotted.py
abax/core/engineering_fns.py
abax/core/errors.py
abax/core/evaluator.py
abax/core/excel_modern.py
abax/core/faceplate_assets.py
abax/core/fileops.py
abax/core/filesearch.py
abax/core/fill.py
abax/core/finance_bonds.py
abax/core/finance_fns.py
abax/core/fmbuttons.py
abax/core/fonts.py
abax/core/gnumeric_fns.py
abax/core/gnumeric_math.py
abax/core/gnumeric_stats.py
abax/core/goalseek.py
abax/core/graphing.py
abax/core/lambda_fns.py
abax/core/latexmath.py
abax/core/math_fns.py
abax/core/names.py
abax/core/navigation.py
abax/core/pandoc.py
abax/core/parser.py
abax/core/pivot.py
abax/core/precedents.py
abax/core/profile.py
abax/core/ptyterm.py
abax/core/r1c1.py
abax/core/recode.py
abax/core/reference.py
abax/core/reffuncs.py
abax/core/regex_fns.py
abax/core/richdisplay.py
abax/core/search.py
abax/core/series.py
abax/core/sheet.py
abax/core/shell.py
abax/core/sortfilter.py
abax/core/spill.py
abax/core/sqlsheets.py
abax/core/stats_dist.py
abax/core/structure.py
abax/core/text_datetime_fns.py
abax/core/tokenizer.py
abax/core/translate.py
abax/core/typeinfer.py
abax/core/undo.py
abax/core/validation.py
abax/core/values.py
abax/core/wbdiff.py
abax/core/workbook.py
abax/core/calc/__init__.py
abax/core/calc/algebraic.py
abax/core/calc/rpn.py
abax/core/calc/rpn12.py
abax/core/calc/rpn16.py
abax/core/calc/ti_engine.py
abax/core/calc/voyager.py
abax/core/calc/voyager_layout.py
abax/core/format/__init__.py
abax/core/format/ansipalette.py
abax/core/format/cellformat.py
abax/core/format/cellstyle.py
abax/core/format/colormap.py
abax/core/format/condformat.py
abax/core/functions/__init__.py
abax/core/functions/builtins.py
abax/core/functions/helpers.py
abax/core/functions/rf.py
abax/core/io/__init__.py
abax/core/io/adif_io.py
abax/core/io/csv_io.py
abax/core/io/csv_stream.py
abax/core/io/exchange_io.py
abax/core/io/flatfile_io.py
abax/core/io/html_report.py
abax/core/io/markdown_io.py
abax/core/io/notebook_io.py
abax/core/io/r_io.py
abax/core/io/sqlite_io.py
abax/core/io/urlfetch.py
abax/core/io/xml_io.py
abax/core/science/__init__.py
abax/core/science/antenna.py
abax/core/science/antenna_impedance.py
abax/core/science/bayes.py
abax/core/science/chartsvg.py
abax/core/science/cluster.py
abax/core/science/complexnum.py
abax/core/science/curvefit.py
abax/core/science/descriptive.py
abax/core/science/dxcc.py
abax/core/science/eigen.py
abax/core/science/fft.py
abax/core/science/filters.py
abax/core/science/financial.py
abax/core/science/gmm.py
abax/core/science/interp.py
abax/core/science/iq.py
abax/core/science/matrix.py
abax/core/science/metrics.py
abax/core/science/ml.py
abax/core/science/mom.py
abax/core/science/nec.py
abax/core/science/nonparam.py
abax/core/science/numeric.py
abax/core/science/ode.py
abax/core/science/ode_implicit.py
abax/core/science/regression.py
abax/core/science/resynth.py
abax/core/science/rf.py
abax/core/science/rf_bands.py
abax/core/science/rf_math.py
abax/core/science/signal.py
abax/core/science/smithsvg.py
abax/core/science/spectral.py
abax/core/science/stats.py
abax/core/science/trees.py
abax/core/science/units.py
abax/core/science/wire_mom.py
abax/engine/__init__.py
abax/engine/analysis.py
abax/engine/archive7z.py
abax/engine/archives.py
abax/engine/document.py
abax/engine/excel_io.py
abax/engine/hdf5_io.py
abax/engine/nbvalidate.py
abax/engine/necpy.py
abax/engine/npkernel.py
abax/engine/ods_io.py
abax/engine/parquet_io.py
abax/engine/statfiles.py
abax/gui/__init__.py
abax/gui/_qtcompat.py
abax/gui/command_palette.py
abax/gui/completion.py
abax/gui/icons.py
abax/gui/main_window.py
abax/gui/mixin_calc.py
abax/gui/mixin_console.py
abax/gui/mixin_document.py
abax/gui/mixin_io.py
abax/gui/mixin_macros.py
abax/gui/mixin_navigation.py
abax/gui/mixin_palette.py
abax/gui/mixin_settings.py
abax/gui/mixin_tools.py
abax/gui/mixin_view.py
abax/gui/runner.py
abax/gui/theming.py
abax/gui/calc/__init__.py
abax/gui/calc/algebraic_faceplate.py
abax/gui/calc/calculator_panel.py
abax/gui/calc/faceplate.py
abax/gui/calc/image_faceplate.py
abax/gui/calc/ti_faceplate.py
abax/gui/console/__init__.py
abax/gui/console/console_bridge.py
abax/gui/console/ptyterminal.py
abax/gui/console/pyconsole.py
abax/gui/console/terminal.py
abax/gui/dialogs/__init__.py
abax/gui/dialogs/antenna_dialog.py
abax/gui/dialogs/antenna_modeler_dialog.py
abax/gui/dialogs/budget_dialog.py
abax/gui/dialogs/clipboard_dialog.py
abax/gui/dialogs/condformat_dialog.py
abax/gui/dialogs/curvefit_dialog.py
abax/gui/dialogs/dataframe_dialog.py
abax/gui/dialogs/deps_dialog.py
abax/gui/dialogs/describe_dialog.py
abax/gui/dialogs/equation_dialog.py
abax/gui/dialogs/filemanager_dialog.py
abax/gui/dialogs/filter_dialog.py
abax/gui/dialogs/find_dialog.py
abax/gui/dialogs/formula_browser.py
abax/gui/dialogs/goalseek_dialog.py
abax/gui/dialogs/graph_dialog.py
abax/gui/dialogs/matrix_dialog.py
abax/gui/dialogs/ml_dialog.py
abax/gui/dialogs/name_manager_dialog.py
abax/gui/dialogs/ode_dialog.py
abax/gui/dialogs/pivot_dialog.py
abax/gui/dialogs/preferences_dialog.py
abax/gui/dialogs/recode_dialog.py
abax/gui/dialogs/rf_dialog.py
abax/gui/dialogs/rf_reference_dialog.py
abax/gui/dialogs/signal_dialog.py
abax/gui/dialogs/smith_dialog.py
abax/gui/dialogs/solver_dialog.py
abax/gui/dialogs/sort_dialog.py
abax/gui/dialogs/sql_dialog.py
abax/gui/dialogs/stats_dialog.py
abax/gui/dialogs/theme_dialog.py
abax/gui/dialogs/undo_history_dialog.py
abax/gui/dialogs/validation_dialog.py
abax/gui/grid/__init__.py
abax/gui/grid/frozen_panes.py
abax/gui/grid/grid_model.py
abax/gui/grid/grid_view.py
abax/gui/themes/high_contrast.qss
abax/gui/themes/light.qss
abax/gui/themes/obsidian.qss
abax/tui/__init__.py
abax/tui/app.py
abax/tui/capabilities.py
abax/tui/commands.py
abax/tui/editor.py
abax/tui/keys.py
abax/tui/render.py
abax/tui/themes.py
tests/test_adif_io.py
tests/test_aggregate_fastpath.py
tests/test_algebraic.py
tests/test_analysis.py
tests/test_ansipalette.py
tests/test_antenna.py
tests/test_antenna_impedance.py
tests/test_archive.py
tests/test_archive7z.py
tests/test_arrayfuncs.py
tests/test_arrayfuncs_integration.py
tests/test_autodeps.py
tests/test_bayes.py
tests/test_budget.py
tests/test_calc_mode.py
tests/test_cellformat.py
tests/test_cellstyle.py
tests/test_chartsvg.py
tests/test_cli_argv.py
tests/test_clipboard.py
tests/test_cluster.py
tests/test_cluster_count.py
tests/test_colormap.py
tests/test_comments.py
tests/test_completion.py
tests/test_complexnum.py
tests/test_condformat.py
tests/test_console_bridge.py
tests/test_console_ns.py
tests/test_console_worker.py
tests/test_core_csv.py
tests/test_core_formula.py
tests/test_core_functions_extended.py
tests/test_criteria.py
tests/test_cross_sheet.py
tests/test_csv_stream.py
tests/test_curvefit.py
tests/test_dependencies.py
tests/test_depgraph.py
tests/test_depgraph_property.py
tests/test_descriptive.py
tests/test_dist_dotted.py
tests/test_distributions.py
tests/test_document_adif.py
tests/test_dxcc.py
tests/test_eigen.py
tests/test_engine_document.py
tests/test_engineering_fns.py
tests/test_excel_modern.py
tests/test_faceplate.py
tests/test_faceplate_assets.py
tests/test_fft.py
tests/test_fileops.py
tests/test_filesearch.py
tests/test_fill.py
tests/test_filters.py
tests/test_finance_bonds.py
tests/test_finance_fns.py
tests/test_financial.py
tests/test_flatfile_io.py
tests/test_fmbuttons.py
tests/test_fonts.py
tests/test_format_io.py
tests/test_function_coverage.py
tests/test_function_coverage_report.py
tests/test_functions_package.py
tests/test_gmm.py
tests/test_gnumeric_fns.py
tests/test_gnumeric_math.py
tests/test_gnumeric_stats.py
tests/test_goalseek.py
tests/test_graphing.py
tests/test_gui_a11y.py
tests/test_gui_antenna_modeler.py
tests/test_gui_budget.py
tests/test_gui_calc.py
tests/test_gui_calc_view.py
tests/test_gui_clipboard_palette.py
tests/test_gui_consent.py
tests/test_gui_context_menu.py
tests/test_gui_copy_paste.py
tests/test_gui_datatools.py
tests/test_gui_deps_dialog.py
tests/test_gui_describe.py
tests/test_gui_filemanager.py
tests/test_gui_grid.py
tests/test_gui_io.py
tests/test_gui_menus.py
tests/test_gui_palette.py
tests/test_gui_pivot.py
tests/test_gui_preferences.py
tests/test_gui_pyconsole.py
tests/test_gui_rf_dialog.py
tests/test_gui_rf_reference.py
tests/test_gui_signal_dialog.py
tests/test_gui_smith_svg.py
tests/test_gui_statusbar.py
tests/test_gui_theme_font.py
tests/test_gui_wave2tools.py
tests/test_gui_wave3tools.py
tests/test_gui_window_state.py
tests/test_gui_zoom.py
tests/test_ham_integration.py
tests/test_hdf5_io.py
tests/test_html_report.py
tests/test_iferror_array.py
tests/test_image_faceplate.py
tests/test_interp.py
tests/test_iq.py
tests/test_kernel.py
tests/test_lambda_fns.py
tests/test_latexmath.py
tests/test_layering.py
tests/test_macros.py
tests/test_math_fns.py
tests/test_matrix.py
tests/test_metrics.py
tests/test_ml.py
tests/test_mom.py
tests/test_names.py
tests/test_names_validation_integration.py
tests/test_navigation.py
tests/test_nbvalidate.py
tests/test_nec.py
tests/test_necpy.py
tests/test_nonparam.py
tests/test_npkernel.py
tests/test_numeric.py
tests/test_ode.py
tests/test_ode_implicit.py
tests/test_ods_io.py
tests/test_parquet_io.py
tests/test_persistence.py
tests/test_pivot.py
tests/test_precedents.py
tests/test_proclimits.py
tests/test_profile.py
tests/test_ptyterm.py
tests/test_pyz.py
tests/test_r1c1.py
tests/test_rast_cache.py
tests/test_recode.py
tests/test_recorder.py
tests/test_reffuncs.py
tests/test_regex_fns.py
tests/test_regression.py
tests/test_restricted.py
tests/test_resynth.py
tests/test_rf.py
tests/test_rf_bands.py
tests/test_rf_math.py
tests/test_rf_math_formulas.py
tests/test_rf_txline.py
tests/test_richdisplay.py
tests/test_rpn.py
tests/test_rpn12.py
tests/test_rpn16.py
tests/test_sandbox.py
tests/test_sandbox_linux.py
tests/test_sandbox_macos.py
tests/test_search.py
tests/test_series.py
tests/test_sheet_structure.py
tests/test_shell.py
tests/test_signal.py
tests/test_smithsvg.py
tests/test_sortfilter.py
tests/test_spectral.py
tests/test_spill.py
tests/test_sqlite_io.py
tests/test_sqlsheets.py
tests/test_statfiles.py
tests/test_stats.py
tests/test_stats_dist.py
tests/test_structure.py
tests/test_structure_names_validation.py
tests/test_text_datetime_fns.py
tests/test_ti_engine.py
tests/test_ti_faceplate.py
tests/test_translate.py
tests/test_trees.py
tests/test_tui.py
tests/test_typeinfer.py
tests/test_undo.py
tests/test_units.py
tests/test_urlfetch.py
tests/test_used_bounds.py
tests/test_validation.py
tests/test_voyager.py
tests/test_voyager_layout.py
tests/test_wbdiff.py
tests/test_widget.py
tests/test_wire_mom.py
tests/test_xml_io.py