kececinumbers 0.6.0__py3-none-any.whl → 0.6.1__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.
- kececinumbers/__init__.py +1 -1
- kececinumbers/_version.py +1 -1
- kececinumbers/kececinumbers.py +2 -2
- {kececinumbers-0.6.0.dist-info → kececinumbers-0.6.1.dist-info}/METADATA +1 -1
- kececinumbers-0.6.1.dist-info/RECORD +10 -0
- kececinumbers-0.6.0.dist-info/RECORD +0 -10
- {kececinumbers-0.6.0.dist-info → kececinumbers-0.6.1.dist-info}/WHEEL +0 -0
- {kececinumbers-0.6.0.dist-info → kececinumbers-0.6.1.dist-info}/licenses/LICENSE +0 -0
- {kececinumbers-0.6.0.dist-info → kececinumbers-0.6.1.dist-info}/top_level.txt +0 -0
kececinumbers/__init__.py
CHANGED
kececinumbers/_version.py
CHANGED
kececinumbers/kececinumbers.py
CHANGED
@@ -794,7 +794,7 @@ def get_interactive() -> Tuple[List[Any], Dict[str, Any]]:
|
|
794
794
|
kececi_type_choice=type_choice,
|
795
795
|
iterations=num_kececi_steps,
|
796
796
|
start_value_raw=start_input_val_raw,
|
797
|
-
add_value_raw=add_input_val_raw
|
797
|
+
add_value_raw=add_input_val_raw,
|
798
798
|
include_intermediate_steps=show_details
|
799
799
|
)
|
800
800
|
|
@@ -803,7 +803,7 @@ def get_interactive() -> Tuple[List[Any], Dict[str, Any]]:
|
|
803
803
|
"type_choice": type_choice,
|
804
804
|
"start_val": start_input_val_raw,
|
805
805
|
"add_val": add_input_val_raw,
|
806
|
-
"steps": num_kececi_steps
|
806
|
+
"steps": num_kececi_steps,
|
807
807
|
"detailed_view": show_details
|
808
808
|
}
|
809
809
|
return sequence, params
|
@@ -0,0 +1,10 @@
|
|
1
|
+
docs/conf.py,sha256=jkpH_TchRJcC_EspKeY1E_rml2ODmIWhWoqvyCPu_ok,1116
|
2
|
+
kececinumbers/__init__.py,sha256=KHcN6319skV59XLnwHYF81Zp_zWE7Qd2GY1dMR8_rAs,3758
|
3
|
+
kececinumbers/_version.py,sha256=2yOdX83UEE1xKM05_TIk_8kq4KsgaNT_xz-IdSOmVUU,453
|
4
|
+
kececinumbers/kececinumbers.py,sha256=1iSrs6ChyixBxDc94ZVcEeo5HglvE8rru40L8EZYOUI,44573
|
5
|
+
kececinumbers-0.6.1.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
6
|
+
tests/test_sample.py,sha256=qMWUBGQtlF1gZHZ_e6Gye1vHtyNnUWH7iXK72a1y6VQ,9728
|
7
|
+
kececinumbers-0.6.1.dist-info/METADATA,sha256=xKgrvO5HQi2voKOKVEIX7R-T2BmzrXqPFO7jW41IA9c,33125
|
8
|
+
kececinumbers-0.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
kececinumbers-0.6.1.dist-info/top_level.txt,sha256=ABQEKRH9iYb4sWnFdx7gIx7Hg899YktRkQpbRlSSqwU,25
|
10
|
+
kececinumbers-0.6.1.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
docs/conf.py,sha256=jkpH_TchRJcC_EspKeY1E_rml2ODmIWhWoqvyCPu_ok,1116
|
2
|
-
kececinumbers/__init__.py,sha256=Dw9Mk29xgGSAxzlcY6EIvfD90FCCJFJUZ5_aJjYXDCc,3758
|
3
|
-
kececinumbers/_version.py,sha256=nFvkY57bniwMc6V9AO4xkeFuxB5gJg0a1JLuWjCkORA,453
|
4
|
-
kececinumbers/kececinumbers.py,sha256=0sWik7-d1yz5v0XCIOEp01tR2ohiFUIfuB5wIeSwQ3I,44571
|
5
|
-
kececinumbers-0.6.0.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
6
|
-
tests/test_sample.py,sha256=qMWUBGQtlF1gZHZ_e6Gye1vHtyNnUWH7iXK72a1y6VQ,9728
|
7
|
-
kececinumbers-0.6.0.dist-info/METADATA,sha256=SWb_RZnQT9gkclGM88AwZOnk0Fgu2GumzCzj9gbSvqc,33125
|
8
|
-
kececinumbers-0.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
-
kececinumbers-0.6.0.dist-info/top_level.txt,sha256=ABQEKRH9iYb4sWnFdx7gIx7Hg899YktRkQpbRlSSqwU,25
|
10
|
-
kececinumbers-0.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|