pyobject 1.2.7.3__tar.gz → 1.2.8.1__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.
- pyobject-1.2.8.1/MANIFEST.in +5 -0
- pyobject-1.2.8.1/PKG-INFO +919 -0
- pyobject-1.2.8.1/README.rst +903 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/__init__.py +17 -30
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/browser.py +8 -8
- pyobject-1.2.8.1/pyobject/examples/README.md +7 -0
- pyobject-1.2.7.3/pyobject/test/testcode.py → pyobject-1.2.8.1/pyobject/examples/test_inject.py +4 -4
- pyobject-1.2.8.1/pyobject/objproxy/__init__.py +522 -0
- pyobject-1.2.7.3/pyobject/super_reflect.py → pyobject-1.2.8.1/pyobject/objproxy/dynobj.py +13 -34
- pyobject-1.2.8.1/pyobject/objproxy/optimize.py +112 -0
- pyobject-1.2.8.1/pyobject/objproxy/utils.py +55 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/pyobj_extension.c +10 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/search.py +3 -2
- pyobject-1.2.8.1/pyobject/tests/test_objproxy.py +67 -0
- pyobject-1.2.8.1/pyobject.egg-info/PKG-INFO +919 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject.egg-info/SOURCES.txt +13 -11
- pyobject-1.2.8.1/pyobject.egg-info/requires.txt +3 -0
- pyobject-1.2.8.1/pyobject.egg-info/top_level.txt +1 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/setup.py +21 -7
- pyobject-1.2.7.3/MANIFEST.in +0 -2
- pyobject-1.2.7.3/PKG-INFO +0 -523
- pyobject-1.2.7.3/README.rst +0 -507
- pyobject-1.2.7.3/pyobject/newtypes.py +0 -200
- pyobject-1.2.7.3/pyobject/test/README.md +0 -7
- pyobject-1.2.7.3/pyobject/test/interpreter_shutdown.py +0 -30
- pyobject-1.2.7.3/pyobject/test/pyc_zipper_lzma.py +0 -58
- pyobject-1.2.7.3/pyobject.egg-info/PKG-INFO +0 -523
- pyobject-1.2.7.3/pyobject.egg-info/top_level.txt +0 -2
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/LICENSE +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/code_.py +0 -0
- {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8.1/pyobject/examples}/__init__.py +0 -0
- /pyobject-1.2.7.3/pyobject/test/empty.pyc → /pyobject-1.2.8.1/pyobject/examples/empty_cp37.pyc +0 -0
- {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8.1/pyobject/examples}/pyc_zipper_unpack.py +0 -0
- {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8.1/pyobject/examples}/pyc_zipper_zlib.py +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/back.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/codeobject.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/dict.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/empty_dict.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/empty_list.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/empty_tuple.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/forward.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/function.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/list.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/number.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/python.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/python.ico +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/refresh.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/string.gif +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject/images/tuple.gif +0 -0
- {pyobject-1.2.7.3/pyobject/test → pyobject-1.2.8.1/pyobject/other}/browser_chs_locale.py +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/pyobject.egg-info/dependency_links.txt +0 -0
- {pyobject-1.2.7.3 → pyobject-1.2.8.1}/setup.cfg +0 -0