nbdev-stdlib 0.0.2332__tar.gz → 0.0.2362__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.
Potentially problematic release.
This version of nbdev-stdlib might be problematic. Click here for more details.
- {nbdev_stdlib-0.0.2332/nbdev_stdlib.egg-info → nbdev_stdlib-0.0.2362}/PKG-INFO +1 -1
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib/_modidx.py +2 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362/nbdev_stdlib.egg-info}/PKG-INFO +1 -1
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/settings.ini +1 -1
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/LICENSE +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/MANIFEST.in +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/README.md +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib/__init__.py +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib/_nbdev.py +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib.egg-info/SOURCES.txt +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib.egg-info/dependency_links.txt +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib.egg-info/entry_points.txt +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib.egg-info/not-zip-safe +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib.egg-info/requires.txt +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/nbdev_stdlib.egg-info/top_level.txt +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/setup.cfg +0 -0
- {nbdev_stdlib-0.0.2332 → nbdev_stdlib-0.0.2362}/setup.py +0 -0
|
@@ -2238,6 +2238,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
2238
2238
|
'enum.ReprEnum': 'https://docs.python.org/3/library/enum.html#enum.ReprEnum',
|
|
2239
2239
|
'enum.StrEnum': 'https://docs.python.org/3/library/enum.html#enum.StrEnum',
|
|
2240
2240
|
'enum.auto': 'https://docs.python.org/3/library/enum.html#enum.auto',
|
|
2241
|
+
'enum.bin': 'https://docs.python.org/3/library/enum.html#enum.bin',
|
|
2241
2242
|
'enum.global_enum': 'https://docs.python.org/3/library/enum.html#enum.global_enum',
|
|
2242
2243
|
'enum.member': 'https://docs.python.org/3/library/enum.html#enum.member',
|
|
2243
2244
|
'enum.nonmember': 'https://docs.python.org/3/library/enum.html#enum.nonmember',
|
|
@@ -4967,6 +4968,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
|
|
|
4967
4968
|
'test.support.get_attribute': 'https://docs.python.org/3/library/test.html#test.support.get_attribute',
|
|
4968
4969
|
'test.support.get_original_stdout': 'https://docs.python.org/3/library/test.html#test.support.get_original_stdout',
|
|
4969
4970
|
'test.support.get_pagesize': 'https://docs.python.org/3/library/test.html#test.support.get_pagesize',
|
|
4971
|
+
'test.support.get_resource_value': 'https://docs.python.org/3/library/test.html#test.support.get_resource_value',
|
|
4970
4972
|
'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
|
|
4971
4973
|
'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
|
|
4972
4974
|
'test.support.is_resource_enabled': 'https://docs.python.org/3/library/test.html#test.support.is_resource_enabled',
|
|
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
|