pypipr 1.0.73__py3-none-any.whl → 1.0.74__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.
pypipr/terminal.py CHANGED
@@ -4,8 +4,10 @@ import pypipr
4
4
  def main():
5
5
  m = [x for x in dir(pypipr) if not x.startswith("__")]
6
6
  a = pypipr.iargv(1)
7
+ pd = False
7
8
  while isinstance(m, list):
8
9
  if a is None:
10
+ pd = True
9
11
  for i, v in dict(enumerate(m)).items():
10
12
  print(f"{i}. {v}")
11
13
  pypipr.print_colorize("Masukan Nomor Urut atau Nama Fungsi : ", text_end="")
@@ -24,8 +26,9 @@ def main():
24
26
 
25
27
  f = getattr(pypipr, m)
26
28
 
27
- pypipr.print_colorize(m)
28
- print(f.__doc__)
29
+ if pd:
30
+ pypipr.print_colorize(m)
31
+ print(f.__doc__)
29
32
 
30
33
  if callable(f):
31
34
  import inspect
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.73
3
+ Version: 1.0.74
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -67,8 +67,8 @@ pypipr/ifunctions/ireplace.py,sha256=RcVMXmbXH_cl4hXpTI5wnuzdPtkatpuZgYsZkfBLAJU
67
67
  pypipr/ifunctions/iscandir.py,sha256=Ev6jus16vOXdNTN9Ia-_35ESplx7N_ZWA0kYoeimXbk,766
68
68
  pypipr/ifunctions/isplit.py,sha256=N2BiA_wVnrENYwokSzvo0CAiQWk3g7AnwuWFIUgevNM,383
69
69
  pypipr/pypipr.py.bak,sha256=HF-ehQd6BY8hm9fRkQHravLNrJRlI5g_AzbCc3dbikQ,1061
70
- pypipr/terminal.py,sha256=vtR4NUzKuDSTVWieYhzoctHf6V1QrjtLibSjJzjVsiM,1157
71
- pypipr-1.0.73.dist-info/METADATA,sha256=QA_74BXuo3A91ZmZ6Qw1y4riOnm-mbboBo9VfTFyZkY,29962
72
- pypipr-1.0.73.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
73
- pypipr-1.0.73.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
74
- pypipr-1.0.73.dist-info/RECORD,,
70
+ pypipr/terminal.py,sha256=g3j9v8nNUTnVXYGt-DtDycjlCcyu8Ul8-ZCurKYGtSU,1213
71
+ pypipr-1.0.74.dist-info/METADATA,sha256=bXn4O13PGGfv9QOLrj_90fEVnfZmUB06AVKMVqtft6A,29962
72
+ pypipr-1.0.74.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
73
+ pypipr-1.0.74.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
74
+ pypipr-1.0.74.dist-info/RECORD,,