prismnote 0.4.4__tar.gz → 1.0.0__tar.gz
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.
- {prismnote-0.4.4/python/prismnote.egg-info → prismnote-1.0.0}/PKG-INFO +17 -8
- {prismnote-0.4.4 → prismnote-1.0.0}/README.md +5 -5
- {prismnote-0.4.4 → prismnote-1.0.0}/pyproject.toml +38 -3
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote/_cli.py +17 -3
- {prismnote-0.4.4 → prismnote-1.0.0/python/prismnote.egg-info}/PKG-INFO +17 -8
- {prismnote-0.4.4 → prismnote-1.0.0}/LICENSE +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote/__init__.py +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote/__main__.py +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote.egg-info/SOURCES.txt +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote.egg-info/dependency_links.txt +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote.egg-info/entry_points.txt +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote.egg-info/requires.txt +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/python/prismnote.egg-info/top_level.txt +0 -0
- {prismnote-0.4.4 → prismnote-1.0.0}/setup.cfg +0 -0
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prismnote
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Modern,
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Modern data-science notebook with Rust performance. SQL execution, Spark integration, 8 cloud warehouse connectors. Real-time collaboration, global search, VSCode-inspired layout. Jupyter-compatible with AI assistant built-in.
|
|
5
5
|
Author-email: Georgi Mammen Mullassery <mullassery@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/Mullassery/prismnote
|
|
8
8
|
Project-URL: Repository, https://github.com/Mullassery/prismnote
|
|
9
9
|
Project-URL: Documentation, https://github.com/Mullassery/prismnote#readme
|
|
10
10
|
Project-URL: Bug Tracker, https://github.com/Mullassery/prismnote/issues
|
|
11
|
-
|
|
11
|
+
Project-URL: Changelog, https://github.com/Mullassery/prismnote/releases
|
|
12
|
+
Project-URL: Source Code, https://github.com/Mullassery/prismnote/tree/main
|
|
13
|
+
Project-URL: Discussions, https://github.com/Mullassery/prismnote/discussions
|
|
14
|
+
Keywords: jupyter,notebook,data-science,sql-notebook,data-analytics,python-notebook,spark,bigquery,snowflake,redshift,postgres,mysql,cloud-warehouse,ide,code-editor,rust-performance,react-ui,web-app,collaboration,data-exploration,exploratory-analysis,analytics-platform,query-builder,ai-assistant,ml-development
|
|
12
15
|
Classifier: Development Status :: 4 - Beta
|
|
13
16
|
Classifier: Intended Audience :: Developers
|
|
14
17
|
Classifier: Intended Audience :: Science/Research
|
|
15
18
|
Classifier: License :: OSI Approved :: MIT License
|
|
19
|
+
Classifier: Natural Language :: English
|
|
20
|
+
Classifier: Operating System :: OS Independent
|
|
16
21
|
Classifier: Programming Language :: Python :: 3
|
|
17
22
|
Classifier: Programming Language :: Python :: 3.8
|
|
18
23
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -20,7 +25,11 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
27
|
Classifier: Topic :: Scientific/Engineering
|
|
28
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
23
29
|
Classifier: Topic :: Software Development :: Libraries
|
|
30
|
+
Classifier: Topic :: System :: Shells
|
|
31
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
32
|
+
Classifier: Topic :: Office/Business :: News/Diary
|
|
24
33
|
Classifier: Environment :: Web Environment
|
|
25
34
|
Requires-Python: >=3.8
|
|
26
35
|
Description-Content-Type: text/markdown
|
|
@@ -99,11 +108,11 @@ and **AI-native** (local via Ollama, or Claude/OpenAI).
|
|
|
99
108
|
|
|
100
109
|
## Quickstart
|
|
101
110
|
|
|
102
|
-
Install with **pip** _or_ **uv** _or_ **brew** _or_ **curl** — pick one
|
|
111
|
+
Install with **pip** _or_ **uv** _or_ **brew** _or_ **curl** — pick one. The browser opens automatically.
|
|
103
112
|
|
|
104
113
|
```bash
|
|
105
114
|
# ── pip ──
|
|
106
|
-
pip install prismnote
|
|
115
|
+
pip install prismnote
|
|
107
116
|
```
|
|
108
117
|
|
|
109
118
|
— OR —
|
|
@@ -111,7 +120,7 @@ pip install prismnote && prismnote
|
|
|
111
120
|
```bash
|
|
112
121
|
# ── uv ── run instantly (no install), or install as a tool
|
|
113
122
|
uvx prismnote
|
|
114
|
-
# or: uv tool install prismnote
|
|
123
|
+
# or: uv tool install prismnote
|
|
115
124
|
```
|
|
116
125
|
|
|
117
126
|
— OR —
|
|
@@ -119,7 +128,7 @@ uvx prismnote
|
|
|
119
128
|
```bash
|
|
120
129
|
# ── Homebrew (macOS / Linux) ──
|
|
121
130
|
brew tap Mullassery/prismnote
|
|
122
|
-
brew install prismnote
|
|
131
|
+
brew install prismnote
|
|
123
132
|
```
|
|
124
133
|
|
|
125
134
|
— OR —
|
|
@@ -130,7 +139,7 @@ curl -fsSL https://raw.githubusercontent.com/Mullassery/prismnote/main/install.s
|
|
|
130
139
|
prismnote
|
|
131
140
|
```
|
|
132
141
|
|
|
133
|
-
|
|
142
|
+
Your browser opens to **http://localhost:8000** automatically. Click **Open Data Explorer** (`⌘E`) or **New Notebook** to get started.
|
|
134
143
|
|
|
135
144
|
> **No Docker required.** PrismNote runs as a single native binary — Docker is **not**
|
|
136
145
|
> needed to install or run it. (Docker is only used by the optional *Deploy to Cloud*
|
|
@@ -39,11 +39,11 @@ and **AI-native** (local via Ollama, or Claude/OpenAI).
|
|
|
39
39
|
|
|
40
40
|
## Quickstart
|
|
41
41
|
|
|
42
|
-
Install with **pip** _or_ **uv** _or_ **brew** _or_ **curl** — pick one
|
|
42
|
+
Install with **pip** _or_ **uv** _or_ **brew** _or_ **curl** — pick one. The browser opens automatically.
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
45
|
# ── pip ──
|
|
46
|
-
pip install prismnote
|
|
46
|
+
pip install prismnote
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
— OR —
|
|
@@ -51,7 +51,7 @@ pip install prismnote && prismnote
|
|
|
51
51
|
```bash
|
|
52
52
|
# ── uv ── run instantly (no install), or install as a tool
|
|
53
53
|
uvx prismnote
|
|
54
|
-
# or: uv tool install prismnote
|
|
54
|
+
# or: uv tool install prismnote
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
— OR —
|
|
@@ -59,7 +59,7 @@ uvx prismnote
|
|
|
59
59
|
```bash
|
|
60
60
|
# ── Homebrew (macOS / Linux) ──
|
|
61
61
|
brew tap Mullassery/prismnote
|
|
62
|
-
brew install prismnote
|
|
62
|
+
brew install prismnote
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
— OR —
|
|
@@ -70,7 +70,7 @@ curl -fsSL https://raw.githubusercontent.com/Mullassery/prismnote/main/install.s
|
|
|
70
70
|
prismnote
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
Your browser opens to **http://localhost:8000** automatically. Click **Open Data Explorer** (`⌘E`) or **New Notebook** to get started.
|
|
74
74
|
|
|
75
75
|
> **No Docker required.** PrismNote runs as a single native binary — Docker is **not**
|
|
76
76
|
> needed to install or run it. (Docker is only used by the optional *Deploy to Cloud*
|
|
@@ -4,18 +4,46 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "prismnote"
|
|
7
|
-
version = "0.
|
|
8
|
-
description = "Modern,
|
|
7
|
+
version = "1.0.0"
|
|
8
|
+
description = "Modern data-science notebook with Rust performance. SQL execution, Spark integration, 8 cloud warehouse connectors. Real-time collaboration, global search, VSCode-inspired layout. Jupyter-compatible with AI assistant built-in."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
authors = [{ name = "Georgi Mammen Mullassery", email = "mullassery@gmail.com" }]
|
|
12
12
|
requires-python = ">=3.8"
|
|
13
|
-
keywords = [
|
|
13
|
+
keywords = [
|
|
14
|
+
"jupyter",
|
|
15
|
+
"notebook",
|
|
16
|
+
"data-science",
|
|
17
|
+
"sql-notebook",
|
|
18
|
+
"data-analytics",
|
|
19
|
+
"python-notebook",
|
|
20
|
+
"spark",
|
|
21
|
+
"bigquery",
|
|
22
|
+
"snowflake",
|
|
23
|
+
"redshift",
|
|
24
|
+
"postgres",
|
|
25
|
+
"mysql",
|
|
26
|
+
"cloud-warehouse",
|
|
27
|
+
"ide",
|
|
28
|
+
"code-editor",
|
|
29
|
+
"rust-performance",
|
|
30
|
+
"react-ui",
|
|
31
|
+
"web-app",
|
|
32
|
+
"collaboration",
|
|
33
|
+
"data-exploration",
|
|
34
|
+
"exploratory-analysis",
|
|
35
|
+
"analytics-platform",
|
|
36
|
+
"query-builder",
|
|
37
|
+
"ai-assistant",
|
|
38
|
+
"ml-development"
|
|
39
|
+
]
|
|
14
40
|
classifiers = [
|
|
15
41
|
"Development Status :: 4 - Beta",
|
|
16
42
|
"Intended Audience :: Developers",
|
|
17
43
|
"Intended Audience :: Science/Research",
|
|
18
44
|
"License :: OSI Approved :: MIT License",
|
|
45
|
+
"Natural Language :: English",
|
|
46
|
+
"Operating System :: OS Independent",
|
|
19
47
|
"Programming Language :: Python :: 3",
|
|
20
48
|
"Programming Language :: Python :: 3.8",
|
|
21
49
|
"Programming Language :: Python :: 3.9",
|
|
@@ -23,7 +51,11 @@ classifiers = [
|
|
|
23
51
|
"Programming Language :: Python :: 3.11",
|
|
24
52
|
"Programming Language :: Python :: 3.12",
|
|
25
53
|
"Topic :: Scientific/Engineering",
|
|
54
|
+
"Topic :: Scientific/Engineering :: Information Analysis",
|
|
26
55
|
"Topic :: Software Development :: Libraries",
|
|
56
|
+
"Topic :: System :: Shells",
|
|
57
|
+
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
58
|
+
"Topic :: Office/Business :: News/Diary",
|
|
27
59
|
"Environment :: Web Environment",
|
|
28
60
|
]
|
|
29
61
|
dependencies = [
|
|
@@ -68,6 +100,9 @@ Homepage = "https://github.com/Mullassery/prismnote"
|
|
|
68
100
|
Repository = "https://github.com/Mullassery/prismnote"
|
|
69
101
|
Documentation = "https://github.com/Mullassery/prismnote#readme"
|
|
70
102
|
"Bug Tracker" = "https://github.com/Mullassery/prismnote/issues"
|
|
103
|
+
Changelog = "https://github.com/Mullassery/prismnote/releases"
|
|
104
|
+
"Source Code" = "https://github.com/Mullassery/prismnote/tree/main"
|
|
105
|
+
Discussions = "https://github.com/Mullassery/prismnote/discussions"
|
|
71
106
|
|
|
72
107
|
[project.scripts]
|
|
73
108
|
prismnote = "prismnote._cli:main"
|
|
@@ -15,7 +15,7 @@ import platform
|
|
|
15
15
|
import urllib.request
|
|
16
16
|
from pathlib import Path
|
|
17
17
|
|
|
18
|
-
__version__ = "0.4.
|
|
18
|
+
__version__ = "0.4.5"
|
|
19
19
|
|
|
20
20
|
GITHUB_REPO = "Mullassery/prismnote"
|
|
21
21
|
CACHE_DIR = Path.home() / ".prismnote" / "bin"
|
|
@@ -185,9 +185,23 @@ def main():
|
|
|
185
185
|
try:
|
|
186
186
|
binary_path = download_binary()
|
|
187
187
|
|
|
188
|
-
|
|
188
|
+
print("\n✨ Starting PrismNote...")
|
|
189
|
+
print("🌐 Opening http://localhost:8000 in your browser...\n")
|
|
190
|
+
|
|
191
|
+
# Fork a process to open browser after server starts
|
|
189
192
|
import webbrowser
|
|
190
|
-
|
|
193
|
+
import threading
|
|
194
|
+
|
|
195
|
+
def open_browser_later():
|
|
196
|
+
import time
|
|
197
|
+
time.sleep(2) # Wait for server to be ready
|
|
198
|
+
try:
|
|
199
|
+
webbrowser.open("http://localhost:8000")
|
|
200
|
+
except Exception:
|
|
201
|
+
pass # Silent fail if browser can't open
|
|
202
|
+
|
|
203
|
+
thread = threading.Thread(target=open_browser_later, daemon=True)
|
|
204
|
+
thread.start()
|
|
191
205
|
|
|
192
206
|
# Exec the binary (this replaces the Python process)
|
|
193
207
|
os.execv(str(binary_path), [str(binary_path)])
|
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prismnote
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Modern,
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Modern data-science notebook with Rust performance. SQL execution, Spark integration, 8 cloud warehouse connectors. Real-time collaboration, global search, VSCode-inspired layout. Jupyter-compatible with AI assistant built-in.
|
|
5
5
|
Author-email: Georgi Mammen Mullassery <mullassery@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/Mullassery/prismnote
|
|
8
8
|
Project-URL: Repository, https://github.com/Mullassery/prismnote
|
|
9
9
|
Project-URL: Documentation, https://github.com/Mullassery/prismnote#readme
|
|
10
10
|
Project-URL: Bug Tracker, https://github.com/Mullassery/prismnote/issues
|
|
11
|
-
|
|
11
|
+
Project-URL: Changelog, https://github.com/Mullassery/prismnote/releases
|
|
12
|
+
Project-URL: Source Code, https://github.com/Mullassery/prismnote/tree/main
|
|
13
|
+
Project-URL: Discussions, https://github.com/Mullassery/prismnote/discussions
|
|
14
|
+
Keywords: jupyter,notebook,data-science,sql-notebook,data-analytics,python-notebook,spark,bigquery,snowflake,redshift,postgres,mysql,cloud-warehouse,ide,code-editor,rust-performance,react-ui,web-app,collaboration,data-exploration,exploratory-analysis,analytics-platform,query-builder,ai-assistant,ml-development
|
|
12
15
|
Classifier: Development Status :: 4 - Beta
|
|
13
16
|
Classifier: Intended Audience :: Developers
|
|
14
17
|
Classifier: Intended Audience :: Science/Research
|
|
15
18
|
Classifier: License :: OSI Approved :: MIT License
|
|
19
|
+
Classifier: Natural Language :: English
|
|
20
|
+
Classifier: Operating System :: OS Independent
|
|
16
21
|
Classifier: Programming Language :: Python :: 3
|
|
17
22
|
Classifier: Programming Language :: Python :: 3.8
|
|
18
23
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -20,7 +25,11 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
27
|
Classifier: Topic :: Scientific/Engineering
|
|
28
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
23
29
|
Classifier: Topic :: Software Development :: Libraries
|
|
30
|
+
Classifier: Topic :: System :: Shells
|
|
31
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
32
|
+
Classifier: Topic :: Office/Business :: News/Diary
|
|
24
33
|
Classifier: Environment :: Web Environment
|
|
25
34
|
Requires-Python: >=3.8
|
|
26
35
|
Description-Content-Type: text/markdown
|
|
@@ -99,11 +108,11 @@ and **AI-native** (local via Ollama, or Claude/OpenAI).
|
|
|
99
108
|
|
|
100
109
|
## Quickstart
|
|
101
110
|
|
|
102
|
-
Install with **pip** _or_ **uv** _or_ **brew** _or_ **curl** — pick one
|
|
111
|
+
Install with **pip** _or_ **uv** _or_ **brew** _or_ **curl** — pick one. The browser opens automatically.
|
|
103
112
|
|
|
104
113
|
```bash
|
|
105
114
|
# ── pip ──
|
|
106
|
-
pip install prismnote
|
|
115
|
+
pip install prismnote
|
|
107
116
|
```
|
|
108
117
|
|
|
109
118
|
— OR —
|
|
@@ -111,7 +120,7 @@ pip install prismnote && prismnote
|
|
|
111
120
|
```bash
|
|
112
121
|
# ── uv ── run instantly (no install), or install as a tool
|
|
113
122
|
uvx prismnote
|
|
114
|
-
# or: uv tool install prismnote
|
|
123
|
+
# or: uv tool install prismnote
|
|
115
124
|
```
|
|
116
125
|
|
|
117
126
|
— OR —
|
|
@@ -119,7 +128,7 @@ uvx prismnote
|
|
|
119
128
|
```bash
|
|
120
129
|
# ── Homebrew (macOS / Linux) ──
|
|
121
130
|
brew tap Mullassery/prismnote
|
|
122
|
-
brew install prismnote
|
|
131
|
+
brew install prismnote
|
|
123
132
|
```
|
|
124
133
|
|
|
125
134
|
— OR —
|
|
@@ -130,7 +139,7 @@ curl -fsSL https://raw.githubusercontent.com/Mullassery/prismnote/main/install.s
|
|
|
130
139
|
prismnote
|
|
131
140
|
```
|
|
132
141
|
|
|
133
|
-
|
|
142
|
+
Your browser opens to **http://localhost:8000** automatically. Click **Open Data Explorer** (`⌘E`) or **New Notebook** to get started.
|
|
134
143
|
|
|
135
144
|
> **No Docker required.** PrismNote runs as a single native binary — Docker is **not**
|
|
136
145
|
> needed to install or run it. (Docker is only used by the optional *Deploy to Cloud*
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|