metaframe-widget 0.1.0__tar.gz → 0.3.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metaframe-widget
3
- Version: 0.1.0
3
+ Version: 0.3.2
4
4
  Summary: anywidget for embedding metaframe URLs in Jupyter and marimo notebooks
5
5
  Project-URL: Homepage, https://github.com/metapages/metaframe-js
6
6
  Project-URL: Repository, https://github.com/metapages/metaframe-js
@@ -29,7 +29,7 @@ Description-Content-Type: text/markdown
29
29
 
30
30
  # metaframe-widget
31
31
 
32
- An [anywidget](https://anywidget.dev/) for embedding [metaframe](https://metapages.org/) URLs in Jupyter and marimo notebooks.
32
+ An [anywidget](https://anywidget.dev/) for embedding [metaframe](https://js.mtfm.io/docs) and [metapage](https://docs.metapage.io/) URLs in Jupyter and marimo notebooks.
33
33
 
34
34
  ## Install
35
35
 
@@ -1,6 +1,6 @@
1
1
  # metaframe-widget
2
2
 
3
- An [anywidget](https://anywidget.dev/) for embedding [metaframe](https://metapages.org/) URLs in Jupyter and marimo notebooks.
3
+ An [anywidget](https://anywidget.dev/) for embedding [metaframe](https://js.mtfm.io/docs) and [metapage](https://docs.metapage.io/) URLs in Jupyter and marimo notebooks.
4
4
 
5
5
  ## Install
6
6
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "metaframe-widget"
7
- version = "0.1.0"
7
+ version = "0.3.2"
8
8
  description = "anywidget for embedding metaframe URLs in Jupyter and marimo notebooks"
9
9
  license = "MIT"
10
10
  requires-python = ">=3.8"