pyobject 1.2.7.3__tar.gz → 1.2.8__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 (52) hide show
  1. pyobject-1.2.8/MANIFEST.in +5 -0
  2. pyobject-1.2.8/PKG-INFO +919 -0
  3. pyobject-1.2.8/README.rst +903 -0
  4. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/__init__.py +17 -30
  5. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/browser.py +8 -8
  6. pyobject-1.2.8/pyobject/examples/README.md +7 -0
  7. pyobject-1.2.7.3/pyobject/test/testcode.py → pyobject-1.2.8/pyobject/examples/test_inject.py +4 -4
  8. pyobject-1.2.8/pyobject/objproxy/__init__.py +522 -0
  9. pyobject-1.2.7.3/pyobject/super_reflect.py → pyobject-1.2.8/pyobject/objproxy/dynobj.py +13 -34
  10. pyobject-1.2.8/pyobject/objproxy/optimize.py +112 -0
  11. pyobject-1.2.8/pyobject/objproxy/utils.py +54 -0
  12. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/pyobj_extension.c +10 -0
  13. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/search.py +3 -2
  14. pyobject-1.2.8/pyobject/tests/test_objproxy.py +67 -0
  15. pyobject-1.2.8/pyobject.egg-info/PKG-INFO +919 -0
  16. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject.egg-info/SOURCES.txt +13 -11
  17. pyobject-1.2.8/pyobject.egg-info/requires.txt +3 -0
  18. pyobject-1.2.8/pyobject.egg-info/top_level.txt +1 -0
  19. {pyobject-1.2.7.3 → pyobject-1.2.8}/setup.py +21 -7
  20. pyobject-1.2.7.3/MANIFEST.in +0 -2
  21. pyobject-1.2.7.3/PKG-INFO +0 -523
  22. pyobject-1.2.7.3/README.rst +0 -507
  23. pyobject-1.2.7.3/pyobject/newtypes.py +0 -200
  24. pyobject-1.2.7.3/pyobject/test/README.md +0 -7
  25. pyobject-1.2.7.3/pyobject/test/interpreter_shutdown.py +0 -30
  26. pyobject-1.2.7.3/pyobject/test/pyc_zipper_lzma.py +0 -58
  27. pyobject-1.2.7.3/pyobject.egg-info/PKG-INFO +0 -523
  28. pyobject-1.2.7.3/pyobject.egg-info/top_level.txt +0 -2
  29. {pyobject-1.2.7.3 → pyobject-1.2.8}/LICENSE +0 -0
  30. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/code_.py +0 -0
  31. {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8/pyobject/examples}/__init__.py +0 -0
  32. /pyobject-1.2.7.3/pyobject/test/empty.pyc → /pyobject-1.2.8/pyobject/examples/empty_cp37.pyc +0 -0
  33. {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8/pyobject/examples}/pyc_zipper_unpack.py +0 -0
  34. {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8/pyobject/examples}/pyc_zipper_zlib.py +0 -0
  35. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/back.gif +0 -0
  36. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/codeobject.gif +0 -0
  37. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/dict.gif +0 -0
  38. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/empty_dict.gif +0 -0
  39. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/empty_list.gif +0 -0
  40. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/empty_tuple.gif +0 -0
  41. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/forward.gif +0 -0
  42. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/function.gif +0 -0
  43. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/list.gif +0 -0
  44. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/number.gif +0 -0
  45. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/python.gif +0 -0
  46. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/python.ico +0 -0
  47. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/refresh.gif +0 -0
  48. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/string.gif +0 -0
  49. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject/images/tuple.gif +0 -0
  50. {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8/pyobject/other}/browser_chs_locale.py +0 -0
  51. {pyobject-1.2.7.3 → pyobject-1.2.8}/pyobject.egg-info/dependency_links.txt +0 -0
  52. {pyobject-1.2.7.3 → pyobject-1.2.8}/setup.cfg +0 -0
@@ -0,0 +1,5 @@
1
+ include pyobject/examples/*
2
+ include pyobject/images/*
3
+ include pyobject/objproxy/*
4
+ include pyobject/other/*
5
+ include pyobject/tests/*