Metadata-Version: |
2.3 |
Name: |
polars-grouper |
Version: |
0.3.0 |
Summary: |
High-performance graph analysis and pattern mining extension for Polars |
Author-Email: |
Edward Vaneechoud <evaneechoud[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/yourusername/polars-grouper |
Project-Url: |
Documentation, https://github.com/yourusername/polars-grouper#readme |
Project-Url: |
Bug Tracker, https://github.com/yourusername/polars-grouper/issues |
License: |
MIT |
Keywords: |
polars,graph,network,clustering,data-science |
Classifier: |
Programming Language :: Rust |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Scientific/Engineering :: Information Analysis |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
ruff (>=0.1.0); extra == "dev" |
Requires-Dist: |
pytest (>=7.0.0); extra == "dev" |
Requires-Dist: |
mypy (>=1.0.0); extra == "dev" |
Requires-Dist: |
black (>=23.0.0); extra == "dev" |
Requires-Dist: |
isort (>=5.0.0); extra == "dev" |
Requires-Dist: |
mkdocs (>=1.5.0); extra == "docs" |
Requires-Dist: |
mkdocs-material; extra == "docs" |
Requires-Dist: |
mkdocstrings; extra == "docs" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |