nbdev-stdlib 0.0.1807__tar.gz → 0.0.1809__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.1807
3
+ Version: 0.0.1809
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -1549,6 +1549,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
1549
1549
  'curses.textpad.Textbox.gather': 'https://docs.python.org/3/library/curses.html#curses.textpad.Textbox.gather',
1550
1550
  'curses.textpad.rectangle': 'https://docs.python.org/3/library/curses.html#curses.textpad.rectangle'},
1551
1551
  'dataclasses': { 'dataclasses.Field': 'https://docs.python.org/3/library/dataclasses.html#dataclasses.Field',
1552
+ 'dataclasses.InitVar': 'https://docs.python.org/3/library/dataclasses.html#dataclasses.InitVar',
1552
1553
  'dataclasses.__post_init__': 'https://docs.python.org/3/library/dataclasses.html#dataclasses.__post_init__',
1553
1554
  'dataclasses.asdict': 'https://docs.python.org/3/library/dataclasses.html#dataclasses.asdict',
1554
1555
  'dataclasses.astuple': 'https://docs.python.org/3/library/dataclasses.html#dataclasses.astuple',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.1807
3
+ Version: 0.0.1809
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -8,7 +8,7 @@ author = Jeremy Howard
8
8
  author_email = info@fast.ai
9
9
  copyright = fast.ai, inc
10
10
  branch = master
11
- version = 0.0.1807
11
+ version = 0.0.1809
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes