loopstring 0.0.5__py3-none-any.whl → 0.1.0__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.
loopstring/loopstring.py CHANGED
@@ -79,11 +79,12 @@ class BOXES:
79
79
 
80
80
 
81
81
  class SYMBOLS:
82
- """Cool symbols!"""
83
- HEXAGON = '⬢'
84
- PENTAGON = ''
85
- STAR = ''
86
- DOWNLOAD = ''
82
+ """Cool symbols for layouts, dashboards, and loading bars!"""
83
+ # Original Symbols
84
+ HEXAGON = ''
85
+ PENTAGON = ''
86
+ STAR = ''
87
+ DOWNLOAD = '⤓'
87
88
  LIGHTSHADE = '░'
88
89
  MEDIUMSHADE = '▒'
89
90
  DARKSHADE = '▓'
@@ -98,3 +99,23 @@ class SYMBOLS:
98
99
  FILLEDRIGHTTRIANGLE = '▶'
99
100
  RIGHTTRIANGLE = '▷'
100
101
  ASTROIDSTAR = '✦'
102
+
103
+ MONITOR = '🖵' # U+1F5B5 - Physical monitor screen layout
104
+ CLEAR_SCREEN = '⎚' # U+239A - Classic wipe/clear screen icon
105
+ PROMPT = '❯' # U+276F - Modern CLI input hook
106
+ NETWORK = '🛜︎' # U+1F6DC - Wi-Fi/Network status indicator
107
+
108
+ FILL_1_8 = '▏' # U+258F - Left 1/8 block fill
109
+ FILL_1_4 = '▎' # U+258E - Left 1/4 block fill
110
+ FILL_HALF = '▌' # U+258C - Left half block fill
111
+ FILL_3_4 = '▊' # U+258A - Left 3/4 block fill
112
+
113
+ FOLDER_CLOSED = '🗀' # U+1F5C0 - Closed directory item
114
+ FOLDER_OPEN = '🗁' # U+1F5C1 - Expanded directory folder
115
+ DOCUMENT = '🖹' # U+1F5B9 - Log/Text file symbol
116
+ TRASH = '🗑︎' # U+1F5D1 - Delete/Erase storage indicator
117
+
118
+ LOOP_INFINITY = '∞' # U+221E - Infinity track loop
119
+ LOOP_SINGLE = '➰︎' # U+27B0 - Light curly loop curl
120
+ LOOP_DOUBLE = '➿︎' # U+27BF - Double curly loop hook
121
+ LOOP_REFRESH = '⥁' # U+2941 - Circular reload sequence
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loopstring
3
- Version: 0.0.5
3
+ Version: 0.1.0
4
4
  Summary: Terminal utilities
5
5
  Requires-Python: >=3.7
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ loopstring/__init__.py,sha256=JwlaxgSNMrKB5FLZZf9R3p38hHjeJ8JlqhZmrYUHmeA,109
2
+ loopstring/loopstring.py,sha256=67fOYFq2tKHB7J5l9FlqZixyeXfzDdwBoGPsj_M-Pdc,4275
3
+ loopstring-0.1.0.dist-info/METADATA,sha256=hRQ_oB2kHU55In7fYIf7P6wIZ38xCsGiwnKE304p5w8,1493
4
+ loopstring-0.1.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
5
+ loopstring-0.1.0.dist-info/top_level.txt,sha256=2ydcZBVjxIoTy9e7zFiQFH3LMMAGVBh6iPbdCfKdtqo,11
6
+ loopstring-0.1.0.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- loopstring/__init__.py,sha256=JwlaxgSNMrKB5FLZZf9R3p38hHjeJ8JlqhZmrYUHmeA,109
2
- loopstring/loopstring.py,sha256=SzWK5lGPTcMISBip-y-LvCeQ4c4_zzk7qBKf5Y8LHEY,3156
3
- loopstring-0.0.5.dist-info/METADATA,sha256=5GJ-EQ70aE0xIc6K9MdtiQ0EB_ZTry7pprvLPnI1udA,1493
4
- loopstring-0.0.5.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
5
- loopstring-0.0.5.dist-info/top_level.txt,sha256=2ydcZBVjxIoTy9e7zFiQFH3LMMAGVBh6iPbdCfKdtqo,11
6
- loopstring-0.0.5.dist-info/RECORD,,