rp 0.1.1377__tar.gz → 0.1.1379__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.
Files changed (411) hide show
  1. {rp-0.1.1377 → rp-0.1.1379}/PKG-INFO +1 -1
  2. {rp-0.1.1377 → rp-0.1.1379}/rp/r.py +269 -1
  3. rp-0.1.1379/rp/version.py +1 -0
  4. {rp-0.1.1377 → rp-0.1.1379}/rp.egg-info/PKG-INFO +1 -1
  5. rp-0.1.1379/version.py +1 -0
  6. rp-0.1.1377/rp/version.py +0 -1
  7. rp-0.1.1377/version.py +0 -1
  8. {rp-0.1.1377 → rp-0.1.1379}/.gitignore +0 -0
  9. {rp-0.1.1377 → rp-0.1.1379}/.idea/QuickPython.iml +0 -0
  10. {rp-0.1.1377 → rp-0.1.1379}/.idea/QuickPython.time +0 -0
  11. {rp-0.1.1377 → rp-0.1.1379}/.idea/encodings.xml +0 -0
  12. {rp-0.1.1377 → rp-0.1.1379}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  13. {rp-0.1.1377 → rp-0.1.1379}/.idea/misc.xml +0 -0
  14. {rp-0.1.1377 → rp-0.1.1379}/.idea/modules.xml +0 -0
  15. {rp-0.1.1377 → rp-0.1.1379}/.idea/vcs.xml +0 -0
  16. {rp-0.1.1377 → rp-0.1.1379}/.idea/workspace.xml +0 -0
  17. {rp-0.1.1377 → rp-0.1.1379}/.publish.sh.un~ +0 -0
  18. {rp-0.1.1377 → rp-0.1.1379}/.setup.py.un~ +0 -0
  19. {rp-0.1.1377 → rp-0.1.1379}/.update_module_paths.py.un~ +0 -0
  20. {rp-0.1.1377 → rp-0.1.1379}/LICENSE.txt +0 -0
  21. {rp-0.1.1377 → rp-0.1.1379}/README +0 -0
  22. {rp-0.1.1377 → rp-0.1.1379}/Scrap +0 -0
  23. {rp-0.1.1377 → rp-0.1.1379}/aoisdasd +0 -0
  24. {rp-0.1.1377 → rp-0.1.1379}/increment_version.py +0 -0
  25. {rp-0.1.1377 → rp-0.1.1379}/oijio +0 -0
  26. {rp-0.1.1377 → rp-0.1.1379}/publish.sh +0 -0
  27. {rp-0.1.1377 → rp-0.1.1379}/pyqtconsoletest.py +0 -0
  28. {rp-0.1.1377 → rp-0.1.1379}/rp/__init__.py +0 -0
  29. {rp-0.1.1377 → rp-0.1.1379}/rp/__main__.py +0 -0
  30. {rp-0.1.1377 → rp-0.1.1379}/rp/documentation.py +0 -0
  31. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/Pyperclip.py +0 -0
  32. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/__init__.py +0 -0
  33. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/debug_comment.py +0 -0
  34. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/draw_code_minimap.py +0 -0
  35. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/graveyard.py +0 -0
  36. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/__init__.py +0 -0
  37. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/_compatibility.py +0 -0
  38. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/cache.py +0 -0
  39. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/file_io.py +0 -0
  40. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/grammar.py +0 -0
  41. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/normalizer.py +0 -0
  42. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/parser.py +0 -0
  43. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/pgen2/__init__.py +0 -0
  44. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/pgen2/generator.py +0 -0
  45. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/pgen2/grammar_parser.py +0 -0
  46. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/__init__.py +0 -0
  47. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/diff.py +0 -0
  48. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/errors.py +0 -0
  49. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar26.txt +0 -0
  50. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar27.txt +0 -0
  51. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar310.txt +0 -0
  52. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar311.txt +0 -0
  53. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar312.txt +0 -0
  54. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar33.txt +0 -0
  55. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar34.txt +0 -0
  56. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar35.txt +0 -0
  57. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar36.txt +0 -0
  58. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar37.txt +0 -0
  59. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar38.txt +0 -0
  60. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/grammar39.txt +0 -0
  61. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/parser.py +0 -0
  62. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/pep8.py +0 -0
  63. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/prefix.py +0 -0
  64. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/token.py +0 -0
  65. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/tokenize.py +0 -0
  66. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/python/tree.py +0 -0
  67. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/tree.py +0 -0
  68. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/parso/utils.py +0 -0
  69. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/peepdis/__init__.py +0 -0
  70. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/peepdis/core.py +0 -0
  71. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/peepdis/datastructures.py +0 -0
  72. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/peepdis/legacy.py +0 -0
  73. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/peepdis/preferences.py +0 -0
  74. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/__init__.py +0 -0
  75. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/__main__.py +0 -0
  76. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/convert_pptx_videos_to_gifs.py +0 -0
  77. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/convert_tmux.py +0 -0
  78. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/google_slides_upload.py +0 -0
  79. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/media_to_slides.py +0 -0
  80. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint/pptx_utils.py +0 -0
  81. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/powerpoint_converter.py +0 -0
  82. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/profile_vim_plugins.py +0 -0
  83. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pw_crypt.py +0 -0
  84. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/__init__.py +0 -0
  85. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/bindings/__init__.py +0 -0
  86. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/bindings/flann_ctypes.py +0 -0
  87. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/exceptions.py +0 -0
  88. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/index.py +0 -0
  89. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/io/__init__.py +0 -0
  90. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/io/binary_dataset.py +0 -0
  91. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/io/dat_dataset.py +0 -0
  92. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/io/dataset.py +0 -0
  93. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/io/hdf5_dataset.py +0 -0
  94. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/io/npy_dataset.py +0 -0
  95. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/util/__init__.py +0 -0
  96. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyflann/util/weave_tools.py +0 -0
  97. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/__init__.py +0 -0
  98. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/__version__.py +0 -0
  99. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/app.py +0 -0
  100. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/cli.py +0 -0
  101. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/cli_utils.py +0 -0
  102. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/__init__.py +0 -0
  103. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/config.py +0 -0
  104. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/config_error.py +0 -0
  105. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/config_parser.py +0 -0
  106. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/config_transformer.py +0 -0
  107. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/validators/__init__.py +0 -0
  108. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/config/validators/options.py +0 -0
  109. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/logging.py +0 -0
  110. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/__init__.py +0 -0
  111. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/autocomplete/__init__.py +0 -0
  112. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/autocomplete/autocomplete_listener.py +0 -0
  113. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/common/__init__.py +0 -0
  114. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/common/jsonpath/JSONPathLexer.py +0 -0
  115. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/common/jsonpath/JSONPathListener.py +0 -0
  116. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/common/jsonpath/JSONPathParser.py +0 -0
  117. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/common/jsonpath/__init__.py +0 -0
  118. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/io/__init__.py +0 -0
  119. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/io/datasource.py +0 -0
  120. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/model/model.py +0 -0
  121. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/service/__init__.py +0 -0
  122. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/service/client.py +0 -0
  123. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/service/dispatcher.py +0 -0
  124. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/__init__.py +0 -0
  125. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/common/__init__.py +0 -0
  126. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/common/popup.py +0 -0
  127. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/common/selectable_text.py +0 -0
  128. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/__init__.py +0 -0
  129. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/autocomplete_popup/__init__.py +0 -0
  130. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/autocomplete_popup/autocomplete_popup.py +0 -0
  131. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/autocomplete_popup/autocomplete_popup_keymapper.py +0 -0
  132. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/help_bar/__init__.py +0 -0
  133. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/help_bar/help_bar.py +0 -0
  134. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/help_page/__init__.py +0 -0
  135. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/help_page/detailed_help_page.py +0 -0
  136. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/json_browser/__init__.py +0 -0
  137. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/json_browser/json_browser.py +0 -0
  138. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/json_browser/json_browser_keymapper.py +0 -0
  139. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/query_bar/__init__.py +0 -0
  140. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/query_bar/query_bar.py +0 -0
  141. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/components/query_bar/query_bar_keymapper.py +0 -0
  142. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/__init__.py +0 -0
  143. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/array/__init__.py +0 -0
  144. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/array/array_end_node.py +0 -0
  145. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/array/array_end_widget.py +0 -0
  146. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/array/array_node.py +0 -0
  147. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/array/array_start_widget.py +0 -0
  148. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/array/array_unexpanded_widget.py +0 -0
  149. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/json_composite_end_node.py +0 -0
  150. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/json_composite_node.py +0 -0
  151. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/json_listbox.py +0 -0
  152. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/json_listwalker.py +0 -0
  153. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/json_simple_node.py +0 -0
  154. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/json_widget.py +0 -0
  155. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/node_factory.py +0 -0
  156. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/object/__init__.py +0 -0
  157. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/object/object_end_node.py +0 -0
  158. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/object/object_end_widget.py +0 -0
  159. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/object/object_node.py +0 -0
  160. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/object/object_start_widget.py +0 -0
  161. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/object/object_unexpanded_widget.py +0 -0
  162. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/__init__.py +0 -0
  163. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/base.py +0 -0
  164. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/boolean.py +0 -0
  165. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/generic.py +0 -0
  166. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/integer.py +0 -0
  167. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/null.py +0 -0
  168. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/numeric.py +0 -0
  169. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/primitive/string.py +0 -0
  170. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/json_lib/selector/__init__.py +0 -0
  171. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/keymapper/__init__.py +0 -0
  172. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/keymapper/abstract_component_keymapper.py +0 -0
  173. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/keymapper/keymapper.py +0 -0
  174. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/keymapper/keymapper_config.py +0 -0
  175. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/keymapper/keymapper_config_parser.py +0 -0
  176. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/theme/__init__.py +0 -0
  177. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/theme/theme.py +0 -0
  178. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/theme/theme_config.py +0 -0
  179. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/theme/theme_config_parser.py +0 -0
  180. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/view_config.py +0 -0
  181. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/view_frame.py +0 -0
  182. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pyfx/view/view_manager.py +0 -0
  183. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pynput_recorder.py +0 -0
  184. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pypi_inspection.py +0 -0
  185. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/pytorch_module_explorer.py +0 -0
  186. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/refactor/string_format/__init__.py +0 -0
  187. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/refactor/string_format/format_to_fstring_converter.py +0 -0
  188. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/refactor/string_format/fstring_converter.py +0 -0
  189. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/refactor/string_format/test_format_to_fstring_converter.py +0 -0
  190. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/refactor/string_format/test_fstring_converter.py +0 -0
  191. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/rp_black_macchiato.py +0 -0
  192. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/stamp_tensor.py +0 -0
  193. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/stdin_python_highlighter.py +0 -0
  194. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/__init__.py +0 -0
  195. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/__main__.py +0 -0
  196. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/__init__.py +0 -0
  197. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/canvas.py +0 -0
  198. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/colors.py +0 -0
  199. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/console.py +0 -0
  200. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/funcs.py +0 -0
  201. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/nbinput.py +0 -0
  202. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/shapes.py +0 -0
  203. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/graphics/graphics/sprite.py +0 -0
  204. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/letters.py +0 -0
  205. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tetris/tetrisShapes.py +0 -0
  206. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/__init__.py +0 -0
  207. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/__main__.py +0 -0
  208. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/argparser.py +0 -0
  209. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/meta.py +0 -0
  210. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/methods/__init__.py +0 -0
  211. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/methods/ansi.py +0 -0
  212. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/methods/ansi_methods.py +0 -0
  213. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/methods/ascii.py +0 -0
  214. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/methods/method.py +0 -0
  215. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/methods/sixel.py +0 -0
  216. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/timg/renderer.py +0 -0
  217. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/torch_hooks.py +0 -0
  218. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/torch_tools.py +0 -0
  219. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tracetraptest.py +0 -0
  220. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/tweenline.py +0 -0
  221. {rp-0.1.1377 → rp-0.1.1379}/rp/libs/webeval_dataset.py +0 -0
  222. {rp-0.1.1377 → rp-0.1.1379}/rp/list_of_modules.py +0 -0
  223. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/Todo +0 -0
  224. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/__init__.py +0 -0
  225. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/blm.py +0 -0
  226. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/chainsaw.py +0 -0
  227. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/claude_bash.sh +0 -0
  228. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/claude_panel.py +0 -0
  229. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/death_of_the_mind.py +0 -0
  230. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/flappy.py +0 -0
  231. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/mario.py +0 -0
  232. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/matrix.py +0 -0
  233. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/mpi_untitled.py +0 -0
  234. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/py2048.py +0 -0
  235. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/pychess.py +0 -0
  236. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/rp_logo.svg +0 -0
  237. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/rp_mpi.py +0 -0
  238. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/ryan_zshrc.py +0 -0
  239. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/shotgun.py +0 -0
  240. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/skia_trail_interactive_paint_demo.py +0 -0
  241. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/snake.py +0 -0
  242. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/sudoku.py +0 -0
  243. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/tetris.py +0 -0
  244. {rp-0.1.1377 → rp-0.1.1379}/rp/misc/trans.py +0 -0
  245. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/__init__.py +0 -0
  246. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/application.py +0 -0
  247. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/auto_suggest.py +0 -0
  248. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/buffer.py +0 -0
  249. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/buffer_mapping.py +0 -0
  250. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/cache.py +0 -0
  251. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/clipboard/__init__.py +0 -0
  252. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/clipboard/base.py +0 -0
  253. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/clipboard/in_memory.py +0 -0
  254. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/clipboard/pyperclip.py +0 -0
  255. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/completion.py +0 -0
  256. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/__init__.py +0 -0
  257. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/completers/__init__.py +0 -0
  258. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/completers/base.py +0 -0
  259. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/completers/filesystem.py +0 -0
  260. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/completers/system.py +0 -0
  261. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/regular_languages/__init__.py +0 -0
  262. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/regular_languages/compiler.py +0 -0
  263. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/regular_languages/completion.py +0 -0
  264. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/regular_languages/lexer.py +0 -0
  265. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/regular_languages/regex_parser.py +0 -0
  266. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/regular_languages/validation.py +0 -0
  267. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/telnet/__init__.py +0 -0
  268. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/telnet/application.py +0 -0
  269. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/telnet/log.py +0 -0
  270. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/telnet/protocol.py +0 -0
  271. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/telnet/server.py +0 -0
  272. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/validators/__init__.py +0 -0
  273. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/contrib/validators/base.py +0 -0
  274. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/document.py +0 -0
  275. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/enums.py +0 -0
  276. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/__init__.py +0 -0
  277. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/asyncio_base.py +0 -0
  278. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/asyncio_posix.py +0 -0
  279. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/asyncio_win32.py +0 -0
  280. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/base.py +0 -0
  281. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/callbacks.py +0 -0
  282. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/inputhook.py +0 -0
  283. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/posix.py +0 -0
  284. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/posix_utils.py +0 -0
  285. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/select.py +0 -0
  286. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/utils.py +0 -0
  287. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/eventloop/win32.py +0 -0
  288. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/filters/__init__.py +0 -0
  289. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/filters/base.py +0 -0
  290. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/filters/cli.py +0 -0
  291. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/filters/types.py +0 -0
  292. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/filters/utils.py +0 -0
  293. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/history.py +0 -0
  294. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/input.py +0 -0
  295. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/interface.py +0 -0
  296. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/__init__.py +0 -0
  297. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/__init__.py +0 -0
  298. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/basic.py +0 -0
  299. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/completion.py +0 -0
  300. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/emacs.py +0 -0
  301. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/named_commands.py +0 -0
  302. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/scroll.py +0 -0
  303. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/bindings/vi.py +0 -0
  304. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/defaults.py +0 -0
  305. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/digraphs.py +0 -0
  306. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/input_processor.py +0 -0
  307. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/manager.py +0 -0
  308. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/registry.py +0 -0
  309. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/key_binding/vi_state.py +0 -0
  310. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/keys.py +0 -0
  311. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/__init__.py +0 -0
  312. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/containers.py +0 -0
  313. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/controls.py +0 -0
  314. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/dimension.py +0 -0
  315. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/lexers.py +0 -0
  316. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/margins.py +0 -0
  317. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/menus.py +0 -0
  318. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/mouse_handlers.py +0 -0
  319. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/processors.py +0 -0
  320. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/prompt.py +0 -0
  321. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/screen.py +0 -0
  322. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/toolbars.py +0 -0
  323. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/untitled.py +0 -0
  324. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/layout/utils.py +0 -0
  325. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/mouse_events.py +0 -0
  326. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/output.py +0 -0
  327. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/reactive.py +0 -0
  328. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/renderer.py +0 -0
  329. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/search_state.py +0 -0
  330. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/selection.py +0 -0
  331. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/shortcuts.py +0 -0
  332. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/styles/__init__.py +0 -0
  333. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/styles/base.py +0 -0
  334. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/styles/defaults.py +0 -0
  335. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/styles/from_dict.py +0 -0
  336. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/styles/from_pygments.py +0 -0
  337. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/styles/utils.py +0 -0
  338. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/terminal/__init__.py +0 -0
  339. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/terminal/conemu_output.py +0 -0
  340. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/terminal/vt100_input.py +0 -0
  341. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/terminal/vt100_output.py +0 -0
  342. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/terminal/win32_input.py +0 -0
  343. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/terminal/win32_output.py +0 -0
  344. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/token.py +0 -0
  345. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/utils.py +0 -0
  346. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/validation.py +0 -0
  347. {rp-0.1.1377 → rp-0.1.1379}/rp/prompt_toolkit/win32_types.py +0 -0
  348. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/__init__.py +0 -0
  349. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/__main__.py +0 -0
  350. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/ast_selection.py +0 -0
  351. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/async_analyzer_base.py +0 -0
  352. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/async_jedi_highlighter.py +0 -0
  353. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/backslash_commands.py +0 -0
  354. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/bash_completer.py +0 -0
  355. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/bash_extract.py +0 -0
  356. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/bash_inline.py +0 -0
  357. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/bash_rename.py +0 -0
  358. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/bash_selection.py +0 -0
  359. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/completer.py +0 -0
  360. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/completer_old.py +0 -0
  361. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/completion_ranker.py +0 -0
  362. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/completion_schema.py +0 -0
  363. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/completion_types.py +0 -0
  364. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/eventloop.py +0 -0
  365. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/filters.py +0 -0
  366. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/history_browser.py +0 -0
  367. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/ipython.py +0 -0
  368. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/jedi_highlighter.py +0 -0
  369. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/jedi_lexer.py +0 -0
  370. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/jedi_utils.py +0 -0
  371. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/key_bindings.py +0 -0
  372. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/layout.py +0 -0
  373. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/patch_linecache.py +0 -0
  374. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/path_completer_utils.py +0 -0
  375. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/prompt_style.py +0 -0
  376. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/python_input.py +0 -0
  377. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/r_iterm_comm.py +0 -0
  378. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/refactor_extract.py +0 -0
  379. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/refactor_inline.py +0 -0
  380. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/refactor_move.py +0 -0
  381. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/refactor_move_bash.py +0 -0
  382. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/refactor_rename.py +0 -0
  383. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/repl.py +0 -0
  384. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/__init__.py +0 -0
  385. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/commands.py +0 -0
  386. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/completers.py +0 -0
  387. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/completion_hints.py +0 -0
  388. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/grammar.py +0 -0
  389. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/key_bindings.py +0 -0
  390. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/layout.py +0 -0
  391. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/style.py +0 -0
  392. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/rp_ptpdb/toolbars.py +0 -0
  393. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/selection_utils.py +0 -0
  394. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/style.py +0 -0
  395. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/testable_keybindings.py +0 -0
  396. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/treesitter_selection.py +0 -0
  397. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/treesitter_semantic.py +0 -0
  398. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/unreachable_detector.py +0 -0
  399. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/utils.py +0 -0
  400. {rp-0.1.1377 → rp-0.1.1379}/rp/rp_ptpython/validator.py +0 -0
  401. {rp-0.1.1377 → rp-0.1.1379}/rp/ryan_vimrc.py +0 -0
  402. {rp-0.1.1377 → rp-0.1.1379}/rp/web_evaluator.py +0 -0
  403. {rp-0.1.1377 → rp-0.1.1379}/rp.egg-info/SOURCES.txt +0 -0
  404. {rp-0.1.1377 → rp-0.1.1379}/rp.egg-info/dependency_links.txt +0 -0
  405. {rp-0.1.1377 → rp-0.1.1379}/rp.egg-info/entry_points.txt +0 -0
  406. {rp-0.1.1377 → rp-0.1.1379}/rp.egg-info/requires.txt +0 -0
  407. {rp-0.1.1377 → rp-0.1.1379}/rp.egg-info/top_level.txt +0 -0
  408. {rp-0.1.1377 → rp-0.1.1379}/setup.cfg +0 -0
  409. {rp-0.1.1377 → rp-0.1.1379}/setup.py +0 -0
  410. {rp-0.1.1377 → rp-0.1.1379}/untitled.c +0 -0
  411. {rp-0.1.1377 → rp-0.1.1379}/update_module_paths.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: rp
3
- Version: 0.1.1377
3
+ Version: 0.1.1379
4
4
  Summary: Ryan's Python: IDE + Library + Tools
5
5
  Home-page: https://github.com/RyannDaGreat/rp
6
6
  Author: Ryan Burgert
@@ -97,7 +97,14 @@ except ImportError:
97
97
  except Exception as e: print("r.py import error: ",e)
98
98
 
99
99
  try: from rp.libs.pw_crypt import encrypt_bytes_with_password, decrypt_bytes_with_password
100
- except Exception as e: print("r.py import error: ",e)
100
+ except Exception as e:
101
+ def encrypt_bytes_with_password(*args, **kwargs):
102
+ pip_import('msgpack')
103
+ return encrypt_bytes_with_password(*args, **kwargs)
104
+ def decrypt_bytes_with_password(*args, **kwargs):
105
+ pip_import('msgpack')
106
+ return decrypt_bytes_with_password(*args, **kwargs)
107
+
101
108
 
102
109
  #SETTINGS
103
110
  _fast_pterm_history_size = 1024 * 1024
@@ -26662,6 +26669,8 @@ def pseudo_terminal(
26662
26669
  CJ ans.split(",") if isinstance(ans,str) else ",".join(map(str,ans))
26663
26670
  SJ ans.split(" ") if isinstance(ans,str) else " ".join(map(str,ans))
26664
26671
  SPAJ ans.split(" ") if isinstance(ans,str) else " ".join(map(str,ans))
26672
+ ZJ $shlex.join(map(str,ans)) if not isinstance(ans,str) else $shlex.split(ans)
26673
+ BJ $shlex.join(map(str,ans)) if not isinstance(ans,str) else $shlex.split(ans)
26665
26674
 
26666
26675
  SGC $select_git_commit()
26667
26676
  DUNKA $pip_import('dunk');$os.system(f"git diff {ans} | dunk")
@@ -38844,6 +38853,265 @@ def r_transform_inverse(path):
38844
38853
  path=circ_diff_inverse(path)
38845
38854
  return path
38846
38855
 
38856
+ def get_closest_subset_sum_indices(values, target):
38857
+ """
38858
+ Finds indices of the subset summing closest to 'target'.
38859
+ Returns: Set of indices.
38860
+
38861
+ FUTURE TODO: Replace this with a more efficient implementation, this is O(2^n) time/space (it can be better but will always be np-complete)
38862
+ """
38863
+ # Key: reachable_sum
38864
+ # Value: (parent_sum, index_of_item_added)
38865
+ # Base case: Sum 0 reached via no item
38866
+ reachable = {0: (None, None)}
38867
+
38868
+ for i, val in enumerate(values):
38869
+ # Snapshot current keys to iterate safely
38870
+ current_sums = list(reachable.keys())
38871
+
38872
+ for s in current_sums:
38873
+ new_sum = s + val
38874
+ if new_sum not in reachable:
38875
+ #This is a necessary check for correctness for some reason...idk why...
38876
+ reachable[new_sum] = (s, i)
38877
+
38878
+ # 1. Find best sum
38879
+ best_sum = min(reachable.keys(), key=lambda x: abs(x - target))
38880
+
38881
+ # 2. Backtrack to recover indices
38882
+ indices = set()
38883
+ curr = best_sum
38884
+
38885
+ while curr != 0:
38886
+ parent, idx = reachable[curr]
38887
+ if idx is None: # Safety check for base case
38888
+ break
38889
+ indices.add(idx)
38890
+ curr = parent
38891
+
38892
+ return indices
38893
+
38894
+
38895
+ def get_partitions_with_closest_product_ratio(values, ratio):
38896
+ """
38897
+ Splits numbers into two lists with product ratio ~ R.
38898
+ Returns two lists of indices P1 and P2, such that
38899
+
38900
+ product(gather(values,P1))
38901
+ ────────────────────────── ≈ ratio
38902
+ product(gather(values,P2))
38903
+
38904
+ The closeness is measured in log-space
38905
+ """
38906
+ if not values:
38907
+ return [], []
38908
+
38909
+ if ratio <= 0: raise ValueError("get_partitions_with_closest_product_ratio: " "ratio must be > 0, got ratio=" + str(ratio))
38910
+
38911
+ bad_values = [v for v in values if v <= 0]
38912
+ if bad_values: raise ValueError("rp.get_partitions_with_closest_product_ratio: " "all values must be > 0, got invalid values=" + str(bad_values) + ", values=" + str(values))
38913
+
38914
+ # 1. Convert to logs (Product -> Sum)
38915
+ logs = [math.log(n) for n in values]
38916
+
38917
+ # 2. Calculate target sum
38918
+ total_log_sum = sum(logs)
38919
+ target_log = (total_log_sum + math.log(ratio)) / 2
38920
+
38921
+ # 3. Solve (Delegated to the efficient solver)
38922
+ partition_1_indices = get_closest_subset_sum_indices(logs, target_log)
38923
+ partition_2_indices = set(range(len(values))) - partition_1_indices
38924
+
38925
+ return partition_1_indices, partition_2_indices
38926
+
38927
+ @memoized
38928
+ def get_best_tiling_dimensions(
38929
+ num_elements: int,
38930
+ target_aspect_ratio: float = 1.0,
38931
+ aspect_tolerance: float = 0.5,
38932
+ ) -> (int, int):
38933
+ """
38934
+ Choose a grid height and width for laying out `num_elements` items.
38935
+
38936
+ Aspect ratio definition:
38937
+ aspect_ratio = height / width
38938
+
38939
+ This function always returns values in the order:
38940
+ (height, width)
38941
+
38942
+ Parameters
38943
+ ----------
38944
+ num_elements:
38945
+ Number of items to place. Must be an integer >= 1.
38946
+
38947
+ target_aspect_ratio:
38948
+ Desired grid aspect ratio defined as height / width.
38949
+
38950
+ Interpretation:
38951
+ - 1.0 means a square grid (height approximately equals width).
38952
+ - < 1.0 means a wide grid (shorter height, larger width).
38953
+ Example: 0.5 means the height is half the width.
38954
+ - > 1.0 means a tall grid (larger height, smaller width).
38955
+ Example: 2.0 means the height is twice the width.
38956
+
38957
+ aspect_tolerance:
38958
+ A value between 0 and 1 controlling snapping to perfect tilings.
38959
+
38960
+ Meaning:
38961
+ - 1.0 means always snap to the best perfect tiling
38962
+ (height * width == num_elements), even if the aspect match is poor.
38963
+ - 0.0 means never snap; always choose the grid whose aspect ratio
38964
+ best matches the target, even if it has empty cells.
38965
+ - Higher aspect_tolerance means more snapping to perfect tilings,
38966
+ because we can toleate larger deviations from our desired aspect ratio
38967
+
38968
+ Returns
38969
+ -------
38970
+ (height, width):
38971
+ Integers representing the chosen grid dimensions, in the order
38972
+ height first, then width.
38973
+
38974
+ Notes
38975
+ -----
38976
+ - A "perfect tiling" means height * width == num_elements.
38977
+ - A "remainder grid" allows height * width > num_elements, producing
38978
+ empty cells in the last row.
38979
+ - Aspect closeness is measured in log-space using:
38980
+ abs(log((height / width) / target_aspect_ratio))
38981
+ which treats wide and tall distortions symmetrically.
38982
+
38983
+
38984
+ EXAMPLE: Printing results of different tolerances for a target aspect ratio of 1
38985
+
38986
+ >>> for n in range(50):
38987
+ ... tolerances=[0,.1,.2,.3,.4,.5,.6,.7,.8,.9,1]
38988
+ ... ratios=[]
38989
+ ... for tolerance in tolerances:
38990
+ ... h,w = get_best_tiling_dimensions(n,aspect_tolerance=tolerance)
38991
+ ... h=str(h).rjust(2)
38992
+ ... w=str(w).ljust(2)
38993
+ ... ratio=h+'×'+w
38994
+ ... ratios.append(ratio)
38995
+ ...
38996
+ ... string=f'{n} \t {" ".join(ratios)}'
38997
+ ... print(string)
38998
+ ...
38999
+ ... #NUM TOL= 1 .9 .8 .7 .6 .5 .4 .3 .2 .1 .0
39000
+ ... ## ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
39001
+ ... #0 │ 0×0 0×0 0×0 0×0 0×0 0×0 0×0 0×0 0×0 0×0 0×0
39002
+ ... #1 │ 1×1 1×1 1×1 1×1 1×1 1×1 1×1 1×1 1×1 1×1 1×1
39003
+ ... #2 │ 1×2 1×2 1×2 1×2 1×2 1×2 1×2 1×2 1×2 1×2 1×2
39004
+ ... #3 │ 1×3 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2
39005
+ ... #4 │ 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2 2×2
39006
+ ... #5 │ 1×5 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2
39007
+ ... #6 │ 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2 3×2
39008
+ ... #7 │ 7×1 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3
39009
+ ... #8 │ 2×4 2×4 2×4 2×4 2×4 2×4 2×4 ⭐︎ 3×3 3×3 3×3 3×3
39010
+ ... #9 │ 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3 3×3
39011
+ ... #10 │ 2×5 2×5 2×5 2×5 2×5 2×5 2×5 ⭐︎ 4×3 4×3 4×3 4×3
39012
+ ... #11 │ 1×11 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3
39013
+ ... #12 │ 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3 4×3
39014
+ ... #13 │ 1×13 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4
39015
+ ... #14 │ 2×7 2×7 2×7 2×7 2×7 2×7 4×4 4×4 4×4 4×4 4×4
39016
+ ... #15 │ 3×5 3×5 3×5 3×5 3×5 3×5 3×5 3×5 3×5 4×4 4×4
39017
+ ... #16 │ 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4 4×4
39018
+ ... #17 │ 1×17 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5
39019
+ ... #18 │ 3×6 3×6 3×6 3×6 3×6 3×6 3×6 3×6 3×6 4×5 4×5
39020
+ ... #19 │ 19×1 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5
39021
+ ... #20 │ 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5 4×5
39022
+ ... #21 │ 3×7 3×7 3×7 3×7 3×7 3×7 3×7 3×7 5×5 5×5 5×5
39023
+ ... #22 │ 2×11 2×11 2×11 2×11 2×11 5×5 5×5 5×5 5×5 5×5 5×5
39024
+ ... #23 │ 1×23 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5
39025
+ ... #24 │ 6×4 6×4 6×4 6×4 6×4 6×4 6×4 6×4 6×4 5×5 5×5
39026
+ ... #25 │ 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5 5×5
39027
+ ... #26 │ 2×13 2×13 2×13 2×13 2×13 5×6 5×6 5×6 5×6 5×6 5×6
39028
+ ... #27 │ 3×9 3×9 3×9 3×9 3×9 3×9 3×9 3×9 5×6 5×6 5×6
39029
+ ... #28 │ 7×4 7×4 7×4 7×4 7×4 7×4 7×4 7×4 7×4 5×6 5×6
39030
+ ... #29 │ 1×29 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6
39031
+ ... #30 │ 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6 5×6
39032
+ ... #31 │ 1×31 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6
39033
+ ... #32 │ 4×8 4×8 4×8 4×8 4×8 4×8 4×8 4×8 6×6 6×6 6×6
39034
+ ... #33 │ 3×11 3×11 3×11 3×11 3×11 3×11 3×11 6×6 6×6 6×6 6×6
39035
+ ... #34 │ 2×17 2×17 2×17 2×17 6×6 6×6 6×6 6×6 6×6 6×6 6×6
39036
+ ... #35 │ 5×7 5×7 5×7 5×7 5×7 5×7 5×7 5×7 5×7 5×7 6×6
39037
+ ... #36 │ 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6 6×6
39038
+ ... #37 │ 1×37 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7
39039
+ ... #38 │ 2×19 2×19 2×19 2×19 6×7 6×7 6×7 6×7 6×7 6×7 6×7
39040
+ ... #39 │ 3×13 3×13 3×13 3×13 3×13 3×13 3×13 6×7 6×7 6×7 6×7
39041
+ ... #40 │ 5×8 5×8 5×8 5×8 5×8 5×8 5×8 5×8 5×8 5×8 6×7
39042
+ ... #41 │ 1×41 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7
39043
+ ... #42 │ 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7 6×7
39044
+ ... #43 │ 1×43 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7
39045
+ ... #44 │ 4×11 4×11 4×11 4×11 4×11 4×11 4×11 4×11 7×7 7×7 7×7
39046
+ ... #45 │ 5×9 5×9 5×9 5×9 5×9 5×9 5×9 5×9 5×9 7×7 7×7
39047
+ ... #46 │ 2×23 2×23 2×23 2×23 7×7 7×7 7×7 7×7 7×7 7×7 7×7
39048
+ ... #47 │ 1×47 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7
39049
+ ... #48 │ 8×6 8×6 8×6 8×6 8×6 8×6 8×6 8×6 8×6 8×6 7×7
39050
+ ... #49 │ 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7 7×7
39051
+
39052
+ """
39053
+
39054
+ #Edge case
39055
+ if num_elements==0: return 0,0
39056
+
39057
+ if not isinstance(num_elements, int): raise TypeError(get_current_function_name() + ": num_elements must be int, got type=" + type(num_elements).__name__ + ", num_elements=" + str(num_elements))
39058
+ if not is_number(target_aspect_ratio): raise TypeError(get_current_function_name() + ": target_aspect_ratio must be float, got type=" + type(target_aspect_ratio).__name__ + ", target_aspect_ratio=" + str(target_aspect_ratio))
39059
+ if not is_number(aspect_tolerance): raise TypeError(get_current_function_name() + ": aspect_tolerance must be float, got type=" + type(aspect_tolerance).__name__ + ", aspect_tolerance=" + str(aspect_tolerance))
39060
+ if num_elements < 1: raise ValueError(get_current_function_name() + ": num_elements must be >= 1, got num_elements=" + str(num_elements))
39061
+ if target_aspect_ratio <= 0: raise ValueError(get_current_function_name() + ": target_aspect_ratio must be > 0, got target_aspect_ratio=" + str(target_aspect_ratio))
39062
+ if aspect_tolerance < 0 or aspect_tolerance > 1: raise ValueError(get_current_function_name() + ": aspect_tolerance must be between 0 and 1, got aspect_tolerance=" + str(aspect_tolerance))
39063
+
39064
+ n = num_elements
39065
+ R = float(target_aspect_ratio)
39066
+ tol = float(aspect_tolerance)
39067
+
39068
+ # ---------- Best grid allowing remainder ----------
39069
+ best_any = None # (err, area, h, w)
39070
+ for h in range(1, n + 1):
39071
+ w = (n + h - 1) // h
39072
+ aspect = h / w
39073
+ err = abs(math.log(aspect / R))
39074
+ area = h * w
39075
+ cand = (err, area, h, w)
39076
+ if best_any is None or cand < best_any:
39077
+ best_any = cand
39078
+
39079
+ err_any, _, h_any, w_any = best_any
39080
+
39081
+ # ---------- Best perfect tiling ----------
39082
+ best_perf = None # (err, h, w)
39083
+ r = int(math.isqrt(n))
39084
+ for h in range(1, r + 1):
39085
+ if n % h != 0:
39086
+ continue
39087
+ w = n // h
39088
+ for hh, ww in ((h, w), (w, h)):
39089
+ aspect = hh / ww
39090
+ err = abs(math.log(aspect / R))
39091
+ cand = (err, hh, ww)
39092
+ if best_perf is None or cand < best_perf:
39093
+ best_perf = cand
39094
+
39095
+ err_perf, h_perf, w_perf = best_perf
39096
+
39097
+ # ---------- Tolerance-based snap ----------
39098
+ worst_perf_err = abs(math.log(n / R))
39099
+ denom = worst_perf_err - err_any
39100
+
39101
+ if denom <= 0:
39102
+ snap = True
39103
+ else:
39104
+ gap = (err_perf - err_any) / denom
39105
+ if gap < 0:
39106
+ gap = 0.0
39107
+ elif gap > 1:
39108
+ gap = 1.0
39109
+ snap = gap <= 1.0 - tol
39110
+
39111
+ if snap:
39112
+ return h_perf, w_perf
39113
+ return h_any, w_any
39114
+
38847
39115
 
38848
39116
  def horizontally_concatenated_images(*image_list,origin=None):
38849
39117
  """
@@ -0,0 +1 @@
1
+ 1379
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: rp
3
- Version: 0.1.1377
3
+ Version: 0.1.1379
4
4
  Summary: Ryan's Python: IDE + Library + Tools
5
5
  Home-page: https://github.com/RyannDaGreat/rp
6
6
  Author: Ryan Burgert
rp-0.1.1379/version.py ADDED
@@ -0,0 +1 @@
1
+ 1379
rp-0.1.1377/rp/version.py DELETED
@@ -1 +0,0 @@
1
- 1377
rp-0.1.1377/version.py DELETED
@@ -1 +0,0 @@
1
- 1377
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