Metadata-Version: |
2.1 |
Name: |
dash-json-grid |
Version: |
0.5.0 |
Summary: |
Dash porting version of the react project React JSON Grid. Provide structured and nested grid table view of complicated JSON objects/arrays. |
Author-Email: |
Yuchen Jin <cainmagi[at]gmail.com> |
Maintainer-Email: |
Yuchen Jin <cainmagi[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/cainmagi/dash-json-grid |
Project-Url: |
Documentation, https://cainmagi.github.io/dash-json-grid/ |
Project-Url: |
Repository, https://github.com/cainmagi/dash-json-grid.git |
Project-Url: |
Issues, https://github.com/cainmagi/dash-json-grid/issues |
Project-Url: |
Changelog, https://github.com/cainmagi/dash-json-grid/blob/main/Changelog.md |
License: |
MIT License |
Keywords: |
python,python3,python-library,dash,plotly-dash,python-dash,json,json-viewer,json-table,data-visualization |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Framework :: Dash |
Classifier: |
Framework :: Flask |
Classifier: |
Topic :: Database :: Front-Ends |
Classifier: |
Topic :: File Formats :: JSON |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Visualization |
Requires-Python: |
>=3.8 |
Requires-Dist: |
dash (>=2.7.0) |
Requires-Dist: |
typing-extensions |
Requires-Dist: |
dash[dev] (>=2.7.0); extra == "dev" |
Requires-Dist: |
build; extra == "dev" |
Requires-Dist: |
wheel; extra == "dev" |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
dash[dev,testing] (>=2.7.0); extra == "test" |
Requires-Dist: |
werkzeug; extra == "test" |
Requires-Dist: |
chromedriver-binary-auto; extra == "test" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-base-url; extra == "test" |
Requires-Dist: |
pytest-flask; extra == "test" |
Requires-Dist: |
pytest-html; extra == "test" |
Requires-Dist: |
pytest-metadata; extra == "test" |
Requires-Dist: |
py; extra == "test" |
Requires-Dist: |
pytest-selenium; extra == "test" |
Requires-Dist: |
pytest-variables; extra == "test" |
Requires-Dist: |
pytest-xdist; extra == "test" |
Requires-Dist: |
dash-bootstrap-components; extra == "example" |
Requires-Dist: |
dash-ace; extra == "example" |
Provides-Extra: |
dev |
Provides-Extra: |
test |
Provides-Extra: |
example |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |