radboy 0.0.772__py3-none-any.whl → 0.0.773__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.

Potentially problematic release.


This version of radboy might be problematic. Click here for more details.

@@ -733,20 +733,27 @@ class ExerciseTracker:
733
733
  h=f'{Prompt.header.format(Fore=Fore,mode=mode,fieldname=fieldname,Style=Style)}'
734
734
  header='{Fore.grey_70}[{Fore.light_steel_blue}{mode}{Fore.medium_violet_red}@{Fore.light_green}{fieldname}{Fore.grey_70}]{Style.reset}{Fore.light_yellow} '
735
735
 
736
- helpText=f'''
737
- ne,NewExercise - create a new exercise
738
- re,RemoveExercise - delete an exercise
739
- se,SearchExercise - search for an exercise from it's Note,Name, or ID
740
- ee,EditExercise - edit an exercise
741
- nr,NewRoutine - a new routine of exercises
742
- vr,ViewRoutines - show available routines
743
- vrl,ViewRoutines - show available routines and their exercises as a list
744
- a2r,add2routine - add an exercise to a routine specified by RID
745
- ur,UseRoutine - use a set routine
746
- rr,RemoveRoutine - delete a routine
747
- cr,ClearRoutine - reset routine CurrentRep
748
- su,summarize,Summarize - show the contents of a specified Routine
749
- '''
736
+ helpText=f'''{Fore.light_green}Exercises{Fore.grey_70}
737
+ ** ne,NewExercise - create a new exercise
738
+ ** re,RemoveExercise - delete an exercise
739
+ ** se,SearchExercise - search for an exercise from it's Note,Name, or ID
740
+ ** ee,EditExercise - edit an exercise
741
+ {Fore.dark_goldenrod}Routines{Fore.grey_70}
742
+ ** nr,NewRoutine - a new routine of exercises
743
+ ** vr,ViewRoutines - show available routines
744
+ ** vrl,ViewRoutines - show available routines and their exercises as a list
745
+ ** a2r,add2routine - add an exercise to a routine specified by RID
746
+ ** ur,UseRoutine - use a set routine
747
+ ** rr,RemoveRoutine - delete a routine
748
+ ** cr,ClearRoutine - reset routine CurrentRep
749
+ ** su,summarize,Summarize - show the contents of a specified Routine
750
+ {Fore.orange_red_1}DANGER{Fore.grey_70}
751
+ ** rst rtn,reset routine,reset-routine - delete all routines {Fore.light_red}ONLY{Fore.grey_70}
752
+ ** rst ex,reset exercises,reset-exercises - delete all exercises {Fore.light_red}ONLY{Fore.grey_70}
753
+ ** rst a,reset all,reset-all - delete {Fore.orange_red_1}<<{Fore.medium_violet_red}<<{Fore.light_cyan}Everything{Fore.medium_violet_red}>>{Fore.orange_red_1}{Fore.cyan} in the ExerciseTracker!
754
+ {Fore.light_salmon_1}WARNING{Fore.grey_70}
755
+ ignore '**' ; this is not part of the cmd; it's just a bullet point representation.
756
+ {Style.reset}'''
750
757
  while True:
751
758
  doWhat=Prompt.__init2__(None,func=FormBuilderMkText,ptext=f"{h} Do what?",helpText=helpText,data="string")
752
759
  if doWhat in [None,]:
radboy/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION='0.0.772'
1
+ VERSION='0.0.773'
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: radboy
3
- Version: 0.0.772
3
+ Version: 0.0.773
4
4
  Summary: A Retail Calculator for Android/Linux
5
5
  Author: Carl Joseph Hirner III
6
6
  Author-email: Carl Hirner III <k.j.hirner.wisdom@gmail.com>
@@ -5,7 +5,7 @@ radboy/Holidays.txt,sha256=y-JZPihh5iaWKxMIHNXD39yVuVmf1vMs4FdNDcg0f1Y,3114
5
5
  radboy/InventoryGlossary.txt,sha256=018-Yqca6DFb10jPdkUY-5qhkRlQN1k3rxoTaERQ-LA,91008
6
6
  radboy/RecordMyCodes.py,sha256=h30zoTqt-XLt_afDPlxMxBiKKwmKi3N-yAuldNCqXUo,41476
7
7
  radboy/Run.py,sha256=JUoCTHnzQBv7n8PB2_i93ANdAC_iW__RkAge8esCnk4,76
8
- radboy/__init__.py,sha256=BLhIMypcB5cP5uyluwE94mNdUzTNq-KgIrf2MriA7qU,17
8
+ radboy/__init__.py,sha256=_9rluBSkkGKdQLBgmQR5k50Hs1dmt7yZh-Xrr7bhzE8,17
9
9
  radboy/api_key,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  radboy/case-export-2024-05-14-13-10-00.672971.xlsx,sha256=Wd592d_VLFmfUI9KKKSVjNwjV91euc1T7ATyvwvUhlg,5431
11
11
  radboy/case-export-2024-05-14-13-13-22.540614.xlsx,sha256=OnGrhmScHfGp_mVaWW-LNMsqrQgyZDpiU3wV-2s3U5Q,5556
@@ -82,7 +82,7 @@ radboy/DB/CoinCombo.py,sha256=NJfTmx3XYgS41zkAyyO2W6de1Mj3rWsCWqU4ikHfvJI,13604
82
82
  radboy/DB/DatePicker.py,sha256=B75mDtXQrkHRCpoU9TJsaBVvkK37ykMaJyaiqGOo4dM,18334
83
83
  radboy/DB/DisplayItemDb.py,sha256=uVvrNyFyBuKvrw-BEPXKYvfa-QWyFN5ahESi2l6vUUA,52046
84
84
  radboy/DB/EstimatedPayCalendarWorkSheet.txt,sha256=GOjRSmGxFoNTdAnpPe2kGv7CkXDrh0Mee01HslamGbo,17173
85
- radboy/DB/ExerciseTracker.py,sha256=4AbUREsuT998n656z_SzwwHga52psx-YNLKT9smu54U,37198
85
+ radboy/DB/ExerciseTracker.py,sha256=VtuBQAcw1FBcGqOK-Zw4x3DSSR58fckHMSou3VMVp_E,37848
86
86
  radboy/DB/LetterWriter.py,sha256=0B14GB-hJK2Xf_TFASriOELFygiI1LwkSb__R3tUiU0,2631
87
87
  radboy/DB/OrderedAndRxd.py,sha256=v_vrTOiTDhKqT5KErK6MOG_u4Nt7ug2MoLTHvAnm88M,19450
88
88
  radboy/DB/PayDay.py,sha256=H2kPGvBCDkMOz7lbxQhYtUt_oAInpxi37Q6MFrah98I,8710
@@ -114,7 +114,7 @@ radboy/DB/__pycache__/DatePicker.cpython-313.pyc,sha256=jV__j5ER1oshsenGPynR0UNH
114
114
  radboy/DB/__pycache__/DisplayItemDb.cpython-312.pyc,sha256=n2nRfavATZBSa7rBgH39pd11Ka-nUfGHVzr-R9KO7_Q,63121
115
115
  radboy/DB/__pycache__/DisplayItemDb.cpython-313.pyc,sha256=M4jujGXKVqYObZKQipamkTpw68YhEWLqBmywtPgnG-A,63715
116
116
  radboy/DB/__pycache__/ExerciseTracker.cpython-312.pyc,sha256=KzCmPhacS7t-70cpZM5tCnL8mBmRbA9dc4uuatdcQkI,34820
117
- radboy/DB/__pycache__/ExerciseTracker.cpython-313.pyc,sha256=E_inneFFK82vNIcR7CyRV6ev2f4eBuIqimjekjpY8y4,50734
117
+ radboy/DB/__pycache__/ExerciseTracker.cpython-313.pyc,sha256=RrLjpAj9i70UN_-25zmwMcRnw5FbJaKTjl5cxpVVCzY,52488
118
118
  radboy/DB/__pycache__/FormBuilder.cpython-312.pyc,sha256=p1o-5SMRL8OXP_XQ5liUpf-_EkvU8oQwg-BrTWVkcTY,5566
119
119
  radboy/DB/__pycache__/PrintLogging.cpython-312.pyc,sha256=pIAFqTi6OiQQORSc-oMH1zAbsdH7sY1TifxrN_QOvnU,148
120
120
  radboy/DB/__pycache__/Prompt.cpython-311.pyc,sha256=P2uPRpeqfLFtxieZ0JHBG3X_HZzWUCsFSLb_fpRqky0,6407
@@ -412,7 +412,7 @@ radboy/__pycache__/Run.cpython-311.pyc,sha256=G_UEfMtkLRjR6ZpGA_BJzGenuaCcP469Y9
412
412
  radboy/__pycache__/Run.cpython-312.pyc,sha256=v4xolc3mHyla991XhpYBUbBHYT0bnJ1gE-lkFoQ4GFA,241
413
413
  radboy/__pycache__/__init__.cpython-311.pyc,sha256=R-DVbUioMOW-Fnaq7FpT5F1a5p0q3b_RW-HpLRArCAY,242
414
414
  radboy/__pycache__/__init__.cpython-312.pyc,sha256=FsFzLXOlTK8_7ixoPZzakkR8Wibt-DvXLFh-oG2QlPw,164
415
- radboy/__pycache__/__init__.cpython-313.pyc,sha256=0uVXYTnwTvJI3be5tuq6YnalPONI-NsGFP1j_F6ifdk,165
415
+ radboy/__pycache__/__init__.cpython-313.pyc,sha256=3gLwOgmhewtsAuj0F-zLnv9lOW6ZHxD2_nrAz0fThK4,165
416
416
  radboy/__pycache__/__init__.cpython-39.pyc,sha256=D48T6x6FUeKPfubo0sdS_ZUut3FmBvPMP7qT6rYBZzU,275
417
417
  radboy/__pycache__/possibleCode.cpython-311.pyc,sha256=zFiHyzqD8gUnIWu4vtyMYIBposiRQqaRXfcT_fOl4rU,20882
418
418
  radboy/__pycache__/possibleCode.cpython-312.pyc,sha256=tk_CO-AcsO3YZj5j6vEsw3g37UmEzWc5YgeWEoJEUg4,27922
@@ -440,7 +440,7 @@ radboy/tkGui/Images/__pycache__/__init__.cpython-311.pyc,sha256=tXBYpqbOlZ24B1BI
440
440
  radboy/tkGui/__pycache__/BeginnersLuck.cpython-311.pyc,sha256=xLQOnV1wuqHGaub16mPX0dDMGU9ryCeLtNz5e517_GE,3004
441
441
  radboy/tkGui/__pycache__/Review.cpython-311.pyc,sha256=wKq24iM6Xe2OampgZ7-8U6Nvmgs2y-qWOrGwtWhc75k,4047
442
442
  radboy/tkGui/__pycache__/__init__.cpython-311.pyc,sha256=BX7DBn5qbvKTvlrKOP5gzTBPBTeTgSMjBW6EMl7N8e0,230
443
- radboy-0.0.772.dist-info/METADATA,sha256=AJcHUF3QSxngwzf-jH2spwOB7by8-dRLihd-LNd4fVs,1920
444
- radboy-0.0.772.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
445
- radboy-0.0.772.dist-info/top_level.txt,sha256=mlM0RWMUxGo1YHnlLmYrHOgGdK4XNRpr7nMFD5lR56c,7
446
- radboy-0.0.772.dist-info/RECORD,,
443
+ radboy-0.0.773.dist-info/METADATA,sha256=oZhMoDROZ8hkDcmlLtcOKYJmBDbqihxBor_0XZFHgZ4,1920
444
+ radboy-0.0.773.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
445
+ radboy-0.0.773.dist-info/top_level.txt,sha256=mlM0RWMUxGo1YHnlLmYrHOgGdK4XNRpr7nMFD5lR56c,7
446
+ radboy-0.0.773.dist-info/RECORD,,