shellcolorize 0.2__tar.gz → 0.3__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.
- {shellcolorize-0.2 → shellcolorize-0.3}/PKG-INFO +2 -2
- {shellcolorize-0.2 → shellcolorize-0.3}/setup.py +2 -2
- {shellcolorize-0.2 → shellcolorize-0.3}/shellcolorize.egg-info/PKG-INFO +2 -2
- {shellcolorize-0.2 → shellcolorize-0.3}/README.md +0 -0
- {shellcolorize-0.2 → shellcolorize-0.3}/setup.cfg +0 -0
- {shellcolorize-0.2 → shellcolorize-0.3}/shellcolorize/__init__.py +0 -0
- {shellcolorize-0.2 → shellcolorize-0.3}/shellcolorize/color.py +0 -0
- {shellcolorize-0.2 → shellcolorize-0.3}/shellcolorize.egg-info/SOURCES.txt +0 -0
- {shellcolorize-0.2 → shellcolorize-0.3}/shellcolorize.egg-info/dependency_links.txt +0 -0
- {shellcolorize-0.2 → shellcolorize-0.3}/shellcolorize.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: shellcolorize
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.3
|
|
4
|
+
Summary: Add color to Linux CLI shell terminal output in ANSI
|
|
5
5
|
Home-page: https://github.com/serber1990/shell-colorize
|
|
6
6
|
Author: Serber1990
|
|
7
7
|
Author-email: serber1990@pm.me
|
|
@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="shellcolorize",
|
|
5
|
-
version="0.
|
|
6
|
-
description="
|
|
5
|
+
version="0.3",
|
|
6
|
+
description="Add color to Linux CLI shell terminal output in ANSI",
|
|
7
7
|
long_description=open("README.md").read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
9
9
|
author="Serber1990",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: shellcolorize
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.3
|
|
4
|
+
Summary: Add color to Linux CLI shell terminal output in ANSI
|
|
5
5
|
Home-page: https://github.com/serber1990/shell-colorize
|
|
6
6
|
Author: Serber1990
|
|
7
7
|
Author-email: serber1990@pm.me
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|