Metadata-Version: 2.4
Name: offlinenet-base
Version: 1.0.2
Summary: Browse the web without internet.
Author: Next Tech Creations
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: click
Requires-Dist: idna
Requires-Dist: markdown-it-py
Requires-Dist: mdurl
Requires-Dist: Pygments
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: shellingham
Requires-Dist: soupsieve
Requires-Dist: typer
Requires-Dist: typing_extensions
Requires-Dist: urllib3
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# OfflineNet

Browse the web without internet

---

## Tech Stack

Python with Requests, Beautiful Soup, Typer, and Rich

---

## 📦 Installation & Setup

Clone the repository:

```bash
git clone https://github.com/ntcofficial/offlinenet.git
cd offlinenet
```

Install dependencies:

```bash
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
```

## Usage

See the list of available commands:

```bash
python main.py --help
```

Verify download:

```bash
python main.py hello --name <your_name>
```

Download a webpage and save locally:

```bash
python main.py save <url>
```

See the parameters of a particular command:
```bash
python main.py <command> --help
```

---

## 📝 Changelog

### 1.0.2 >

- Added offline page downloading

---

## 🤝 Contributing

Currently in early development.
Contributions may be opened in the future.
Suggestions and feedback are welcome.

---

## Author

### Jasper

Founder - Next Tech Creations

---

## License

This project is licensed under the **MIT License**.

Full license text applies.

---

## 📜 License Text

```
Copyright 2026 Next Tech Creations

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

```

---

## 📬 Contact

For questions, feedback, or collaboration:

* 📧 Email: [nexttechcreations@gmail.com](mailto:nexttechcreations@gmail.com)
* 🌐 Website: Coming Soon (pages.dev)

---

## ⭐ Support

If you like this project:

* Star the repository
* Share with others
* Give feedback

Your support helps the project grow.
