Metadata-Version: 2.4
Name: hvsampledata
Version: 0.1.3
Summary: Datasets for the HoloViz projects
Author-email: HoloViz developers <developers@holoviz.org>
Maintainer-email: HoloViz developers <developers@holoviz.org>
License: BSD
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: platformdirs>=3.0.0
Requires-Dist: urllib3>=1.26.0
Description-Content-Type: text/markdown

# hvsampledata

<div style="border: 2px solid #f5c542; padding: 10px; border-radius: 5px; background-color: #fff8e1;">
  <strong>⚠️ Experimental ⚠️</strong>
  <p>hvsampledata is still in an experimental phase. Expect breaking changes, incomplete features, and potential bugs. Please do not use this in production environments.</p>
</div>

Shared datasets for the HoloViz projects

Datasets:

| Name               | Type    | Included |
| ------------------ | ------- | -------- |
| air_temperature    | Gridded | Yes      |
| apple_stocks       | Tabular | Yes      |
| earthquakes        | Tabular | Yes      |
| penguins           | Tabular | Yes      |
| stocks             | Tabular | Yes      |
| synthetic_clusters | Tabular | Yes      |

## Developer guide

- Install [pixi](https://pixi.sh)
- Run `pixi run setup-dev` to setup your developer environment
- Run `pixi run test-unit` to run the tests
