get-module-underlying 0.1.0__tar.gz → 0.3.0__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.
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/PKG-INFO +3 -3
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.egg-info/PKG-INFO +3 -3
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.py +0 -2
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/setup.py +3 -3
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/README.md +0 -0
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/_exceptions.py +0 -0
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.egg-info/SOURCES.txt +0 -0
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.egg-info/dependency_links.txt +0 -0
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.egg-info/requires.txt +0 -0
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.egg-info/top_level.txt +0 -0
- {get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: get_module_underlying
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Explore Python modules deeper than dir()
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
6
|
+
Author: Jiaojiao
|
|
7
|
+
Author-email: a__1__2@sina.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Description: # get_module_underlying
|
|
10
10
|
|
{get_module_underlying-0.1.0 → get_module_underlying-0.3.0}/get_module_underlying.egg-info/PKG-INFO
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: get-module-underlying
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Explore Python modules deeper than dir()
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
6
|
+
Author: Jiaojiao
|
|
7
|
+
Author-email: a__1__2@sina.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Description: # get_module_underlying
|
|
10
10
|
|
|
@@ -2,12 +2,12 @@ from setuptools import setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='get_module_underlying',
|
|
5
|
-
version='0.
|
|
5
|
+
version='0.3.0',
|
|
6
6
|
description='Explore Python modules deeper than dir()',
|
|
7
7
|
long_description=open('README.md').read(),
|
|
8
8
|
long_description_content_type='text/markdown',
|
|
9
|
-
author='
|
|
10
|
-
author_email='
|
|
9
|
+
author='Jiaojiao',
|
|
10
|
+
author_email='a__1__2@sina.com',
|
|
11
11
|
py_modules=['_exceptions', 'get_module_underlying'],
|
|
12
12
|
license='MIT',
|
|
13
13
|
classifiers=['Programming Language :: Python :: 3'],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|