trgb 0.1.0__py3-none-any.whl → 0.1.1__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.

Potentially problematic release.


This version of trgb might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trgb
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Library for Python with colors, styles, support rgb and 256 colors for terminal
5
5
  Author: 13
6
6
  License: MIT
@@ -26,11 +26,11 @@ import:
26
26
 
27
27
  '''bash
28
28
 
29
- pip install tcx
29
+ pip install trgb
30
30
 
31
31
  '''py
32
32
 
33
- from tcx import red, blue, bold, rgb ...
33
+ from trgb import red, blue, bold, rgb ...
34
34
 
35
35
  using:
36
36
 
@@ -0,0 +1,10 @@
1
+ trgb/__init__.py,sha256=lzWzcP6sTr9Su9UUU7ueg7lVFu75eNInD1Gk5EN9yT0,1154
2
+ trgb/colors.py,sha256=wJG3_PK5pqLjd0VG5W1sDg0Tkq9y043xP3bViKdqdk4,1101
3
+ trgb/colors256.py,sha256=7z3WV4XTw5IxtvEzkTf8yzAppRPBZimpAR4wkTv5vX8,549
4
+ trgb/main.py,sha256=oOrmec_QVdooTFy3nYe3hdNKd195PpKM4tUYDdGlIl0,666
5
+ trgb/rgb.py,sha256=Ce36uEV19kbIjUok-AReWUp8crTu3W75aKJHsLj2Gyk,678
6
+ trgb/styles.py,sha256=-nGOVCZcQDafYNaksh-dvblsXgEzeg1Ba6Ko5e-QOAg,366
7
+ trgb-0.1.1.dist-info/METADATA,sha256=7KUhC9NKjfZAzKTPnqQSrAcEC1LOqVC9DLmamkO_Q6M,1363
8
+ trgb-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
9
+ trgb-0.1.1.dist-info/top_level.txt,sha256=M89Mx0_ZFFNzw5chK-T-dfrosZ7BKpq4tAVB0mUu8uA,5
10
+ trgb-0.1.1.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ trgb
@@ -1,10 +0,0 @@
1
- tcx/__init__.py,sha256=lzWzcP6sTr9Su9UUU7ueg7lVFu75eNInD1Gk5EN9yT0,1154
2
- tcx/colors.py,sha256=wJG3_PK5pqLjd0VG5W1sDg0Tkq9y043xP3bViKdqdk4,1101
3
- tcx/colors256.py,sha256=7z3WV4XTw5IxtvEzkTf8yzAppRPBZimpAR4wkTv5vX8,549
4
- tcx/main.py,sha256=oOrmec_QVdooTFy3nYe3hdNKd195PpKM4tUYDdGlIl0,666
5
- tcx/rgb.py,sha256=Ce36uEV19kbIjUok-AReWUp8crTu3W75aKJHsLj2Gyk,678
6
- tcx/styles.py,sha256=-nGOVCZcQDafYNaksh-dvblsXgEzeg1Ba6Ko5e-QOAg,366
7
- trgb-0.1.0.dist-info/METADATA,sha256=-oy9cNgoxc2qqDTU6WTSR__MEN_XZ4T6gOUWVfm6oM8,1361
8
- trgb-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
9
- trgb-0.1.0.dist-info/top_level.txt,sha256=voDxH_zsGvbjBArDULVT3nO3k5zdj3jueSFaYp0SF6c,4
10
- trgb-0.1.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- tcx
File without changes
{tcx → trgb}/colors.py RENAMED
File without changes
File without changes
{tcx → trgb}/main.py RENAMED
File without changes
{tcx → trgb}/rgb.py RENAMED
File without changes
{tcx → trgb}/styles.py RENAMED
File without changes
File without changes