/cutepandas

Primary LanguagePythonMIT LicenseMIT

CutePandas: PandasModels and Widgets for Qt

What is it?

CutePandas is a Python package that provides Qt-based widgets related to pandas data structures.

What does it include?

The official documentation is hosted on Github Pages: https://phil65.github.io/CutePandas/

Where to get it?

The source code is currently hosted on GitHub at: https://github.com/phil65/CutePandas

The latest released version are available at the Python package index.

# or PyPI
pip install cutepandas

Installation from sources

This project uses poetry for dependency management and packaging. Install this first. In the cutepandas directory (same one where you found this file after cloning the git repo), execute:

poetry install

License

MIT