Metadata-Version: 2.4
Name: viewprint
Version: 0.0.2
Summary: A lightweight Python package. Under active development.
Author-email: Jason Kishore Mohan Raj <jasonkishore82@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/jasonkishore82/view
Project-URL: Repository, https://github.com/jasonkishore82/view
Project-URL: Issues, https://github.com/jasonkishore82/view/issues
Keywords: view,python,terminal,printing
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# view

A lightweight Python package by **Jason Kishore Mohan Raj**.

## 🚧 Under Construction

`view` is currently under active development.

The first public release simply reserves the package name while the library is being built.

Future releases will introduce powerful and lightweight utilities for Python developers.

---

## Installation

```bash
pip install view
```

---

## Usage

```python
import view
```

The current release intentionally raises an `ImportError` indicating that the package is still under development.

---

## Author

Jason Kishore Mohan Raj

GitHub:
https://github.com/jasonkishore82

Email:
jasonkishore82@gmail.com

License:
MIT
