pythonoscmd 26.0.0__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.
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: pythonoscmd
3
+ Version: 26.0.0
4
+ Summary: pythonOS — Unified Terminal Operating System with 500+ TUI tools, system monitoring, security tools, media capabilities, and more.
5
+ Author: Ahmed Sayyed
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/ahmedsayyed/pythonoscmd
8
+ Project-URL: Repository, https://github.com/ahmedsayyed/pythonoscmd
9
+ Keywords: terminal,tui,cli,operating-system,pythonos,system-monitor
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Environment :: Console
12
+ Classifier: Environment :: Console :: Curses
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Intended Audience :: System Administrators
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: POSIX :: Linux
17
+ Classifier: Operating System :: MacOS
18
+ Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
25
+ Classifier: Topic :: System :: Monitoring
26
+ Classifier: Topic :: System :: Systems Administration
27
+ Classifier: Topic :: Utilities
28
+ Requires-Python: >=3.9
29
+ Description-Content-Type: text/markdown
30
+ Requires-Dist: requests>=2.28
31
+ Requires-Dist: beautifulsoup4>=4.11
32
+ Requires-Dist: psutil>=5.9
33
+ Provides-Extra: full
34
+ Requires-Dist: requests>=2.28; extra == "full"
35
+ Requires-Dist: beautifulsoup4>=4.11; extra == "full"
36
+ Requires-Dist: psutil>=5.9; extra == "full"
37
+ Requires-Dist: Pillow>=9.0; extra == "full"
38
+ Requires-Dist: rich>=13.0; extra == "full"
39
+ Requires-Dist: textual>=0.40; extra == "full"
40
+ Requires-Dist: pygments>=2.14; extra == "full"
41
+ Requires-Dist: numpy>=1.24; extra == "full"
42
+ Provides-Extra: minimal
43
+ Requires-Dist: requests>=2.28; extra == "minimal"
44
+ Requires-Dist: beautifulsoup4>=4.11; extra == "minimal"
@@ -0,0 +1,6 @@
1
+ pythonOScmd.py,sha256=54rpEyWSJCsIdD43X3ehvbMbFGA2VYvFo2VHabLvOpc,2337113
2
+ pythonoscmd-26.0.0.dist-info/METADATA,sha256=fFIsC1orAMXWf3QJkCnHpXSSZvUFiyF26IdEut1LP-A,1947
3
+ pythonoscmd-26.0.0.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
4
+ pythonoscmd-26.0.0.dist-info/entry_points.txt,sha256=_tqHtABexSlPMIreHH3S2BNuSYFWl6EaV8gQrybKuoQ,100
5
+ pythonoscmd-26.0.0.dist-info/top_level.txt,sha256=7mvalEzDMfr3qyHyyibg_I4q6vLGM_Fxfbe1iIHkk0U,46
6
+ pythonoscmd-26.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,4 @@
1
+ [console_scripts]
2
+ pos = pythonoscmd:main
3
+ pythonos = pythonoscmd:main
4
+ pythonoscmd = pythonoscmd:main
@@ -0,0 +1,4 @@
1
+ _core
2
+ logger_system
3
+ plugin_system
4
+ pythonOScmd