Metadata-Version: 2.4
Name: moonlight-dash
Version: 0.1.0
Summary: Minimal framework for server-side paginated tables and interactive plots on massive datasets
Project-URL: Homepage, https://github.com/your-org/moonlight
Project-URL: Repository, https://github.com/your-org/moonlight
Project-URL: Issues, https://github.com/your-org/moonlight/issues
License: MIT
Keywords: bokeh,dashboard,dataframe,duckdb,pagination,plotly,table
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9
Requires-Dist: aiofiles>=23.2.0
Requires-Dist: bokeh>=3.3.0
Requires-Dist: duckdb>=0.9.0
Requires-Dist: fastapi>=0.104.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: plotly>=5.17.0
Requires-Dist: polars>=0.19.0
Requires-Dist: pyarrow>=14.0.0
Requires-Dist: uvicorn[standard]>=0.24.0
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: httpx; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
