forked from RoboStack/jupyter-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyros-0.7.0a0-py3-none-any.whl: dea9604efa09fa5757e75137d8e718cbe86655226fb18ee284fda9d3ba67e80e jupyros-0.7.0a0.tar.gz: c979d4a664d7a9196fe81abc68bb2e5df5cf4064add87ea82889a9d727ccb1c3
- Loading branch information
Showing
3 changed files
with
75 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
{ | ||
"name": "@robostack/jupyter-ros", | ||
"version": "0.6.1", | ||
"description": "Jupyter widgets for the ROS ecosystem.", | ||
"homepage": "https://github.com/wolfv/jupyter-ros.git", | ||
"author": { | ||
"name": "Wolf Vollprecht", | ||
"email": "[email protected]" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "lib/labplugin.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wolfv/jupyter-ros.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"widgets", | ||
"ipython", | ||
"ipywidgets", | ||
"jupyterlab-extension" | ||
], | ||
"files": [ | ||
"lib/**/*.js", | ||
"dist/*.js" | ||
], | ||
"scripts": { | ||
"clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension", | ||
"build": "jlpm run build:lib && jlpm run build:labextension:dev", | ||
"build:lib": "webpack", | ||
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"install:extension": "jlpm run build", | ||
"watch": "run-p watch:src && watch:labextension", | ||
"watch:src": "webpack --watch", | ||
"watch:labextension": "jupyter labextension watch .", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "webpack" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/builder": "^3.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^4.1.2", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4", | ||
"lodash": "^4.17.21", | ||
"ros3d": "^1.0.0" | ||
}, | ||
"jupyterlab": { | ||
"extension": "lib/labplugin.js", | ||
"outputDir": "../jupyros/labextension" | ||
} | ||
"name": "@robostack/jupyter-ros", | ||
"version": "0.7.0-a0", | ||
"description": "Jupyter widgets for the ROS ecosystem.", | ||
"homepage": "https://github.com/wolfv/jupyter-ros.git", | ||
"author": { | ||
"name": "Wolf Vollprecht", | ||
"email": "[email protected]" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"main": "lib/labplugin.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wolfv/jupyter-ros.git" | ||
}, | ||
"keywords": [ | ||
"jupyter", | ||
"widgets", | ||
"ipython", | ||
"ipywidgets", | ||
"jupyterlab-extension" | ||
], | ||
"files": [ | ||
"lib/**/*.js", | ||
"dist/*.js" | ||
], | ||
"scripts": { | ||
"clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension", | ||
"build": "jlpm run build:lib && jlpm run build:labextension:dev", | ||
"build:lib": "webpack", | ||
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension", | ||
"build:labextension": "jupyter labextension build .", | ||
"build:labextension:dev": "jupyter labextension build --development True .", | ||
"install:extension": "jlpm run build", | ||
"watch": "run-p watch:src && watch:labextension", | ||
"watch:src": "webpack --watch", | ||
"watch:labextension": "jupyter labextension watch .", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "webpack" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/builder": "^3.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^4.1.2", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4", | ||
"lodash": "^4.17.21", | ||
"ros3d": "^1.0.0" | ||
}, | ||
"jupyterlab": { | ||
"extension": "lib/labplugin.js", | ||
"outputDir": "../jupyros/labextension" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file is auto-generated by Hatchling. As such, do not: | ||
# - modify | ||
# - track in version control e.g. be sure to add to .gitignore | ||
__version__ = VERSION = '0.6.1' | ||
__version__ = VERSION = '0.7.0a0' |