pyobject 1.2.3__tar.gz → 1.2.3.2__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 (41) hide show
  1. {pyobject-1.2.3/pyobject.egg-info → pyobject-1.2.3.2}/PKG-INFO +2 -2
  2. {pyobject-1.2.3 → pyobject-1.2.3.2}/README.rst +1 -1
  3. {pyobject-1.2.3 → pyobject-1.2.3.2/pyobject.egg-info}/PKG-INFO +2 -2
  4. {pyobject-1.2.3 → pyobject-1.2.3.2}/setup.py +10 -9
  5. {pyobject-1.2.3 → pyobject-1.2.3.2}/LICENSE +0 -0
  6. {pyobject-1.2.3 → pyobject-1.2.3.2}/MANIFEST.in +0 -0
  7. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/__init__.py +0 -0
  8. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/browser.py +0 -0
  9. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/code_.py +0 -0
  10. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/back.gif +0 -0
  11. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/codeobject.gif +0 -0
  12. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/dict.gif +0 -0
  13. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/empty_dict.gif +0 -0
  14. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/empty_list.gif +0 -0
  15. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/empty_tuple.gif +0 -0
  16. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/forward.gif +0 -0
  17. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/function.gif +0 -0
  18. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/list.gif +0 -0
  19. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/number.gif +0 -0
  20. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/python.gif +0 -0
  21. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/python.ico +0 -0
  22. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/refresh.gif +0 -0
  23. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/string.gif +0 -0
  24. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/images/tuple.gif +0 -0
  25. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/newtypes.py +0 -0
  26. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/pyobj_extension.c +0 -0
  27. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/search.py +0 -0
  28. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/__init__.py +0 -0
  29. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/pyc_zipper_bz2.py +0 -0
  30. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/pyc_zipper_lzma.py +0 -0
  31. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/pyc_zipper_zlib.py +0 -0
  32. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/pyc_zipper_/264/246/300/355/304/277/302/274.py" +0 -0
  33. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/pyc_zipper_/275/366/261/243/273/244/327/326/275/332/302/353.py" +0 -0
  34. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/pyc_zipper_/315/321/277/307.py" +0 -0
  35. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/test.pyc +0 -0
  36. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test/testcode.py +0 -0
  37. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject/test//275/342/312/315/306/367/271/330/261/325 (interpreter shutdown).py" +0 -0
  38. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject.egg-info/SOURCES.txt +0 -0
  39. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject.egg-info/dependency_links.txt +0 -0
  40. {pyobject-1.2.3 → pyobject-1.2.3.2}/pyobject.egg-info/top_level.txt +0 -0
  41. {pyobject-1.2.3 → pyobject-1.2.3.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobject
3
- Version: 1.2.3
3
+ Version: 1.2.3.2
4
4
  Summary: 一个提供操作Python底层对象工具的模块。A utility tool with some submodules for operating internal python objects.
5
5
  Home-page: https://github.com/qfcy/Python/tree/main/pyobject
6
6
  Author: qfcy qq:3076711200
@@ -49,7 +49,7 @@ browse(object, verbose=False, name='obj')::
49
49
  以图形方式浏览一个Python对象。
50
50
  verbose:与describe相同,是否打印出对象的特殊方法(如__init__)
51
51
 
52
- 函数``browse()``的图形界面如下所示:
52
+ 函数browse()的图形界面如下所示:
53
53
 
54
54
  .. image:: https://img-blog.csdnimg.cn/direct/3226cebc991a467f9844a1bafda9209d.png
55
55
  :alt: browse函数界面图片
@@ -32,7 +32,7 @@ browse(object, verbose=False, name='obj')::
32
32
  ��ͼ�η�ʽ���һ��Python����
33
33
  verbose:��describe��ͬ,�Ƿ��ӡ����������ⷽ��(��__init__)
34
34
 
35
- ����``browse()``��ͼ�ν���������ʾ��
35
+ ����browse()��ͼ�ν���������ʾ��
36
36
 
37
37
  .. image:: https://img-blog.csdnimg.cn/direct/3226cebc991a467f9844a1bafda9209d.png
38
38
  :alt: browse��������ͼƬ
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobject
3
- Version: 1.2.3
3
+ Version: 1.2.3.2
4
4
  Summary: 一个提供操作Python底层对象工具的模块。A utility tool with some submodules for operating internal python objects.
5
5
  Home-page: https://github.com/qfcy/Python/tree/main/pyobject
6
6
  Author: qfcy qq:3076711200
@@ -49,7 +49,7 @@ browse(object, verbose=False, name='obj')::
49
49
  以图形方式浏览一个Python对象。
50
50
  verbose:与describe相同,是否打印出对象的特殊方法(如__init__)
51
51
 
52
- 函数``browse()``的图形界面如下所示:
52
+ 函数browse()的图形界面如下所示:
53
53
 
54
54
  .. image:: https://img-blog.csdnimg.cn/direct/3226cebc991a467f9844a1bafda9209d.png
55
55
  :alt: browse函数界面图片
@@ -5,13 +5,13 @@ try:os.chdir(os.path.split(__file__)[0])
5
5
  except:pass
6
6
 
7
7
  try:
8
- long_desc=open("README.rst").read()
8
+ long_desc=open("README.rst",encoding="gbk").read()
9
9
  except OSError:
10
10
  long_desc=pyobject.__doc__
11
11
 
12
12
  setup(
13
13
  name='pyobject',
14
- version=pyobject.__version__,
14
+ version=pyobject.__version__+".2",
15
15
  description=pyobject.__doc__.replace('\n',''),
16
16
  long_description=long_desc,
17
17
  author=pyobject.__author__,
@@ -25,11 +25,12 @@ setup(
25
25
  "字节码","面向对象编程","object browser","对象浏览器"
26
26
  ],
27
27
  classifiers=[
28
- 'Programming Language :: Python',
29
- "Natural Language :: Chinese (Simplified)",
30
- "Topic :: Utilities",
31
- "Topic :: Software Development :: Bug Tracking",
32
- "Topic :: Software Development :: Debuggers",
33
- "Topic :: Software Development :: Testing",
34
- "Topic :: Software Development :: Libraries :: Python Modules"],
28
+ 'Programming Language :: Python',
29
+ "Natural Language :: Chinese (Simplified)",
30
+ "Topic :: Utilities",
31
+ "Topic :: Software Development :: Bug Tracking",
32
+ "Topic :: Software Development :: Debuggers",
33
+ "Topic :: Software Development :: Testing",
34
+ "Topic :: Software Development :: Libraries :: Python Modules"
35
+ ],
35
36
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes