realnet
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: realnet | ||
| Version: 0.0.106 | ||
| Version: 0.0.107 | ||
| Summary: Realnet command line interface | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet |
| Metadata-Version: 2.1 | ||
| Name: realnet | ||
| Version: 0.0.106 | ||
| Version: 0.0.107 | ||
| Summary: Realnet command line interface | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet |
@@ -23,2 +23,39 @@ { | ||
| } | ||
| ], | ||
| "menu": [ | ||
| { | ||
| "name": "Add Item", | ||
| "type": "MenuItem", | ||
| "attributes": { | ||
| "icon": "add", | ||
| "form": "TopItemCreateForm" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Add View", | ||
| "type": "MenuItem", | ||
| "attributes": { | ||
| "icon": "add_box", | ||
| "form": "ViewCreateForm", | ||
| "path": "items" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Query", | ||
| "type": "MenuItem", | ||
| "attributes": { | ||
| "icon": "search", | ||
| "form": "QueryForm", | ||
| "path": "items" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Import", | ||
| "type": "MenuItem", | ||
| "attributes": { | ||
| "icon": "file_upload", | ||
| "form": "UploadForm", | ||
| "import": "true" | ||
| } | ||
| } | ||
| ] | ||
@@ -25,0 +62,0 @@ } |
@@ -203,2 +203,20 @@ { | ||
| { | ||
| "name": "Duplicate", | ||
| "type": "MenuItem", | ||
| "attributes": { | ||
| "icon": "content_copy", | ||
| "form": "DuplicateItemForm", | ||
| "path": "items" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Make Type", | ||
| "type": "MenuItem", | ||
| "attributes": { | ||
| "icon": "extension", | ||
| "form": "ItemCreateTypeForm", | ||
| "path": "items" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Query", | ||
@@ -205,0 +223,0 @@ "type": "MenuItem", |
+1
-1
@@ -13,3 +13,3 @@ import pathlib | ||
| name="realnet", | ||
| version="0.0.106", | ||
| version="0.0.107", | ||
| description="Realnet command line interface", | ||
@@ -16,0 +16,0 @@ long_description=README, |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
2348485
0.32%19621
1.1%