loopstring 0.0.1__py3-none-any.whl → 0.0.3__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/__init__.py CHANGED
@@ -0,0 +1,7 @@
1
+ # loopstring/__init__.py
2
+
3
+ # Explicitly pull the classes from your main code file into the package front door
4
+ from .loopstring import FG, BG, FORMAT, BOXES
5
+
6
+ # Expose them for when people use "from loopstring import *"
7
+ __all__ = ['FG', 'BG', 'FORMAT', 'BOXES']
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loopstring
3
- Version: 0.0.1
4
- Summary: A terminal string layout, coloring, and box-drawing utility.
3
+ Version: 0.0.3
4
+ Summary: Terminal utilities
5
5
  Requires-Python: >=3.7
6
6
  Description-Content-Type: text/markdown
7
7
 
@@ -0,0 +1,6 @@
1
+ loopstring/__init__.py,sha256=cdk1q8_fBDEDQER9hr3fCBc6dGHVxjkbJgwlH7ttAEM,259
2
+ loopstring/loopstring.py,sha256=s7K4vNJyVRLNyTB_b1H1waUrFFjRWTb1ppG7Dht_riw,2944
3
+ loopstring-0.0.3.dist-info/METADATA,sha256=Lil97F6R6WCiaEMB-eIElLqgxEgCzi5ZZyBlHPjTmMk,1466
4
+ loopstring-0.0.3.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
5
+ loopstring-0.0.3.dist-info/top_level.txt,sha256=2ydcZBVjxIoTy9e7zFiQFH3LMMAGVBh6iPbdCfKdtqo,11
6
+ loopstring-0.0.3.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- loopstring/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- loopstring/loopstring.py,sha256=s7K4vNJyVRLNyTB_b1H1waUrFFjRWTb1ppG7Dht_riw,2944
3
- loopstring-0.0.1.dist-info/METADATA,sha256=3CFjOr4wvoxBR-NabeBHCT0JnZtdQjPd2D-A6uCBGDw,1508
4
- loopstring-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
5
- loopstring-0.0.1.dist-info/top_level.txt,sha256=2ydcZBVjxIoTy9e7zFiQFH3LMMAGVBh6iPbdCfKdtqo,11
6
- loopstring-0.0.1.dist-info/RECORD,,