smartsheet-tools 0.0.4__py3-none-any.whl → 0.0.5__py3-none-any.whl

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.
@@ -107,8 +107,7 @@ def new_cell(column_id=None, value=None, strict=False, formula=None):
107
107
  new_cell.formula = formula
108
108
  else:
109
109
  new_cell.value = value
110
- if strict:
111
- new_cell.strict = True
110
+ new_cell.strict = strict
112
111
  return new_cell
113
112
 
114
113
  def new_row(cells=None, id=None, parent_id=None, to_top=False, locked=False):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smartsheet_tools
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: A collection of convenience functions to aid with transitioning from simple-smartsheet to the SDK API and common tasks
5
5
  Author: Ashton Pooley
6
6
  Author-email: Ashton Pooley <ashton@ashi.digital>
@@ -0,0 +1,6 @@
1
+ smartsheet_tools/__init__.py,sha256=v93h3pS1UQAW5yWFo-5jVsKIshscWYh9U93ExT99HYY,6402
2
+ smartsheet_tools-0.0.5.dist-info/licenses/LICENSE,sha256=xshMXNQ83e1x1bG3-9fQ5U8hnMaJsv79ke3xuKmI2PI,31914
3
+ smartsheet_tools-0.0.5.dist-info/METADATA,sha256=rJFnnTevc8RA4aLpHdtCIgHp-H5ytTCZFH-_nGWdOE0,834
4
+ smartsheet_tools-0.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ smartsheet_tools-0.0.5.dist-info/top_level.txt,sha256=UXKUTK6mn1resx7hDN-MqSLi6ZnojUbkJ44VzmNmYi8,17
6
+ smartsheet_tools-0.0.5.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- smartsheet_tools/__init__.py,sha256=CENQb8WEHEa1pPCISbdBRQyZbJWmv9IIUFrJuaeAP4w,6420
2
- smartsheet_tools-0.0.4.dist-info/licenses/LICENSE,sha256=xshMXNQ83e1x1bG3-9fQ5U8hnMaJsv79ke3xuKmI2PI,31914
3
- smartsheet_tools-0.0.4.dist-info/METADATA,sha256=8QOUTdU3lqlThmuzOvNOMxw1PAXb2EhzJ7z0dbLkk50,834
4
- smartsheet_tools-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- smartsheet_tools-0.0.4.dist-info/top_level.txt,sha256=UXKUTK6mn1resx7hDN-MqSLi6ZnojUbkJ44VzmNmYi8,17
6
- smartsheet_tools-0.0.4.dist-info/RECORD,,