Metadata-Version: 2.4
Name: cumbin
Version: 0.2.1
Summary: Cumulative binning transform for Python and Pandas.
Project-URL: Homepage, https://github.com/centralelyon/cumbin
Project-URL: Repository, https://github.com/centralelyon/cumbin
Author: cumbin contributors
License: MIT
Keywords: binning,cumsum,data-transform,pandas,tabular
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: pandas>=2.0; extra == 'dev'
Provides-Extra: pandas
Requires-Dist: pandas>=2.0; extra == 'pandas'
Description-Content-Type: text/markdown

See the monorepo README for cumbin usage, fixtures, and examples.