Metadata-Version: 2.1
Name: cutepandas
Version: 0.2.2
Summary: Qt Widgets and Objects for Pandas datastructures
Home-page: https://github.com/phil65/cutepandas
Author: phil65
Author-email: philipptemminghoff@googlemail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: addons
Provides-Extra: pyqt6
Provides-Extra: pyside6
Requires-Dist: PyQt6 (>=6.2,<7.0); extra == "pyqt6"
Requires-Dist: PyQt6-Charts (>=6.2,<7.0); extra == "pyqt6"
Requires-Dist: PyQt6-QScintilla (>=2.0,<3.0); extra == "pyqt6"
Requires-Dist: PyQt6-WebEngine (>=6.2,<7.0); extra == "pyqt6"
Requires-Dist: pandas (>=1.5.0,<2.0.0)
Requires-Dist: prettyqt (>=0,<1)
Requires-Dist: pyside6 (>=6.2,<7.0); (python_version < "3.11") and (extra == "pyside6")
Project-URL: Repository, https://github.com/phil65/cutepandas
Description-Content-Type: text/markdown

# cutepandas: Pythonic layer on top of PyQt5 / PySide2 / PySide6
[![PyPI Latest Release](https://img.shields.io/pypi/v/cutepandas.svg)](https://pypi.org/project/cutepandas/)
[![Package Status](https://img.shields.io/pypi/status/cutepandas.svg)](https://pypi.org/project/cutepandas/)
[![License](https://img.shields.io/pypi/l/cutepandas.svg)](https://github.com/phil65/CutePandas/blob/master/LICENSE)
[![Travis Build Status](https://travis-ci.org/phil65/cutepandas.svg?branch=master)](https://travis-ci.org/phil65/cutepandas)
[![CodeCov](https://codecov.io/gh/phil65/CutePandas/branch/master/graph/badge.svg)](https://codecov.io/gh/phil65/CutePandas)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyUp](https://pyup.io/repos/github/phil65/CutePandas/shield.svg)](https://pyup.io/repos/github/phil65/CutePandas/)

## What is it?

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

## Main Features

ToDo.

   [pandaswidgets]: https://phil65.github.io/CutePandas/pandaswidgets.html


## 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](https://pypi.org/project/cutepandas).

```sh
# or PyPI
pip install cutepandas
```

## Dependencies
- [orjson](https://pypi.org/project/orjson)


## 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:

```sh
poetry install
```

## License
[MIT](LICENSE)

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

## Contributing to cutepandas [![Open Source Helpers](https://www.codetriage.com/phil65/cutepandas/badges/users.svg)](https://www.codetriage.com/phil65/cutepandas)

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

Or maybe through using CutePandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!

