Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deephaven/deephaven-plugin-json
Deephaven Plugin for json
https://github.com/deephaven/deephaven-plugin-json
Last synced: 27 days ago
JSON representation
Deephaven Plugin for json
- Host: GitHub
- URL: https://github.com/deephaven/deephaven-plugin-json
- Owner: deephaven
- License: apache-2.0
- Created: 2022-01-11T20:03:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:08:01.000Z (over 1 year ago)
- Last Synced: 2024-03-14T16:48:00.020Z (10 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
Please use the monorepo at https://github.com/deephaven/deephaven-plugins
The Deephaven Plugin for json.
Currently in development.
## Build
To create your build / development environment:
```sh
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools build deephaven-plugin
```To build:
```sh
python -m build --wheel
```produces the wheel into `dist/`.