loopstring 0.0.3__tar.gz → 0.0.4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loopstring
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Terminal utilities
5
5
  Requires-Python: >=3.7
6
6
  Description-Content-Type: text/markdown
@@ -8,7 +8,6 @@ class FG:
8
8
  MAGENTA = "\033[35m"
9
9
  CYAN = "\033[36m"
10
10
  WHITE = "\033[37m"
11
- RESET = "\033[39m"
12
11
 
13
12
  class BG:
14
13
  """Background colors"""
@@ -30,6 +29,7 @@ class FORMAT:
30
29
  UNDERLINE = '\033[4m' # Underline
31
30
  REVERSE = '\033[7m' # Reverse video
32
31
  STRIKETHROUGH = '\033[9m' # Strikethrough
32
+ RESET = "\033[39m"
33
33
 
34
34
  class BOXES:
35
35
  @staticmethod
@@ -68,12 +68,10 @@ class BOXES:
68
68
 
69
69
  class SYMBOLS:
70
70
  """Cool symbols!"""
71
- HEXAGON = '⬢' # Bold
72
- PENTAGON = '⬟' # Dim
73
- STAR = '⭑' # Italic
74
- DOWNLOAD = '⤓' # Underline
75
- REVERSE = '\033[7m' # Reverse video
76
- STRIKETHROUGH = '\033[9m' # Strikethrough
71
+ HEXAGON = '⬢'
72
+ PENTAGON = '⬟'
73
+ STAR = '⭑'
74
+ DOWNLOAD = '⤓'
77
75
  LIGHTSHADE = '░'
78
76
  MEDIUMSHADE = '▒'
79
77
  DARKSHADE = '▓'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loopstring
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Terminal utilities
5
5
  Requires-Python: >=3.7
6
6
  Description-Content-Type: text/markdown
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "loopstring"
7
- version = "0.0.3"
7
+ version = "0.0.4"
8
8
  description = "Terminal utilities"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
File without changes
File without changes
File without changes