rp 0.1.1355__tar.gz → 0.1.1357__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.
- {rp-0.1.1355 → rp-0.1.1357}/PKG-INFO +1 -1
- {rp-0.1.1355 → rp-0.1.1357}/rp/r.py +12 -44
- rp-0.1.1357/rp/version.py +1 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp.egg-info/PKG-INFO +1 -1
- rp-0.1.1357/version.py +1 -0
- rp-0.1.1355/rp/version.py +0 -1
- rp-0.1.1355/version.py +0 -1
- {rp-0.1.1355 → rp-0.1.1357}/.gitignore +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/QuickPython.iml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/QuickPython.time +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/encodings.xml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/inspectionProfiles/Project_Default.xml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/misc.xml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/modules.xml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/vcs.xml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.idea/workspace.xml +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.publish.sh.un~ +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.setup.py.un~ +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/.update_module_paths.py.un~ +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/LICENSE.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/README +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/Scrap +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/aoisdasd +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/increment_version.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/oijio +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/publish.sh +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/pyqtconsoletest.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/__main__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/documentation.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/Pyperclip.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/debug_comment.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/draw_code_minimap.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/graveyard.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/_compatibility.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/cache.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/file_io.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/grammar.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/normalizer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/pgen2/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/pgen2/generator.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/pgen2/grammar_parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/diff.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/errors.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar26.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar27.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar310.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar311.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar312.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar33.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar34.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar35.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar36.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar37.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar38.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/grammar39.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/pep8.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/prefix.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/token.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/tokenize.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/python/tree.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/tree.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/parso/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/peepdis/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/peepdis/core.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/peepdis/datastructures.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/peepdis/legacy.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/peepdis/preferences.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/powerpoint_converter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/profile_vim_plugins.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/bindings/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/bindings/flann_ctypes.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/exceptions.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/index.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/io/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/io/binary_dataset.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/io/dat_dataset.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/io/dataset.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/io/hdf5_dataset.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/io/npy_dataset.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/util/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyflann/util/weave_tools.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/__version__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/app.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/cli.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/cli_utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/config.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/config_error.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/config_parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/config_transformer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/validators/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/config/validators/options.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/logging.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/autocomplete/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/autocomplete/autocomplete_listener.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/common/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/common/jsonpath/JSONPathLexer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/common/jsonpath/JSONPathListener.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/common/jsonpath/JSONPathParser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/common/jsonpath/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/io/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/io/datasource.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/model/model.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/service/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/service/client.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/service/dispatcher.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/common/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/common/popup.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/common/selectable_text.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/autocomplete_popup/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/autocomplete_popup/autocomplete_popup.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/autocomplete_popup/autocomplete_popup_keymapper.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/help_bar/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/help_bar/help_bar.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/help_page/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/help_page/detailed_help_page.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/json_browser/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/json_browser/json_browser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/json_browser/json_browser_keymapper.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/query_bar/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/query_bar/query_bar.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/query_bar/query_bar_keymapper.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/array/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/array/array_end_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/array/array_end_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/array/array_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/array/array_start_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/array/array_unexpanded_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/json_composite_end_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/json_composite_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/json_listbox.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/json_listwalker.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/json_simple_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/json_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/node_factory.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/object/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/object/object_end_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/object/object_end_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/object/object_node.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/object/object_start_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/object/object_unexpanded_widget.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/boolean.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/generic.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/integer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/null.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/numeric.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/primitive/string.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/json_lib/selector/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/keymapper/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/keymapper/abstract_component_keymapper.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/keymapper/keymapper.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/keymapper/keymapper_config.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/keymapper/keymapper_config_parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/theme/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/theme/theme.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/theme/theme_config.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/theme/theme_config_parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/view_config.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/view_frame.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/view_manager.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pynput_recorder.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pypi_inspection.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/pytorch_module_explorer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/refactor/string_format/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/refactor/string_format/format_to_fstring_converter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/refactor/string_format/fstring_converter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/refactor/string_format/test_format_to_fstring_converter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/refactor/string_format/test_fstring_converter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/rp_black_macchiato.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/stamp_tensor.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/stdin_python_highlighter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/__main__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/canvas.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/colors.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/console.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/funcs.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/nbinput.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/shapes.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/graphics/graphics/sprite.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/letters.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tetris/tetrisShapes.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/__main__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/argparser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/meta.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/methods/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/methods/ansi.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/methods/ansi_methods.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/methods/ascii.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/methods/method.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/methods/sixel.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/timg/renderer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/torch_hooks.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/torch_tools.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tracetraptest.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/tweenline.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/libs/webeval_dataset.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/list_of_modules.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/application.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/auto_suggest.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/buffer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/buffer_mapping.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/cache.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/clipboard/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/clipboard/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/clipboard/in_memory.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/clipboard/pyperclip.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/completion.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/completers/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/completers/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/completers/filesystem.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/completers/system.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/regular_languages/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/regular_languages/compiler.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/regular_languages/completion.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/regular_languages/lexer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/regular_languages/regex_parser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/regular_languages/validation.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/telnet/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/telnet/application.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/telnet/log.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/telnet/protocol.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/telnet/server.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/validators/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/contrib/validators/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/document.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/enums.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/asyncio_base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/asyncio_posix.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/asyncio_win32.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/callbacks.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/inputhook.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/posix.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/posix_utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/select.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/eventloop/win32.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/filters/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/filters/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/filters/cli.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/filters/types.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/filters/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/history.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/input.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/interface.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/basic.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/completion.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/emacs.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/named_commands.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/scroll.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/bindings/vi.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/defaults.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/digraphs.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/input_processor.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/manager.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/registry.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/key_binding/vi_state.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/keys.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/containers.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/controls.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/dimension.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/lexers.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/margins.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/menus.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/mouse_handlers.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/processors.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/prompt.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/screen.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/toolbars.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/untitled.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/layout/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/mouse_events.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/output.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/reactive.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/renderer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/search_state.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/selection.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/shortcuts.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/styles/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/styles/base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/styles/defaults.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/styles/from_dict.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/styles/from_pygments.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/styles/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/terminal/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/terminal/conemu_output.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/terminal/vt100_input.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/terminal/vt100_output.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/terminal/win32_input.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/terminal/win32_output.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/token.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/validation.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/prompt_toolkit/win32_types.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/__main__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/ast_selection.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/async_analyzer_base.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/async_jedi_highlighter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/bash_completer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/completer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/completer_old.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/completion_ranker.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/completion_schema.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/completion_types.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/eventloop.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/filters.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/history_browser.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/ipython.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/jedi_highlighter.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/jedi_lexer.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/jedi_utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/key_bindings.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/layout.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/patch_linecache.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/path_completer_utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/prompt_style.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/python_input.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/r_iterm_comm.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/repl.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/__init__.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/commands.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/completers.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/completion_hints.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/grammar.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/key_bindings.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/layout.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/style.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/rp_ptpdb/toolbars.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/style.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/testable_keybindings.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/treesitter_semantic.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/unreachable_detector.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/utils.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/rp_ptpython/validator.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/ryan_vimrc.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp/web_evaluator.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp.egg-info/SOURCES.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp.egg-info/dependency_links.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp.egg-info/entry_points.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp.egg-info/requires.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/rp.egg-info/top_level.txt +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/setup.cfg +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/setup.py +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/untitled.c +0 -0
- {rp-0.1.1355 → rp-0.1.1357}/update_module_paths.py +0 -0
|
@@ -29181,7 +29181,7 @@ def pseudo_terminal(
|
|
|
29181
29181
|
elif user_message.startswith("!"):# For shell commands
|
|
29182
29182
|
maybe_inject_ans_into_environ()
|
|
29183
29183
|
# user_message="from rp import shell_command;ans=shell_command("+repr(user_message[1:])+",True)"#Disabled because we no longer guarentee that rp is imported
|
|
29184
|
-
user_message="__import__('rp').r._pterm_run_shell_command("+repr(user_message[1:])+")"
|
|
29184
|
+
user_message="__import__('rp').r._pterm_run_shell_command("+repr(user_message[1:])+");"
|
|
29185
29185
|
# fansi_print("Transformed command into " + repr(user_message) ,'magenta')
|
|
29186
29186
|
if True and len(user_message.split("\n")) == 1 and not enable_ptpython: # If we only have 1 line: no pasting BUT ONLY USE THIS IF WE DONT HAVE ptpython because sometimes this code is a bit glitchy and its unnessecary if we have ptpython
|
|
29187
29187
|
_thing=space_split(user_message)
|
|
@@ -50185,47 +50185,14 @@ def _pterm_run_shell_command(command):
|
|
|
50185
50185
|
Captures last 4KB of output to detect 'command not found' errors.
|
|
50186
50186
|
Returns exit code. Sets _last_missing_shell_command if installable command missing.
|
|
50187
50187
|
"""
|
|
50188
|
-
|
|
50189
|
-
import os
|
|
50190
|
-
|
|
50191
|
-
_last_missing_shell_command = None
|
|
50192
|
-
|
|
50193
|
-
# Windows fallback - no PTY support
|
|
50194
|
-
if os.name == 'nt':
|
|
50195
|
-
return os.system(command)
|
|
50196
|
-
|
|
50197
|
-
import pty
|
|
50198
|
-
import re
|
|
50199
|
-
|
|
50200
|
-
def parse_command_not_found(output):
|
|
50201
|
-
# Parses: bash: cargo: command not found
|
|
50202
|
-
# zsh: command not found: cargo
|
|
50203
|
-
# sh: cargo: not found
|
|
50204
|
-
# sh: 1: cargo: not found
|
|
50205
|
-
if isinstance(output, bytes):
|
|
50206
|
-
output = output.decode('utf-8', errors='replace')
|
|
50207
|
-
m = re.search(r'(?:bash|sh)(?::\s*\d+)?: (\w+): (?:command )?not found', output)
|
|
50208
|
-
if m:
|
|
50209
|
-
return m.group(1)
|
|
50210
|
-
m = re.search(r'zsh: command not found: (\w+)', output)
|
|
50211
|
-
if m:
|
|
50212
|
-
return m.group(1)
|
|
50213
|
-
return None
|
|
50214
|
-
|
|
50215
|
-
tail = b'' # Last 4KB of output
|
|
50216
|
-
|
|
50217
|
-
def master_read(fd):
|
|
50218
|
-
nonlocal tail
|
|
50219
|
-
data = os.read(fd, 1024)
|
|
50220
|
-
tail = (tail + data)[-4096:]
|
|
50221
|
-
return data
|
|
50222
|
-
|
|
50223
|
-
status = pty.spawn(['bash', '-c', command], master_read)
|
|
50224
|
-
exit_code = os.waitstatus_to_exitcode(status) if hasattr(os, 'waitstatus_to_exitcode') else status >> 8
|
|
50188
|
+
exit_code = os.system(command)
|
|
50225
50189
|
|
|
50226
|
-
if exit_code
|
|
50227
|
-
|
|
50228
|
-
|
|
50190
|
+
if exit_code:
|
|
50191
|
+
#SIMORE Logic
|
|
50192
|
+
sh_tokens=shlex.split(command+' ')
|
|
50193
|
+
first_token=[*sh_tokens,''][0]
|
|
50194
|
+
if first_token in _ensure_installed_registry and not system_command_exists(first_token):
|
|
50195
|
+
missing_cmd = first_token
|
|
50229
50196
|
if _auto_simore:
|
|
50230
50197
|
try:
|
|
50231
50198
|
fansi_print("AUTO-SIMORE: Running _ensure_%s_installed()" % missing_cmd, 'yellow', 'bold')
|
|
@@ -50233,13 +50200,14 @@ def _pterm_run_shell_command(command):
|
|
|
50233
50200
|
fansi_print("AUTO-SIMORE: Retrying command...", 'yellow', 'bold')
|
|
50234
50201
|
return _pterm_run_shell_command(command)
|
|
50235
50202
|
except NotImplementedError as e:
|
|
50236
|
-
fansi_print("AUTO-SIMORE: " + str(e), 'yellow')
|
|
50203
|
+
fansi_print("AUTO-SIMORE FAILED TO INSTALL %s: " %first_token + str(e), 'yellow')
|
|
50237
50204
|
else:
|
|
50238
50205
|
_last_missing_shell_command = missing_cmd
|
|
50239
50206
|
fansi_print("HINT: Enter SIMORE to run _ensure_%s_installed()" % missing_cmd, 'yellow')
|
|
50240
50207
|
|
|
50241
50208
|
return exit_code
|
|
50242
50209
|
|
|
50210
|
+
|
|
50243
50211
|
def _brew_install(x):
|
|
50244
50212
|
_ensure_brew_installed()
|
|
50245
50213
|
command = 'brew install '+shlex.quote(x)
|
|
@@ -50982,8 +50950,8 @@ def _setup_claude_bash():
|
|
|
50982
50950
|
"""
|
|
50983
50951
|
_ensure_fzf_installed()
|
|
50984
50952
|
_ensure_tmux_installed()
|
|
50985
|
-
_run_sys_command(shlex.join(["chmod", "+x", _claude_bash_script
|
|
50986
|
-
os.environ[
|
|
50953
|
+
_run_sys_command(shlex.join(["chmod", "+x", _claude_bash_script]))
|
|
50954
|
+
os.environ["SHELL"] = _claude_bash_script # TODO: Dont modify it this way...
|
|
50987
50955
|
|
|
50988
50956
|
def _run_claude_code(code,*,fullperm=False):
|
|
50989
50957
|
""" See rp.r._run_ai_coder_cli.__doc__ """
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1357
|
rp-0.1.1357/version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1357
|
rp-0.1.1355/rp/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1355
|
rp-0.1.1355/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1355
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/autocomplete_popup/autocomplete_popup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rp-0.1.1355 → rp-0.1.1357}/rp/libs/pyfx/view/components/json_browser/json_browser_keymapper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rp-0.1.1355 → rp-0.1.1357}/rp/libs/refactor/string_format/test_format_to_fstring_converter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|