Metadata-Version: 2.4
Name: plotnine-polars
Version: 0.2.0
Summary: Polars dataframe namespace and fluent API for plotnine
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: plotnine
Requires-Dist: polars>=1.24.0
Provides-Extra: test
Requires-Dist: pytest>=8.0.0; extra == "test"

# plotnine-polars

`plotnine-polars` adds a Polars dataframe namespace for `plotnine` and exposes
a fluent plotting API.

Documentation and examples:
[iangow.github.io/plotnine_polars](https://iangow.github.io/plotnine_polars/)
