shinyshell 0.2.1__tar.gz → 0.2.2__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.
- {shinyshell-0.2.1 → shinyshell-0.2.2}/PKG-INFO +61 -8
- shinyshell-0.2.1/shinyshell.egg-info/PKG-INFO → shinyshell-0.2.2/README.md +46 -37
- shinyshell-0.2.2/setup.py +52 -0
- {shinyshell-0.2.1 → shinyshell-0.2.2}/shinyshell/__init__.py +1 -1
- shinyshell-0.2.1/README.md → shinyshell-0.2.2/shinyshell.egg-info/PKG-INFO +90 -5
- shinyshell-0.2.1/setup.py +0 -32
- {shinyshell-0.2.1 → shinyshell-0.2.2}/LICENSE +0 -0
- {shinyshell-0.2.1 → shinyshell-0.2.2}/setup.cfg +0 -0
- {shinyshell-0.2.1 → shinyshell-0.2.2}/shinyshell/banner.py +0 -0
- {shinyshell-0.2.1 → shinyshell-0.2.2}/shinyshell.egg-info/SOURCES.txt +0 -0
- {shinyshell-0.2.1 → shinyshell-0.2.2}/shinyshell.egg-info/dependency_links.txt +0 -0
- {shinyshell-0.2.1 → shinyshell-0.2.2}/shinyshell.egg-info/top_level.txt +0 -0
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shinyshell
|
|
3
|
-
Version: 0.2.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.2.2
|
|
4
|
+
Summary: Python library for beautiful terminal output — colored printing, tables, progress bars, syntax highlighting, bar charts, QR codes, and more. Zero dependencies.
|
|
5
5
|
Home-page: https://github.com/adnanahamed66772ndpc/shinyshell
|
|
6
6
|
Author: Adnan Ahamed Himal
|
|
7
|
-
|
|
7
|
+
Author-email: hello@adnanahamedhimal.com
|
|
8
|
+
Project-URL: Source, https://github.com/adnanahamed66772ndpc/shinyshell
|
|
9
|
+
Project-URL: Bug Reports, https://github.com/adnanahamed66772ndpc/shinyshell/issues
|
|
10
|
+
Project-URL: Documentation, https://github.com/adnanahamed66772ndpc/shinyshell#readme
|
|
11
|
+
Keywords: terminal,cli,console,pretty,beautiful,output,print,colors,ansi,progress bar,table,spinner,syntax highlighting,diff,json,bar chart,qr code,ascii art,markdown,debug,trace,logging,bash,shell,colored,formatting,rich,colorama,termcolor,python library,python package,python cli,python terminal,developer tools,devtools,zero dependency
|
|
8
12
|
Classifier: Development Status :: 4 - Beta
|
|
9
13
|
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: System Administrators
|
|
15
|
+
Classifier: Intended Audience :: Information Technology
|
|
10
16
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
17
|
Classifier: Programming Language :: Python :: 3
|
|
12
18
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -14,38 +20,85 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
14
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
24
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
25
|
Classifier: Topic :: Terminals
|
|
26
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
27
|
+
Classifier: Topic :: Utilities
|
|
19
28
|
Classifier: Environment :: Console
|
|
29
|
+
Classifier: Operating System :: OS Independent
|
|
20
30
|
Requires-Python: >=3.8
|
|
21
31
|
Description-Content-Type: text/markdown
|
|
22
32
|
License-File: LICENSE
|
|
23
33
|
Dynamic: author
|
|
34
|
+
Dynamic: author-email
|
|
24
35
|
Dynamic: classifier
|
|
25
36
|
Dynamic: description
|
|
26
37
|
Dynamic: description-content-type
|
|
27
38
|
Dynamic: home-page
|
|
28
39
|
Dynamic: keywords
|
|
29
40
|
Dynamic: license-file
|
|
41
|
+
Dynamic: project-url
|
|
30
42
|
Dynamic: requires-python
|
|
31
43
|
Dynamic: summary
|
|
32
44
|
|
|
33
|
-
# ✨ shinyshell
|
|
45
|
+
# ✨ shinyshell — Beautiful Terminal Output Library for Python
|
|
34
46
|
|
|
35
47
|
<p align="center">
|
|
36
|
-
<b>
|
|
37
|
-
|
|
48
|
+
<b>Python library for beautiful CLI output, colored terminal printing, progress bars,<br>
|
|
49
|
+
tables, syntax highlighting, ASCII art, and interactive prompts — all with zero dependencies.</b><br>
|
|
50
|
+
<i>One import. 38 features. Pure Python stdlib. No pip install headaches.</i>
|
|
38
51
|
</p>
|
|
39
52
|
|
|
40
53
|
<p align="center">
|
|
41
54
|
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/v/shinyshell?color=green&label=PyPI" alt="PyPI"></a>
|
|
42
|
-
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/pyversions/shinyshell" alt="Python"></a>
|
|
43
|
-
<a href="https://github.com/adnanahamed66772ndpc/shinyshell/blob/main/LICENSE"><img src="https://img.shields.io/github/license/adnanahamed66772ndpc/shinyshell" alt="License"></a>
|
|
55
|
+
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/pyversions/shinyshell" alt="Python Versions"></a>
|
|
56
|
+
<a href="https://github.com/adnanahamed66772ndpc/shinyshell/blob/main/LICENSE"><img src="https://img.shields.io/github/license/adnanahamed66772ndpc/shinyshell" alt="MIT License"></a>
|
|
44
57
|
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/dm/shinyshell" alt="Downloads"></a>
|
|
58
|
+
<a href="https://github.com/adnanahamed66772ndpc/shinyshell"><img src="https://img.shields.io/github/stars/adnanahamed66772ndpc/shinyshell?style=social" alt="GitHub Stars"></a>
|
|
45
59
|
</p>
|
|
46
60
|
|
|
47
61
|
---
|
|
48
62
|
|
|
63
|
+
## 📦 Why shinyshell?
|
|
64
|
+
|
|
65
|
+
- **Zero dependencies** — uses only Python standard library (`os`, `sys`, `shutil`)
|
|
66
|
+
- **38 built-in features** — tables, progress bars, code highlighting, diff viewer, JSON formatter, bar charts, QR codes, ASCII art, and more
|
|
67
|
+
- **Cross-platform** — Linux, macOS, Windows Terminal, PowerShell, CMD, VS Code, PyCharm
|
|
68
|
+
- **Beginner-friendly** — one import, intuitive API, no configuration needed
|
|
69
|
+
- **Production-ready** — works in scripts, CLIs, CI/CD pipelines, Docker containers
|
|
70
|
+
- **Lightweight** — ~950 lines of code, installs in seconds
|
|
71
|
+
|
|
72
|
+
### Use Cases
|
|
73
|
+
|
|
74
|
+
| Use Case | Features You'll Use |
|
|
75
|
+
|----------|-------------------|
|
|
76
|
+
| **CLI tool developer** | progress bars, spinners, headers, tables, confirm dialogs |
|
|
77
|
+
| **Data scientist** | tables, bar charts, metrics dashboard, JSON viewer |
|
|
78
|
+
| **DevOps engineer** | colored messages, benchmarks, env viewer, code blocks |
|
|
79
|
+
| **Backend developer** | debug(), trace(), diff viewer, secret masking |
|
|
80
|
+
| **Student/learner** | markdown renderer, ASCII art, QR codes, emoji helper |
|
|
81
|
+
|
|
82
|
+
### vs Alternatives
|
|
83
|
+
|
|
84
|
+
| | shinyshell | rich | colorama | termcolor |
|
|
85
|
+
|---|-----------|------|----------|-----------|
|
|
86
|
+
| Dependencies | **0** | 10+ | 0 | 0 |
|
|
87
|
+
| Features | **38** | 50+ | 3 | 5 |
|
|
88
|
+
| Install size | **~25KB** | ~50MB | ~20KB | ~15KB |
|
|
89
|
+
| Tables | ✅ | ✅ | ❌ | ❌ |
|
|
90
|
+
| Progress bars | ✅ | ✅ | ❌ | ❌ |
|
|
91
|
+
| Code highlight | ✅ | ✅ | ❌ | ❌ |
|
|
92
|
+
| Bar charts | ✅ | ❌ | ❌ | ❌ |
|
|
93
|
+
| Timeline | ✅ | ❌ | ❌ | ❌ |
|
|
94
|
+
| QR codes | ✅ | ❌ | ❌ | ❌ |
|
|
95
|
+
| Debug/trace | ✅ | ❌ | ❌ | ❌ |
|
|
96
|
+
| Interactive | ✅ | ✅ | ❌ | ❌ |
|
|
97
|
+
|
|
98
|
+
> **shinyshell** is the sweet spot: ***rich's feature set with colorama's simplicity***.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
49
102
|
## 📦 Install
|
|
50
103
|
|
|
51
104
|
```bash
|
|
@@ -1,51 +1,60 @@
|
|
|
1
|
-
|
|
2
|
-
Name: shinyshell
|
|
3
|
-
Version: 0.2.1
|
|
4
|
-
Summary: Beautiful terminal output for Python. Zero dependencies.
|
|
5
|
-
Home-page: https://github.com/adnanahamed66772ndpc/shinyshell
|
|
6
|
-
Author: Adnan Ahamed Himal
|
|
7
|
-
Keywords: terminal,shell,pretty,beautiful,output,cli,print,colors
|
|
8
|
-
Classifier: Development Status :: 4 - Beta
|
|
9
|
-
Classifier: Intended Audience :: Developers
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
|
-
Classifier: Topic :: Terminals
|
|
19
|
-
Classifier: Environment :: Console
|
|
20
|
-
Requires-Python: >=3.8
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
License-File: LICENSE
|
|
23
|
-
Dynamic: author
|
|
24
|
-
Dynamic: classifier
|
|
25
|
-
Dynamic: description
|
|
26
|
-
Dynamic: description-content-type
|
|
27
|
-
Dynamic: home-page
|
|
28
|
-
Dynamic: keywords
|
|
29
|
-
Dynamic: license-file
|
|
30
|
-
Dynamic: requires-python
|
|
31
|
-
Dynamic: summary
|
|
32
|
-
|
|
33
|
-
# ✨ shinyshell
|
|
1
|
+
# ✨ shinyshell — Beautiful Terminal Output Library for Python
|
|
34
2
|
|
|
35
3
|
<p align="center">
|
|
36
|
-
<b>
|
|
37
|
-
|
|
4
|
+
<b>Python library for beautiful CLI output, colored terminal printing, progress bars,<br>
|
|
5
|
+
tables, syntax highlighting, ASCII art, and interactive prompts — all with zero dependencies.</b><br>
|
|
6
|
+
<i>One import. 38 features. Pure Python stdlib. No pip install headaches.</i>
|
|
38
7
|
</p>
|
|
39
8
|
|
|
40
9
|
<p align="center">
|
|
41
10
|
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/v/shinyshell?color=green&label=PyPI" alt="PyPI"></a>
|
|
42
|
-
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/pyversions/shinyshell" alt="Python"></a>
|
|
43
|
-
<a href="https://github.com/adnanahamed66772ndpc/shinyshell/blob/main/LICENSE"><img src="https://img.shields.io/github/license/adnanahamed66772ndpc/shinyshell" alt="License"></a>
|
|
11
|
+
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/pyversions/shinyshell" alt="Python Versions"></a>
|
|
12
|
+
<a href="https://github.com/adnanahamed66772ndpc/shinyshell/blob/main/LICENSE"><img src="https://img.shields.io/github/license/adnanahamed66772ndpc/shinyshell" alt="MIT License"></a>
|
|
44
13
|
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/dm/shinyshell" alt="Downloads"></a>
|
|
14
|
+
<a href="https://github.com/adnanahamed66772ndpc/shinyshell"><img src="https://img.shields.io/github/stars/adnanahamed66772ndpc/shinyshell?style=social" alt="GitHub Stars"></a>
|
|
45
15
|
</p>
|
|
46
16
|
|
|
47
17
|
---
|
|
48
18
|
|
|
19
|
+
## 📦 Why shinyshell?
|
|
20
|
+
|
|
21
|
+
- **Zero dependencies** — uses only Python standard library (`os`, `sys`, `shutil`)
|
|
22
|
+
- **38 built-in features** — tables, progress bars, code highlighting, diff viewer, JSON formatter, bar charts, QR codes, ASCII art, and more
|
|
23
|
+
- **Cross-platform** — Linux, macOS, Windows Terminal, PowerShell, CMD, VS Code, PyCharm
|
|
24
|
+
- **Beginner-friendly** — one import, intuitive API, no configuration needed
|
|
25
|
+
- **Production-ready** — works in scripts, CLIs, CI/CD pipelines, Docker containers
|
|
26
|
+
- **Lightweight** — ~950 lines of code, installs in seconds
|
|
27
|
+
|
|
28
|
+
### Use Cases
|
|
29
|
+
|
|
30
|
+
| Use Case | Features You'll Use |
|
|
31
|
+
|----------|-------------------|
|
|
32
|
+
| **CLI tool developer** | progress bars, spinners, headers, tables, confirm dialogs |
|
|
33
|
+
| **Data scientist** | tables, bar charts, metrics dashboard, JSON viewer |
|
|
34
|
+
| **DevOps engineer** | colored messages, benchmarks, env viewer, code blocks |
|
|
35
|
+
| **Backend developer** | debug(), trace(), diff viewer, secret masking |
|
|
36
|
+
| **Student/learner** | markdown renderer, ASCII art, QR codes, emoji helper |
|
|
37
|
+
|
|
38
|
+
### vs Alternatives
|
|
39
|
+
|
|
40
|
+
| | shinyshell | rich | colorama | termcolor |
|
|
41
|
+
|---|-----------|------|----------|-----------|
|
|
42
|
+
| Dependencies | **0** | 10+ | 0 | 0 |
|
|
43
|
+
| Features | **38** | 50+ | 3 | 5 |
|
|
44
|
+
| Install size | **~25KB** | ~50MB | ~20KB | ~15KB |
|
|
45
|
+
| Tables | ✅ | ✅ | ❌ | ❌ |
|
|
46
|
+
| Progress bars | ✅ | ✅ | ❌ | ❌ |
|
|
47
|
+
| Code highlight | ✅ | ✅ | ❌ | ❌ |
|
|
48
|
+
| Bar charts | ✅ | ❌ | ❌ | ❌ |
|
|
49
|
+
| Timeline | ✅ | ❌ | ❌ | ❌ |
|
|
50
|
+
| QR codes | ✅ | ❌ | ❌ | ❌ |
|
|
51
|
+
| Debug/trace | ✅ | ❌ | ❌ | ❌ |
|
|
52
|
+
| Interactive | ✅ | ✅ | ❌ | ❌ |
|
|
53
|
+
|
|
54
|
+
> **shinyshell** is the sweet spot: ***rich's feature set with colorama's simplicity***.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
49
58
|
## 📦 Install
|
|
50
59
|
|
|
51
60
|
```bash
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"""Setup for shinyshell."""
|
|
2
|
+
from setuptools import setup, find_packages
|
|
3
|
+
|
|
4
|
+
with open("README.md", "r") as f:
|
|
5
|
+
long_description = f.read()
|
|
6
|
+
|
|
7
|
+
setup(
|
|
8
|
+
name="shinyshell",
|
|
9
|
+
version="0.2.2",
|
|
10
|
+
author="Adnan Ahamed Himal",
|
|
11
|
+
author_email="hello@adnanahamedhimal.com",
|
|
12
|
+
description="Python library for beautiful terminal output — colored printing, tables, progress bars, syntax highlighting, bar charts, QR codes, and more. Zero dependencies.",
|
|
13
|
+
long_description=long_description,
|
|
14
|
+
long_description_content_type="text/markdown",
|
|
15
|
+
url="https://github.com/adnanahamed66772ndpc/shinyshell",
|
|
16
|
+
project_urls={
|
|
17
|
+
"Source": "https://github.com/adnanahamed66772ndpc/shinyshell",
|
|
18
|
+
"Bug Reports": "https://github.com/adnanahamed66772ndpc/shinyshell/issues",
|
|
19
|
+
"Documentation": "https://github.com/adnanahamed66772ndpc/shinyshell#readme",
|
|
20
|
+
},
|
|
21
|
+
packages=find_packages(),
|
|
22
|
+
classifiers=[
|
|
23
|
+
"Development Status :: 4 - Beta",
|
|
24
|
+
"Intended Audience :: Developers",
|
|
25
|
+
"Intended Audience :: System Administrators",
|
|
26
|
+
"Intended Audience :: Information Technology",
|
|
27
|
+
"License :: OSI Approved :: MIT License",
|
|
28
|
+
"Programming Language :: Python :: 3",
|
|
29
|
+
"Programming Language :: Python :: 3.8",
|
|
30
|
+
"Programming Language :: Python :: 3.9",
|
|
31
|
+
"Programming Language :: Python :: 3.10",
|
|
32
|
+
"Programming Language :: Python :: 3.11",
|
|
33
|
+
"Programming Language :: Python :: 3.12",
|
|
34
|
+
"Programming Language :: Python :: 3.13",
|
|
35
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
36
|
+
"Topic :: Terminals",
|
|
37
|
+
"Topic :: Software Development :: User Interfaces",
|
|
38
|
+
"Topic :: Utilities",
|
|
39
|
+
"Environment :: Console",
|
|
40
|
+
"Operating System :: OS Independent",
|
|
41
|
+
],
|
|
42
|
+
python_requires=">=3.8",
|
|
43
|
+
keywords=[
|
|
44
|
+
"terminal", "cli", "console", "pretty", "beautiful", "output",
|
|
45
|
+
"print", "colors", "ansi", "progress bar", "table", "spinner",
|
|
46
|
+
"syntax highlighting", "diff", "json", "bar chart", "qr code",
|
|
47
|
+
"ascii art", "markdown", "debug", "trace", "logging", "bash",
|
|
48
|
+
"shell", "colored", "formatting", "rich", "colorama", "termcolor",
|
|
49
|
+
"python library", "python package", "python cli", "python terminal",
|
|
50
|
+
"developer tools", "devtools", "zero dependency",
|
|
51
|
+
],
|
|
52
|
+
)
|
|
@@ -1,19 +1,104 @@
|
|
|
1
|
-
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: shinyshell
|
|
3
|
+
Version: 0.2.2
|
|
4
|
+
Summary: Python library for beautiful terminal output — colored printing, tables, progress bars, syntax highlighting, bar charts, QR codes, and more. Zero dependencies.
|
|
5
|
+
Home-page: https://github.com/adnanahamed66772ndpc/shinyshell
|
|
6
|
+
Author: Adnan Ahamed Himal
|
|
7
|
+
Author-email: hello@adnanahamedhimal.com
|
|
8
|
+
Project-URL: Source, https://github.com/adnanahamed66772ndpc/shinyshell
|
|
9
|
+
Project-URL: Bug Reports, https://github.com/adnanahamed66772ndpc/shinyshell/issues
|
|
10
|
+
Project-URL: Documentation, https://github.com/adnanahamed66772ndpc/shinyshell#readme
|
|
11
|
+
Keywords: terminal,cli,console,pretty,beautiful,output,print,colors,ansi,progress bar,table,spinner,syntax highlighting,diff,json,bar chart,qr code,ascii art,markdown,debug,trace,logging,bash,shell,colored,formatting,rich,colorama,termcolor,python library,python package,python cli,python terminal,developer tools,devtools,zero dependency
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: System Administrators
|
|
15
|
+
Classifier: Intended Audience :: Information Technology
|
|
16
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
24
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
25
|
+
Classifier: Topic :: Terminals
|
|
26
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
27
|
+
Classifier: Topic :: Utilities
|
|
28
|
+
Classifier: Environment :: Console
|
|
29
|
+
Classifier: Operating System :: OS Independent
|
|
30
|
+
Requires-Python: >=3.8
|
|
31
|
+
Description-Content-Type: text/markdown
|
|
32
|
+
License-File: LICENSE
|
|
33
|
+
Dynamic: author
|
|
34
|
+
Dynamic: author-email
|
|
35
|
+
Dynamic: classifier
|
|
36
|
+
Dynamic: description
|
|
37
|
+
Dynamic: description-content-type
|
|
38
|
+
Dynamic: home-page
|
|
39
|
+
Dynamic: keywords
|
|
40
|
+
Dynamic: license-file
|
|
41
|
+
Dynamic: project-url
|
|
42
|
+
Dynamic: requires-python
|
|
43
|
+
Dynamic: summary
|
|
44
|
+
|
|
45
|
+
# ✨ shinyshell — Beautiful Terminal Output Library for Python
|
|
2
46
|
|
|
3
47
|
<p align="center">
|
|
4
|
-
<b>
|
|
5
|
-
|
|
48
|
+
<b>Python library for beautiful CLI output, colored terminal printing, progress bars,<br>
|
|
49
|
+
tables, syntax highlighting, ASCII art, and interactive prompts — all with zero dependencies.</b><br>
|
|
50
|
+
<i>One import. 38 features. Pure Python stdlib. No pip install headaches.</i>
|
|
6
51
|
</p>
|
|
7
52
|
|
|
8
53
|
<p align="center">
|
|
9
54
|
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/v/shinyshell?color=green&label=PyPI" alt="PyPI"></a>
|
|
10
|
-
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/pyversions/shinyshell" alt="Python"></a>
|
|
11
|
-
<a href="https://github.com/adnanahamed66772ndpc/shinyshell/blob/main/LICENSE"><img src="https://img.shields.io/github/license/adnanahamed66772ndpc/shinyshell" alt="License"></a>
|
|
55
|
+
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/pyversions/shinyshell" alt="Python Versions"></a>
|
|
56
|
+
<a href="https://github.com/adnanahamed66772ndpc/shinyshell/blob/main/LICENSE"><img src="https://img.shields.io/github/license/adnanahamed66772ndpc/shinyshell" alt="MIT License"></a>
|
|
12
57
|
<a href="https://pypi.org/project/shinyshell/"><img src="https://img.shields.io/pypi/dm/shinyshell" alt="Downloads"></a>
|
|
58
|
+
<a href="https://github.com/adnanahamed66772ndpc/shinyshell"><img src="https://img.shields.io/github/stars/adnanahamed66772ndpc/shinyshell?style=social" alt="GitHub Stars"></a>
|
|
13
59
|
</p>
|
|
14
60
|
|
|
15
61
|
---
|
|
16
62
|
|
|
63
|
+
## 📦 Why shinyshell?
|
|
64
|
+
|
|
65
|
+
- **Zero dependencies** — uses only Python standard library (`os`, `sys`, `shutil`)
|
|
66
|
+
- **38 built-in features** — tables, progress bars, code highlighting, diff viewer, JSON formatter, bar charts, QR codes, ASCII art, and more
|
|
67
|
+
- **Cross-platform** — Linux, macOS, Windows Terminal, PowerShell, CMD, VS Code, PyCharm
|
|
68
|
+
- **Beginner-friendly** — one import, intuitive API, no configuration needed
|
|
69
|
+
- **Production-ready** — works in scripts, CLIs, CI/CD pipelines, Docker containers
|
|
70
|
+
- **Lightweight** — ~950 lines of code, installs in seconds
|
|
71
|
+
|
|
72
|
+
### Use Cases
|
|
73
|
+
|
|
74
|
+
| Use Case | Features You'll Use |
|
|
75
|
+
|----------|-------------------|
|
|
76
|
+
| **CLI tool developer** | progress bars, spinners, headers, tables, confirm dialogs |
|
|
77
|
+
| **Data scientist** | tables, bar charts, metrics dashboard, JSON viewer |
|
|
78
|
+
| **DevOps engineer** | colored messages, benchmarks, env viewer, code blocks |
|
|
79
|
+
| **Backend developer** | debug(), trace(), diff viewer, secret masking |
|
|
80
|
+
| **Student/learner** | markdown renderer, ASCII art, QR codes, emoji helper |
|
|
81
|
+
|
|
82
|
+
### vs Alternatives
|
|
83
|
+
|
|
84
|
+
| | shinyshell | rich | colorama | termcolor |
|
|
85
|
+
|---|-----------|------|----------|-----------|
|
|
86
|
+
| Dependencies | **0** | 10+ | 0 | 0 |
|
|
87
|
+
| Features | **38** | 50+ | 3 | 5 |
|
|
88
|
+
| Install size | **~25KB** | ~50MB | ~20KB | ~15KB |
|
|
89
|
+
| Tables | ✅ | ✅ | ❌ | ❌ |
|
|
90
|
+
| Progress bars | ✅ | ✅ | ❌ | ❌ |
|
|
91
|
+
| Code highlight | ✅ | ✅ | ❌ | ❌ |
|
|
92
|
+
| Bar charts | ✅ | ❌ | ❌ | ❌ |
|
|
93
|
+
| Timeline | ✅ | ❌ | ❌ | ❌ |
|
|
94
|
+
| QR codes | ✅ | ❌ | ❌ | ❌ |
|
|
95
|
+
| Debug/trace | ✅ | ❌ | ❌ | ❌ |
|
|
96
|
+
| Interactive | ✅ | ✅ | ❌ | ❌ |
|
|
97
|
+
|
|
98
|
+
> **shinyshell** is the sweet spot: ***rich's feature set with colorama's simplicity***.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
17
102
|
## 📦 Install
|
|
18
103
|
|
|
19
104
|
```bash
|
shinyshell-0.2.1/setup.py
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"""Setup for shinyshell."""
|
|
2
|
-
from setuptools import setup, find_packages
|
|
3
|
-
|
|
4
|
-
with open("README.md", "r") as f:
|
|
5
|
-
long_description = f.read()
|
|
6
|
-
|
|
7
|
-
setup(
|
|
8
|
-
name="shinyshell",
|
|
9
|
-
version="0.2.1",
|
|
10
|
-
author="Adnan Ahamed Himal",
|
|
11
|
-
description="Beautiful terminal output for Python. Zero dependencies.",
|
|
12
|
-
long_description=long_description,
|
|
13
|
-
long_description_content_type="text/markdown",
|
|
14
|
-
url="https://github.com/adnanahamed66772ndpc/shinyshell",
|
|
15
|
-
packages=find_packages(),
|
|
16
|
-
classifiers=[
|
|
17
|
-
"Development Status :: 4 - Beta",
|
|
18
|
-
"Intended Audience :: Developers",
|
|
19
|
-
"License :: OSI Approved :: MIT License",
|
|
20
|
-
"Programming Language :: Python :: 3",
|
|
21
|
-
"Programming Language :: Python :: 3.8",
|
|
22
|
-
"Programming Language :: Python :: 3.9",
|
|
23
|
-
"Programming Language :: Python :: 3.10",
|
|
24
|
-
"Programming Language :: Python :: 3.11",
|
|
25
|
-
"Programming Language :: Python :: 3.12",
|
|
26
|
-
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
27
|
-
"Topic :: Terminals",
|
|
28
|
-
"Environment :: Console",
|
|
29
|
-
],
|
|
30
|
-
python_requires=">=3.8",
|
|
31
|
-
keywords="terminal, shell, pretty, beautiful, output, cli, print, colors",
|
|
32
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|