trgb 0.1.0__tar.gz → 0.1.1__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.
Potentially problematic release.
This version of trgb might be problematic. Click here for more details.
- {trgb-0.1.0 → trgb-0.1.1}/PKG-INFO +3 -3
- {trgb-0.1.0 → trgb-0.1.1}/README.md +2 -2
- {trgb-0.1.0 → trgb-0.1.1}/pyproject.toml +1 -1
- {trgb-0.1.0 → trgb-0.1.1}/src/trgb.egg-info/PKG-INFO +3 -3
- trgb-0.1.1/src/trgb.egg-info/SOURCES.txt +12 -0
- trgb-0.1.1/src/trgb.egg-info/top_level.txt +1 -0
- trgb-0.1.0/src/trgb.egg-info/SOURCES.txt +0 -12
- trgb-0.1.0/src/trgb.egg-info/top_level.txt +0 -1
- {trgb-0.1.0 → trgb-0.1.1}/setup.cfg +0 -0
- {trgb-0.1.0/src/tcx → trgb-0.1.1/src/trgb}/__init__.py +0 -0
- {trgb-0.1.0/src/tcx → trgb-0.1.1/src/trgb}/colors.py +0 -0
- {trgb-0.1.0/src/tcx → trgb-0.1.1/src/trgb}/colors256.py +0 -0
- {trgb-0.1.0/src/tcx → trgb-0.1.1/src/trgb}/main.py +0 -0
- {trgb-0.1.0/src/tcx → trgb-0.1.1/src/trgb}/rgb.py +0 -0
- {trgb-0.1.0/src/tcx → trgb-0.1.1/src/trgb}/styles.py +0 -0
- {trgb-0.1.0 → trgb-0.1.1}/src/trgb.egg-info/dependency_links.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trgb
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
29
|
+
pip install trgb
|
|
30
30
|
|
|
31
31
|
'''py
|
|
32
32
|
|
|
33
|
-
from
|
|
33
|
+
from trgb import red, blue, bold, rgb ...
|
|
34
34
|
|
|
35
35
|
using:
|
|
36
36
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trgb
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
29
|
+
pip install trgb
|
|
30
30
|
|
|
31
31
|
'''py
|
|
32
32
|
|
|
33
|
-
from
|
|
33
|
+
from trgb import red, blue, bold, rgb ...
|
|
34
34
|
|
|
35
35
|
using:
|
|
36
36
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
src/trgb/__init__.py
|
|
4
|
+
src/trgb/colors.py
|
|
5
|
+
src/trgb/colors256.py
|
|
6
|
+
src/trgb/main.py
|
|
7
|
+
src/trgb/rgb.py
|
|
8
|
+
src/trgb/styles.py
|
|
9
|
+
src/trgb.egg-info/PKG-INFO
|
|
10
|
+
src/trgb.egg-info/SOURCES.txt
|
|
11
|
+
src/trgb.egg-info/dependency_links.txt
|
|
12
|
+
src/trgb.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
trgb
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
README.md
|
|
2
|
-
pyproject.toml
|
|
3
|
-
src/tcx/__init__.py
|
|
4
|
-
src/tcx/colors.py
|
|
5
|
-
src/tcx/colors256.py
|
|
6
|
-
src/tcx/main.py
|
|
7
|
-
src/tcx/rgb.py
|
|
8
|
-
src/tcx/styles.py
|
|
9
|
-
src/trgb.egg-info/PKG-INFO
|
|
10
|
-
src/trgb.egg-info/SOURCES.txt
|
|
11
|
-
src/trgb.egg-info/dependency_links.txt
|
|
12
|
-
src/trgb.egg-info/top_level.txt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tcx
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|