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

radboy/DB/Prompt.py CHANGED
@@ -1772,6 +1772,7 @@ CMD's are not final until ended with {Fore.magenta}{hw_delim}{Style.reset}""")
1772
1772
  lastTime=db.detectGetOrSet("PromptLastDTasFloat",datetime.now().timestamp(),setValue=True)
1773
1773
  return
1774
1774
  elif cmd.lower() in ['h','help']:
1775
+ llo_modes=["dlu.cr","Prompt.lsbld","esu","t.[mksl||qsl||set Shelf||set Display]"]
1775
1776
  extra=f'''{Fore.orange_red_1}Dimension Fields {Fore.light_steel_blue}are fields that tell how much space the product is going to take up using the the product itself as the unit of measure
1776
1777
  {Fore.orange_red_1}Location Fields{Fore.light_steel_blue} are fields where the item resides at, will reside at, is coming from etc...
1777
1778
  {Fore.orange_red_1}Count Fields{Fore.light_steel_blue} are fields that define max values that relate to how much goes to the shelf,comes via the Load, how much comes in a Pallet, or Case{Style.reset}
@@ -1817,9 +1818,9 @@ CMD's are not final until ended with {Fore.magenta}{hw_delim}{Style.reset}""")
1817
1818
  {Fore.grey_70}**{Fore.light_green}'exe','execute','x'{Fore.light_steel_blue} write an inline script and excute it, using {Fore.magenta}#ml#{Fore.light_steel_blue} if multi-line{Fore.orange_red_1}[if available] {Fore.grey_70}**{Fore.green_yellow}to save results for use later, use the function {Fore.light_sea_green}save(result){Fore.green_yellow} where result is the variable containing your result to be used elsewhere.{Style.reset}
1818
1819
  {Fore.grey_70}**{Fore.light_green}'exe-result','execute-result','xr'{Fore.light_steel_blue} return result from inline script save(){Style.reset}
1819
1820
  {Fore.grey_70}**{Fore.light_green}'exe-print','pxr','print exe result'{Fore.light_steel_blue} print result of inline script from save without returning{Style.reset}
1820
- {Fore.grey_70}List Modes ONLY **{Fore.light_green}'rllo','reverse list lookup order'{Fore.light_green}Reverse the ordering used by the List Maker's listing modes for Entry Lookup, i.e. set Shelf,mksl,qsl{Style.reset}
1821
- {Fore.grey_70}List Modes ONLY **{Fore.light_green}'vllo','view list lookup order'{Fore.light_green}View the ordering used by the List Maker's listing modes for Entry Lookup, i.e. set Shelf,mksl,qsl{Style.reset}
1822
- '''
1821
+ {Fore.grey_70}{llo_modes} Modes ONLY **{Fore.light_green}'rllo','reverse list lookup order'{Fore.light_green}Reverse the ordering used by the List Maker's listing modes for Entry Lookup, i.e. set Shelf,mksl,qsl{Style.reset}
1822
+ {Fore.grey_70}{llo_modes} Modes ONLY **{Fore.light_green}'vllo','view list lookup order'{Fore.light_green}View the ordering used by the List Maker's listing modes for Entry Lookup, i.e. set Shelf,mksl,qsl{Style.reset}
1823
+ {Fore.grey_70}**{Fore.light_green}'fbht','fmbh','formbuilder help','form helptext'{Fore.light_green}FormBuilderHelpText; extra keywords when asked for time and date'''
1823
1824
  print(extra)
1824
1825
  print(helpText)
1825
1826
  continue
@@ -1928,7 +1929,7 @@ which will result in a cmd of 'ls Shelf'{Style.reset}
1928
1929
  resultant=db.Entry.rebar(None,code)
1929
1930
  print(resultant)
1930
1931
  return func(resultant,data)
1931
- elif cmd.lower() in ['fmbh','formbuilder help','form helptext']:
1932
+ elif cmd.lower() in ['fbht','fmbh','formbuilder help','form helptext']:
1932
1933
  FormBuilderHelpText()
1933
1934
  continue
1934
1935
  elif cmd in ['codify str','codify.str','codify-str','format code str','fcodes']:
@@ -23,7 +23,7 @@ class DayLogger:
23
23
  helpText=f"""
24
24
  {Fore.light_red}
25
25
  prefixes for #code:
26
- .d - daylog id
26
+ .d - DayLog id
27
27
  .b - barcode
28
28
  .c - code/shelf tag barcode/cic
29
29
  {Style.reset}
@@ -31,13 +31,13 @@ prefixes for #code:
31
31
  {Fore.light_magenta}''|?|help{Style.reset} -{Fore.light_yellow} help info{Style.reset}
32
32
  {Fore.light_magenta}q|quit{Style.reset} -{Fore.light_yellow} quit{Style.reset}
33
33
  {Fore.light_magenta}b|back{Style.reset} -{Fore.light_yellow} back{Style.reset}
34
- {Fore.light_magenta}rm|del{Style.reset} -{Fore.light_yellow} remove a daylog{Style.reset}
35
- {Fore.light_magenta}a|add|+{Style.reset} -{Fore.light_yellow} store todays data values as a daylog snapshot{Style.reset}
34
+ {Fore.light_magenta}rm|del{Style.reset} -{Fore.light_yellow} remove a DayLog{Style.reset}
35
+ {Fore.light_magenta}a|add|+{Style.reset} -{Fore.light_yellow} store todays data values as a DayLog snapshot{Style.reset}
36
36
  {Fore.light_magenta}l|list|*{Style.reset} -{Fore.light_yellow} list * entries{Style.reset}
37
37
  {Fore.light_magenta}ld|list_date{Style.reset} -{Fore.light_yellow} list * entries from DayLogDate from prompt{Style.reset}
38
38
  {Fore.light_magenta}'ldr','list date range','ls dt rng' -{Fore.light_yellow}list entry totals for time between dates{Style.reset}
39
39
  {Fore.light_magenta}cd|clear_date{Style.reset} -{Fore.light_yellow} clear * entries from DayLogDate from prompt for date{Style.reset}
40
- {Fore.light_magenta}reset daylog{Style.reset} -{Fore.light_yellow} clear * entries from DayLogDate{Style.reset}
40
+ {Fore.light_magenta}reset DayLog{Style.reset} -{Fore.light_yellow} clear * entries from DayLogDate{Style.reset}
41
41
  {Fore.light_magenta}ed|export_date{Style.reset} -{Fore.light_yellow} export * entries from DayLogDate from prompt{Style.reset}
42
42
  {Fore.light_magenta}ea|export_all{Style.reset} -{Fore.light_yellow} export * entries from DayLogDate from prompt{Style.reset}
43
43
  {Fore.light_magenta}ec|export_code{Style.reset} -{Fore.light_yellow} export * entries from DayLogDate by Barcode from prompt{Style.reset}
@@ -63,7 +63,7 @@ prefixes for #code:
63
63
  fxtbl - update table with correct columns
64
64
  'avg field graph','afg' - create a graph of avg field
65
65
  'fft','fast fourier transform' - create fast fourier transform of the data and graph data
66
- 'restore bckp','rfb' - restore Daylogs from backup file
66
+ 'restore bckp','rfb' - restore DayLogs from backup file
67
67
  {Fore.light_magenta}Banking/{Fore.medium_violet_red}Petty-Cash{Style.reset}
68
68
  {Fore.light_sea_green}'bnc','21','banking and cashpool','banking_and_cashpool','bank','piggy-bank' {Fore.light_steel_blue}- Banking and CashPool tools{Style.reset}
69
69
  {Fore.light_sea_green}'prc chng','prcchng','prc.chng','prc_chng','prc-chng','price change' {Fore.light_steel_blue}- detect price change over a date-range{Style.reset}
@@ -498,7 +498,7 @@ fxtbl - update table with correct columns
498
498
  return
499
499
  else:
500
500
  pass
501
- really=Prompt.__init2__(None,func=FormBuilderMkText,ptext=f"To {Fore.orange_red_1}Delete daylog completely,{Fore.light_steel_blue}what is today's date?[{'.'.join([str(int(i)) for i in datetime.now().strftime("%m.%d.%y").split(".")])}]{Style.reset}",helpText="type y/yes for prompt or type as m.d.Y",data="datetime")
501
+ really=Prompt.__init2__(None,func=FormBuilderMkText,ptext=f"To {Fore.orange_red_1}Delete DayLog completely,{Fore.light_steel_blue}what is today's date?[{'.'.join([str(int(i)) for i in datetime.now().strftime("%m.%d.%y").split(".")])}]{Style.reset}",helpText="type y/yes for prompt or type as m.d.Y",data="datetime")
502
502
  if really in [None,'d']:
503
503
  return
504
504
  today=datetime.today()
@@ -755,18 +755,32 @@ fxtbl - update table with correct columns
755
755
 
756
756
 
757
757
  def TotalSpent(self):
758
+ LookUpState=db.detectGetOrSet('list maker lookup order',False,setValue=False,literal=False)
759
+ if not isinstance(LookUpState,bool):
760
+ LookUpState=db.detectGetOrSet('list maker lookup order',False,setValue=True,literal=False)
761
+ '''
762
+ if LookUpState == True:
763
+ results=results_query.order_by(db.Entry.Timestamp.asc()).all()
764
+ else:
765
+ results=results_query.order_by(db.Entry.Timestamp.desc()).all()
766
+ '''
758
767
  #cost report
759
768
  #export results Both text and xlsx
760
769
  #yes no
761
- graph_it=Prompt.__init2__(None,func=FormBuilderMkText,ptext="Graph Results (if possible)[y/n]:",helpText="yes or no",data="boolean")
770
+ graph_it=Prompt.__init2__(None,func=FormBuilderMkText,ptext="Graph Results (if possible)[y/N]:",helpText="yes or no; default is No.",data="boolean")
762
771
 
763
772
  if graph_it in [None,]:
764
773
  return
774
+ elif graph_it in ['d',]:
775
+ graph_it=False
776
+
765
777
 
766
- export=Prompt.__init2__(None,func=FormBuilderMkText,ptext="Export[y/n]:",helpText="yes or no",data="boolean")
778
+ export=Prompt.__init2__(None,func=FormBuilderMkText,ptext="Export[y/N]:",helpText="yes or no; default is No.",data="boolean")
767
779
 
768
780
  if export in [None,]:
769
781
  return
782
+ elif export in ['d',]:
783
+ export=False
770
784
 
771
785
  text_cr_export=detectGetOrSet("text_cr_export","cost_report.txt",setValue=False,literal=True)
772
786
  xlsx_cr_export=detectGetOrSet("xlsx_cr_export","cost_report.xlsx",setValue=False,literal=True)
@@ -894,6 +908,10 @@ fxtbl - update table with correct columns
894
908
  if date(date_from.year,date_from.month,date_from.day) == date(date_to.year,date_to.month,date_to.day):
895
909
  print(f"{Fore.orange_red_1}Same Day Results!{Style.reset}")
896
910
  query=session.query(DayLog).filter(DayLog.DayLogDate==date(date_from.year,date_from.month,date_from.day))
911
+ if LookUpState == True:
912
+ query=query.order_by(DayLog.DayLogDate.asc())
913
+ elif LookUpState == False:
914
+ query=query.order_by(DayLog.DayLogDate.desc())
897
915
  if export:
898
916
  exporter_excel(query,xlsx_cr_export)
899
917
  if graph_it:
@@ -903,6 +921,10 @@ fxtbl - update table with correct columns
903
921
  query=query.all()
904
922
  else:
905
923
  query=session.query(DayLog).filter(DayLog.DayLogDate.between(date_from,date_to))
924
+ if LookUpState == True:
925
+ query=query.order_by(DayLog.DayLogDate.asc())
926
+ elif LookUpState == False:
927
+ query=query.order_by(DayLog.DayLogDate.desc())
906
928
  if export:
907
929
  exporter_excel(query,xlsx_cr_export)
908
930
  if graph_it:
@@ -929,6 +951,10 @@ fxtbl - update table with correct columns
929
951
  DayLog.DayLogDate==date(date_from.year,date_from.month,date_from.day),
930
952
  or_(*filt)
931
953
  )
954
+ if LookUpState == True:
955
+ query=query.order_by(DayLog.DayLogDate.asc())
956
+ elif LookUpState == False:
957
+ query=query.order_by(DayLog.DayLogDate.desc())
932
958
  else:
933
959
  filt=[]
934
960
  for q in code:
@@ -945,6 +971,10 @@ fxtbl - update table with correct columns
945
971
  not_(DayLog.Name.icontains(q)))
946
972
  ])
947
973
  query=session.query(DayLog).filter(DayLog.DayLogDate==date(date_from.year,date_from.month,date_from.day),*filt)
974
+ if LookUpState == True:
975
+ query=query.order_by(DayLog.DayLogDate.asc())
976
+ elif LookUpState == False:
977
+ query=query.order_by(DayLog.DayLogDate.desc())
948
978
  if export:
949
979
  exporter_excel(query,xlsx_cr_export)
950
980
  if graph_it:
@@ -953,6 +983,10 @@ fxtbl - update table with correct columns
953
983
  return
954
984
 
955
985
  query=query.all()
986
+ if LookUpState == True:
987
+ query=query.order_by(DayLog.DayLogDate.asc())
988
+ elif LookUpState == False:
989
+ query=query.order_by(DayLog.DayLogDate.desc())
956
990
  else:
957
991
  if not exclude_code:
958
992
  filt=[]
@@ -967,6 +1001,10 @@ fxtbl - update table with correct columns
967
1001
  or_(
968
1002
  *filt)
969
1003
  )
1004
+ if LookUpState == True:
1005
+ query=query.order_by(DayLog.DayLogDate.asc())
1006
+ elif LookUpState == False:
1007
+ query=query.order_by(DayLog.DayLogDate.desc())
970
1008
  else:
971
1009
  filt=[]
972
1010
  for q in code:
@@ -986,6 +1024,10 @@ fxtbl - update table with correct columns
986
1024
  DayLog.DayLogDate.between(date_from,date_to),
987
1025
  *filt
988
1026
  )
1027
+ if LookUpState == True:
1028
+ query=query.order_by(DayLog.DayLogDate.asc())
1029
+ elif LookUpState == False:
1030
+ query=query.order_by(DayLog.DayLogDate.desc())
989
1031
  if export:
990
1032
  exporter_excel(query,xlsx_cr_export)
991
1033
  if graph_it:
@@ -993,6 +1035,10 @@ fxtbl - update table with correct columns
993
1035
  if x is None:
994
1036
  return
995
1037
  query=query.all()
1038
+ if LookUpState == True:
1039
+ query=query.order_by(DayLog.DayLogDate.asc())
1040
+ elif LookUpState == False:
1041
+ query=query.order_by(DayLog.DayLogDate.desc())
996
1042
 
997
1043
  totals={}
998
1044
  totals_dl={}
@@ -1672,8 +1718,8 @@ fxtbl - update table with correct columns
1672
1718
  check_entry=session.query(Entry).filter(Entry.EntryId==results[i].EntryId).first()
1673
1719
  if not check_entry:
1674
1720
  '''Delete Extras if no other EntryId's are found.'''
1675
- check_daylog=session.query(DayLog).filter(DayLog.EntryId==results[i].EntryId).all()
1676
- if len(check_daylog) < 1:
1721
+ check_DayLog=session.query(DayLog).filter(DayLog.EntryId==results[i].EntryId).all()
1722
+ if len(check_DayLog) < 1:
1677
1723
  extras=session.query(EntryDataExtras).filter(EntryDataExtras.EntryId==results[i].EntryId).all()
1678
1724
  for ii in extras:
1679
1725
  session.delete(ii)
@@ -1768,7 +1814,7 @@ fxtbl - update table with correct columns
1768
1814
  self.listDate()
1769
1815
  elif what.lower() in 'cd|clear_date'.split("|"):
1770
1816
  self.clearDate()
1771
- elif what.lower() in 'reset daylog'.split("|"):
1817
+ elif what.lower() in 'reset DayLog'.split("|"):
1772
1818
  self.clearAllDL()
1773
1819
  elif what.lower() in 'ea|export_all'.split("|"):
1774
1820
  self.exportAllDL()
radboy/FB/FBMTXT.py CHANGED
@@ -82,6 +82,9 @@ def FormBuilderHelpText():
82
82
  {Fore.grey_70}**{Fore.light_yellow}10.26.1993@4:30{Fore.light_cyan} represents 10/26/1993 at 4:30am, where at indicates a separation to the time string{Style.reset}
83
83
  {Fore.grey_70}**{Fore.light_yellow}when {Fore.light_cyan}-{Fore.light_yellow} is used, ususally when a daterange is expected, needs to be between two(2) datestrings, i.e. {Fore.light_steel_blue}10.26.1993-12.15.1997{Style.reset}
84
84
  {Fore.grey_70}**{Fore.light_yellow}RETRY{Fore.light_cyan} is issued when parsing fails.{Style.reset}
85
+ {Fore.light_cyan}**{Fore.light_steel_blue}Boolean True={Fore.spring_green_3a}y,yes,Yes,Y,True,T,t,1 or an equation that results in a True such as {Fore.orange_red_1}`datetime.now()`/{datetime.now()}`!=datetime(2001,1,1)`/{datetime(2001,1,1)} or 1==1.{Style.reset}
86
+ {Fore.light_cyan}**{Fore.light_steel_blue}Boolean False={Fore.spring_green_3a}false,no,n,N,No,False,0 or an equation that results in a False such as {Fore.orange_red_1}`datetime.now()`/{datetime.now()}`==datetime(2001,1,1)`/{datetime(2001,1,1)} or 1==0.{Style.reset}
87
+ {Fore.medium_violet_red}**{Fore.light_magenta}When Asked for a List of integers {Fore.magenta}use 1,2,3 for indexes 1-3, {Fore.orange_red_1}or 1,3 for indexes 1 and 3, {Fore.light_red}or 1,4,6-8,10 for indexes 1,4,6,7,8, and 10,{Fore.purple_1a} or 1 for index 1.{Style.reset}
85
88
  '''
86
89
  print(msg)
87
90
 
radboy/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION='0.0.363'
1
+ VERSION='0.0.365'
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: radboy
3
- Version: 0.0.363
3
+ Version: 0.0.365
4
4
  Summary: A small example package
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=XXy-o5Z_yOgrgHNju4iqM3h7xhRBkNIoHG1qePtBnGY,41316
7
7
  radboy/Run.py,sha256=JUoCTHnzQBv7n8PB2_i93ANdAC_iW__RkAge8esCnk4,76
8
- radboy/__init__.py,sha256=p3XOcWD4Af6riQ4of9djdi6V1pMCENOrC6evyZT0-9M,17
8
+ radboy/__init__.py,sha256=Y4UlDNJ-6SXfK8Vk1XrmfD15_RSCwAXy4ots0bf496o,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
@@ -83,7 +83,7 @@ radboy/DB/ExerciseTracker.py,sha256=CZ8jdKJiAE_QTAiJTRXi8ZOnS1NUiSvWVSKLHLpYVGk,
83
83
  radboy/DB/PayDay.py,sha256=H2kPGvBCDkMOz7lbxQhYtUt_oAInpxi37Q6MFrah98I,8710
84
84
  radboy/DB/PayModels.py,sha256=hjwWxP7PL33hmfzQl5YTf0HqzaMxXJxFknPdxFJXJc8,3499
85
85
  radboy/DB/PrintLogging.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
- radboy/DB/Prompt.py,sha256=6rKNKKo_H8o_epCYb-bfkyAR_1OR5qetCrjLo26j_pk,190515
86
+ radboy/DB/Prompt.py,sha256=9QzeX8ouUiWWhAPPAXZlFNrEoXUVxGU_v3KTl0Y4SbE,190806
87
87
  radboy/DB/RandomStringUtil.py,sha256=eZCpR907WStgfbk4Evcghjv9hOkUDXH-iMXIq0-kXq8,24386
88
88
  radboy/DB/ResetTools.py,sha256=RbI-Ua7UlsN0S9qLqtEkTWvzyTZ6R-hHR3CW4NHlUPE,6660
89
89
  radboy/DB/SMLabelImporter.py,sha256=eUoBDxVUUEKGL2g_PwkASM67ZB7FmXtSnn4bCagskhY,4013
@@ -107,7 +107,7 @@ radboy/DB/__pycache__/FormBuilder.cpython-312.pyc,sha256=p1o-5SMRL8OXP_XQ5liUpf-
107
107
  radboy/DB/__pycache__/PrintLogging.cpython-312.pyc,sha256=pIAFqTi6OiQQORSc-oMH1zAbsdH7sY1TifxrN_QOvnU,148
108
108
  radboy/DB/__pycache__/Prompt.cpython-311.pyc,sha256=P2uPRpeqfLFtxieZ0JHBG3X_HZzWUCsFSLb_fpRqky0,6407
109
109
  radboy/DB/__pycache__/Prompt.cpython-312.pyc,sha256=6CcQ1gE2hcz3cKPjo4f6d7xNM2PTDnl8NzQG0Pme5BE,142886
110
- radboy/DB/__pycache__/Prompt.cpython-313.pyc,sha256=kIsYjCN7fRiO5kCcI5zZgb-DCTdctC_miZkqe0yNZq8,275399
110
+ radboy/DB/__pycache__/Prompt.cpython-313.pyc,sha256=DR8Xew7zyyB9FSO6JzM2f5yABNyAYh76JCaxOd9i-tk,276315
111
111
  radboy/DB/__pycache__/RandomStringUtil.cpython-312.pyc,sha256=TrbEY89MuLmNlvoo5d8vOE6Dyshh5_EMlTZvk8MDVN4,48597
112
112
  radboy/DB/__pycache__/RandomStringUtil.cpython-313.pyc,sha256=MCcgVwV2Y-9rAY2FVaJZCKcou3HDX70EZudoiCigT0o,49217
113
113
  radboy/DB/__pycache__/ResetTools.cpython-311.pyc,sha256=4Vyc57iAAF0yRPjjglnVKovnTn8OoFIi6Zok3Wpj_YM,9292
@@ -134,13 +134,13 @@ radboy/DB/__pycache__/renderText2Png.cpython-311.pyc,sha256=ivSzvyAeWhsS-a_RcFF8
134
134
  radboy/DB/__pycache__/renderText2Png.cpython-312.pyc,sha256=1CUGjOhJw_vC4DNMQ-W5jBXEKp7HzDrq7--x9VyBTo8,8991
135
135
  radboy/DB/__pycache__/renderText2Png.cpython-313.pyc,sha256=LDJOo7uFztlxw3ptN8QuHrLkr0GKiAArBu34QiE15iQ,9096
136
136
  radboy/DB/__pycache__/testClass.cpython-311.pyc,sha256=nkWap8RuBsWWOB_ZhGbR3ELbnL1F1CHZCi0dpepqw-0,1225
137
- radboy/DayLog/DayLogger.py,sha256=kiZHQJ1Ak4Np0mWDIqEGy2QtaR382SWHkVsByt2bEaw,96057
137
+ radboy/DayLog/DayLogger.py,sha256=e9NtrpbuaTxzC18B9Otvpxj3uIwlKbFgu3bPvhLldUM,98599
138
138
  radboy/DayLog/TaxiFares.py,sha256=3slYjtBcTnRe8IeneJ-_iZJJ3E7alW09f6GWYXPxhOo,10882
139
139
  radboy/DayLog/Wavelength4Freq.py,sha256=MfN2EATrN3bbEDgP1qOPjV1Fk8sVnkc_4tgX6sKfSE0,2054
140
140
  radboy/DayLog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
141
  radboy/DayLog/__pycache__/DayLogger.cpython-311.pyc,sha256=TmRnRZHp5tMTokSEB8hWTxnasi-iJdh6TmYcb_nXGoY,29557
142
142
  radboy/DayLog/__pycache__/DayLogger.cpython-312.pyc,sha256=bfDCQZrIhgQYzoUle7roicRE_bhGPYZtIbCRIiDrsxU,68240
143
- radboy/DayLog/__pycache__/DayLogger.cpython-313.pyc,sha256=agpygjHaNWULbtaumipWqBhtAm0dwvOdqKwBp67ba2o,144088
143
+ radboy/DayLog/__pycache__/DayLogger.cpython-313.pyc,sha256=TdHBBmlAM0KYECt40BTu4zLFpztTW7ATscD01TD4WMo,146909
144
144
  radboy/DayLog/__pycache__/__init__.cpython-311.pyc,sha256=Z5Y4DdVF77LZf6-Of92MDGFdi-IXik1ASQd4AdLNNfQ,231
145
145
  radboy/DayLog/__pycache__/__init__.cpython-312.pyc,sha256=lP_GHzSPt5JTrT1jLWiRMFGPmSdJYBn4eRV__OxgJ6s,269
146
146
  radboy/DayLog/__pycache__/__init__.cpython-313.pyc,sha256=UQw5v4r7yismC9qcqP0dEme6h-lawbOA5pXYpkqUwFk,148
@@ -188,11 +188,11 @@ radboy/ExtractPkg/__pycache__/ExtractPkg2.cpython-313.pyc,sha256=bgw-00G_ouurOtO
188
188
  radboy/ExtractPkg/__pycache__/__init__.cpython-311.pyc,sha256=62yPgrgPZffZFLr6FscOqCdo45vfhScJ8aZbLTbD7I4,235
189
189
  radboy/ExtractPkg/__pycache__/__init__.cpython-312.pyc,sha256=Ll1iKcG0MDtoCIloQ_frcihvCSe1HPtyERzcAoXwQT0,273
190
190
  radboy/ExtractPkg/__pycache__/__init__.cpython-313.pyc,sha256=kL3Y3KxCTaGNg3aq5fhf2fsnQHZolGfvniEUfsx2bwY,152
191
- radboy/FB/FBMTXT.py,sha256=Xt1gpfwqpXRzMGKZn2-oPSj8sh_iNED5QA0ToMrcfGA,16429
191
+ radboy/FB/FBMTXT.py,sha256=PIpmTqptOl8eQXv4Q0IxIY3cENj7uqQyqyYMWCt9kqk,17248
192
192
  radboy/FB/FormBuilder.py,sha256=CZqbZev17-w67def3_2VABFH22q78_Uxc_G916TNrH8,14036
193
193
  radboy/FB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
194
194
  radboy/FB/__pycache__/FBMTXT.cpython-312.pyc,sha256=XCVFa7Mo83LGIdRrTvcK73siUpcVIEQfXKCH2QHeViw,9626
195
- radboy/FB/__pycache__/FBMTXT.cpython-313.pyc,sha256=hEn5r5DxjmtVNjlI540Wvq9D0onTlEOomMq9TSfBB-8,26083
195
+ radboy/FB/__pycache__/FBMTXT.cpython-313.pyc,sha256=WdbCT69gSjwGp14qyUZL1Be3UQBIq3qt5ddu6ShhCoE,28232
196
196
  radboy/FB/__pycache__/FormBuilder.cpython-312.pyc,sha256=lNQdB-zApsXM7OQF9MIi0zRZD1SAL6stKEN-AyQiIKg,18873
197
197
  radboy/FB/__pycache__/FormBuilder.cpython-313.pyc,sha256=JQtq0r_h-1EJ_Q9m-VWN7Cv9nfAokau8EDQI92nrZSI,19408
198
198
  radboy/FB/__pycache__/__init__.cpython-312.pyc,sha256=ULEL8Au_CxcYpNAcSoSbI65M7-av1W6Zuy6kQJUu-Mw,265
@@ -386,7 +386,7 @@ radboy/__pycache__/Run.cpython-311.pyc,sha256=G_UEfMtkLRjR6ZpGA_BJzGenuaCcP469Y9
386
386
  radboy/__pycache__/Run.cpython-312.pyc,sha256=v4xolc3mHyla991XhpYBUbBHYT0bnJ1gE-lkFoQ4GFA,241
387
387
  radboy/__pycache__/__init__.cpython-311.pyc,sha256=R-DVbUioMOW-Fnaq7FpT5F1a5p0q3b_RW-HpLRArCAY,242
388
388
  radboy/__pycache__/__init__.cpython-312.pyc,sha256=FsFzLXOlTK8_7ixoPZzakkR8Wibt-DvXLFh-oG2QlPw,164
389
- radboy/__pycache__/__init__.cpython-313.pyc,sha256=Zgu0rL869DMpsF3gKt9TJ_GYc16e9FtL9AhmqOFsnEY,165
389
+ radboy/__pycache__/__init__.cpython-313.pyc,sha256=S_XTLHHUfIa9dMxsmoPyKlZ7YnIXJu9nj5sp5m3VjWo,165
390
390
  radboy/__pycache__/__init__.cpython-39.pyc,sha256=D48T6x6FUeKPfubo0sdS_ZUut3FmBvPMP7qT6rYBZzU,275
391
391
  radboy/__pycache__/possibleCode.cpython-311.pyc,sha256=zFiHyzqD8gUnIWu4vtyMYIBposiRQqaRXfcT_fOl4rU,20882
392
392
  radboy/__pycache__/possibleCode.cpython-312.pyc,sha256=tk_CO-AcsO3YZj5j6vEsw3g37UmEzWc5YgeWEoJEUg4,27922
@@ -411,7 +411,7 @@ radboy/tkGui/Images/__pycache__/__init__.cpython-311.pyc,sha256=tXBYpqbOlZ24B1BI
411
411
  radboy/tkGui/__pycache__/BeginnersLuck.cpython-311.pyc,sha256=xLQOnV1wuqHGaub16mPX0dDMGU9ryCeLtNz5e517_GE,3004
412
412
  radboy/tkGui/__pycache__/Review.cpython-311.pyc,sha256=wKq24iM6Xe2OampgZ7-8U6Nvmgs2y-qWOrGwtWhc75k,4047
413
413
  radboy/tkGui/__pycache__/__init__.cpython-311.pyc,sha256=BX7DBn5qbvKTvlrKOP5gzTBPBTeTgSMjBW6EMl7N8e0,230
414
- radboy-0.0.363.dist-info/METADATA,sha256=z9TtOUHnBzvSW-7JDEGFQ2mP9QFqc0Vp17dhGoiXH_Y,794
415
- radboy-0.0.363.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
416
- radboy-0.0.363.dist-info/top_level.txt,sha256=mlM0RWMUxGo1YHnlLmYrHOgGdK4XNRpr7nMFD5lR56c,7
417
- radboy-0.0.363.dist-info/RECORD,,
414
+ radboy-0.0.365.dist-info/METADATA,sha256=7BO0AOWfYG5XNg24jfIBxX_ICySsMGLZJTinPIOwizg,794
415
+ radboy-0.0.365.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
416
+ radboy-0.0.365.dist-info/top_level.txt,sha256=mlM0RWMUxGo1YHnlLmYrHOgGdK4XNRpr7nMFD5lR56c,7
417
+ radboy-0.0.365.dist-info/RECORD,,