Metadata-Version: 2.4
Name: ipygraph
Version: 0.1.0
Summary: Desktop landing page for ipygraph – PyWebview + React with particles.js
Author-email: Your Name <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pywebview
Dynamic: license-file

# ipygraph

> **A tiny desktop “coming soon” splash for the future *ipygraph* app,  
> built with PyWebview, React 18, and a subtle particles.js background.**

![screenshot](https://raw.githubusercontent.com/your-repo/ipygraph/main/.github/preview.gif)

---

## Features

* **Single-file front-end** – React & particles.js are pulled from CDNs; no local web-server needed.  
* **Native window** – Ships as a PyPI package that opens a real desktop window (`chromium-embedded`).  
* **One-liner launch** – `pip install ipygraph && ipygraph` (or `python -m ipygraph`).  
* **Hack-friendly** – Pass `--debug` to open Chromium DevTools and live-edit the UI.  

---

## Installation

```bash
pip install ipygraph

## License

| Audience | Cost | Modification Allowed? | Notes |
|----------|------|-----------------------|-------|
| **Individual (personal / hobby)** | **Free** | **No** | Private, non-commercial use only |
| **Commercial / organizational** | **Paid** | Only if expressly granted in a separate contract | Contact <you@example.com> |

Full terms in [LICENSE](LICENSE).
