Metadata-Version: 2.4
Name: isnippet
Version: 0.1.0.dev0
Summary: Add your description here
Author-email: alaamer12 <ahmedmuhmmed239@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# ISnippet 🧩
NOTE: ***UNDER DEVELOPMENT***

A minimal snippet manager for Python notebooks. Save and import your code snippets across notebooks, backed by a free cloud storage.

---

## 🚀 What is ISnippet?

`ISnippet` gives Jupyter and IPython users a simple way to:

- **Save** code snippets to the cloud
- **Import** them in any notebook with a single command

No setup required. Just install the package and start using it in your notebooks.

---

## 📦 Installation

```bash
pip install isnippet
