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 CHANGED
@@ -22,7 +22,7 @@ import warnings
22
22
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
23
23
 
24
24
  # Paket sürüm numarası
25
- __version__ = "0.6.0"
25
+ __version__ = "0.6.1"
26
26
  __author__ = "Mehmet Keçeci"
27
27
  __email__ = "mkececi@yaani.com"
28
28
 
kececinumbers/_version.py CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # _version.py
3
3
 
4
- __version__ = "0.6.0"
4
+ __version__ = "0.6.1"
5
5
  __license__ = "MIT"
6
6
  __description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
7
7
  __author__ = "Mehmet Keçeci"
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -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,,