viewprint 0.0.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.
view/__init__.py ADDED
@@ -0,0 +1,23 @@
1
+ """
2
+ view
3
+
4
+ Copyright (c) 2026 Jason Kishore Mohan Raj
5
+
6
+ This package is currently under active development.
7
+ """
8
+
9
+ __title__ = "view"
10
+ __author__ = "Jason Kishore Mohan Raj"
11
+ __email__ = "jasonkishore82@gmail.com"
12
+ __version__ = "0.0.1"
13
+ __license__ = "MIT"
14
+
15
+ raise ImportError(
16
+ "\n"
17
+ "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n"
18
+ "The 'view' package is currently under development.\n\n"
19
+ "This initial release reserves the package name on PyPI.\n\n"
20
+ "Author : Jason Kishore Mohan Raj\n"
21
+ "GitHub : https://github.com/jasonkishore82\n"
22
+ "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
23
+ )
@@ -0,0 +1,65 @@
1
+ Metadata-Version: 2.4
2
+ Name: viewprint
3
+ Version: 0.0.1
4
+ Summary: A lightweight Python package. Under active development.
5
+ Author-email: Jason Kishore Mohan Raj <jasonkishore82@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/jasonkishore82/view
8
+ Project-URL: Repository, https://github.com/jasonkishore82/view
9
+ Project-URL: Issues, https://github.com/jasonkishore82/view/issues
10
+ Keywords: view,python,terminal,printing
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Operating System :: OS Independent
17
+ Requires-Python: >=3.9
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # view
23
+
24
+ A lightweight Python package by **Jason Kishore Mohan Raj**.
25
+
26
+ ## 🚧 Under Construction
27
+
28
+ `view` is currently under active development.
29
+
30
+ The first public release simply reserves the package name while the library is being built.
31
+
32
+ Future releases will introduce powerful and lightweight utilities for Python developers.
33
+
34
+ ---
35
+
36
+ ## Installation
37
+
38
+ ```bash
39
+ pip install view
40
+ ```
41
+
42
+ ---
43
+
44
+ ## Usage
45
+
46
+ ```python
47
+ import view
48
+ ```
49
+
50
+ The current release intentionally raises an `ImportError` indicating that the package is still under development.
51
+
52
+ ---
53
+
54
+ ## Author
55
+
56
+ Jason Kishore Mohan Raj
57
+
58
+ GitHub:
59
+ https://github.com/jasonkishore82
60
+
61
+ Email:
62
+ jasonkishore82@gmail.com
63
+
64
+ License:
65
+ MIT
@@ -0,0 +1,6 @@
1
+ view/__init__.py,sha256=8TKzbOly8lqrVIbOKj0rARrfbPMr6hz3o3GgGIQI3-E,813
2
+ viewprint-0.0.1.dist-info/licenses/LICENSE,sha256=bu9NlzU2WqSwjYQaMW6iJxROGKkp_C31kQvu0KhXySk,1099
3
+ viewprint-0.0.1.dist-info/METADATA,sha256=e3rbeE6AKXt9WLLBjKcHPlE1uveEH1E_ASCwCqFtcLU,1562
4
+ viewprint-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ viewprint-0.0.1.dist-info/top_level.txt,sha256=DaWZUqAB9bJABNoVATKjlwcB1bTdeSP_eJwczGgrEeQ,5
6
+ viewprint-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Jason Kishore Mohan Raj
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ view