skilleter-modules 0.0.5__py3-none-any.whl → 0.0.6__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.
@@ -63,6 +63,11 @@ class PopUp():
63
63
 
64
64
  self.start_time = time.monotonic()
65
65
 
66
+ return self
67
+
68
+ def __exit__(self, _exc_type, _exc_value, _exc_traceback):
69
+ """ Remove the popup """
70
+
66
71
  if self.waitkey:
67
72
  while True:
68
73
  keypress = self.screen.getch()
@@ -72,9 +77,6 @@ class PopUp():
72
77
  curses.panel.update_panels()
73
78
  self.screen.refresh()
74
79
 
75
- def __exit__(self, _exc_type, _exc_value, _exc_traceback):
76
- """ Remove the popup """
77
-
78
80
  if self.panel:
79
81
  if self.sleep:
80
82
  elapsed = time.monotonic() - self.start_time
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: skilleter_modules
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Modules used by my various Python projects (and hopefully useful to other people)
5
5
  Author-email: John Skilleter <john@skilleter.org.uk>
6
6
  Project-URL: Home, https://skilleter.org.uk
@@ -9,12 +9,12 @@ skilleter_modules/files.py,sha256=HLrNcUdnpWO-1GEZiDochpVdDKto4G1ukmk4Mszdy7o,47
9
9
  skilleter_modules/git.py,sha256=1rXwhvxHQuIMFqBTRxc1OYOgfcpcIGiWRl1HWRU6x4k,43300
10
10
  skilleter_modules/gitlab.py,sha256=uXAF918xnPk6qQyiwPQDbMZfqtJzhiRqDS7yEtJEIAg,6079
11
11
  skilleter_modules/path.py,sha256=sk_v9wlRTqZybyl6muAM5yL93ni2LTM0pPj1tyqcaHs,4886
12
- skilleter_modules/popup.py,sha256=TY9rpj4q8uZxerSt641LGUTy0TZgUjgfEX-CkRMuyek,2540
12
+ skilleter_modules/popup.py,sha256=h62qcCScLcS9UEdCtlSUzfOxmuD8KzQiBsgSklbPmQI,2561
13
13
  skilleter_modules/run.py,sha256=mXzf1kJxNIKSYVT6khJ8s5RiA2cVqkoOFk0P6QPIBY0,10631
14
14
  skilleter_modules/tidy.py,sha256=AN_3CRHd8HyWeXlNtd0gZyaA0UJfO4k3IvC5fszeUtk,5972
15
15
  skilleter_modules/venv_template.py,sha256=ZfUvi8qFNGrk7J030Zy57xjwMtfIArJyqa-MqafyjVk,1016
16
- skilleter_modules-0.0.5.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
17
- skilleter_modules-0.0.5.dist-info/METADATA,sha256=nz9T-iIRzZB9-nroS7WlGwR-kyAbPhyHzoeXkY_YVSw,1824
18
- skilleter_modules-0.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- skilleter_modules-0.0.5.dist-info/top_level.txt,sha256=DMa0AkGOjoDHiHDG6Nw1jtdUylaMm5WkF6uODT9yxJc,18
20
- skilleter_modules-0.0.5.dist-info/RECORD,,
16
+ skilleter_modules-0.0.6.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
17
+ skilleter_modules-0.0.6.dist-info/METADATA,sha256=Eu4oX1mZ32n6v5iXs0Rl6A1eIajUN1gtamg4JgLkn68,1824
18
+ skilleter_modules-0.0.6.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
19
+ skilleter_modules-0.0.6.dist-info/top_level.txt,sha256=DMa0AkGOjoDHiHDG6Nw1jtdUylaMm5WkF6uODT9yxJc,18
20
+ skilleter_modules-0.0.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5