nbdev-stdlib 0.0.1603__tar.gz → 0.0.1607__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.1
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.1603
3
+ Version: 0.0.1607
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
@@ -967,6 +967,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
967
967
  'calendar.Month': 'https://docs.python.org/3/library/calendar.html#calendar.Month',
968
968
  'calendar.TextCalendar': 'https://docs.python.org/3/library/calendar.html#calendar.TextCalendar',
969
969
  'calendar.TextCalendar.formatmonth': 'https://docs.python.org/3/library/calendar.html#calendar.TextCalendar.formatmonth',
970
+ 'calendar.TextCalendar.formatweek': 'https://docs.python.org/3/library/calendar.html#calendar.TextCalendar.formatweek',
970
971
  'calendar.TextCalendar.formatyear': 'https://docs.python.org/3/library/calendar.html#calendar.TextCalendar.formatyear',
971
972
  'calendar.TextCalendar.prmonth': 'https://docs.python.org/3/library/calendar.html#calendar.TextCalendar.prmonth',
972
973
  'calendar.TextCalendar.pryear': 'https://docs.python.org/3/library/calendar.html#calendar.TextCalendar.pryear',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.1603
3
+ Version: 0.0.1607
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.1603
11
+ version = 0.0.1607
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes