Metadata-Version: 2.1
Name: trashpanda
Version: 0.5b0
Summary: Helper methods compounding tasks, which are not directly implemented in pandas. (Or I didn't found them.)
Home-page: https://gitlab.com/david.scheliga/trashpanda
Author: David Scheliga
Author-email: david.scheliga@gmx.de
License: GNU General Public License v3 (GPLv3)
Project-URL: Documentation, https://trashpanda.readthedocs.io/en/latest/
Project-URL: Source Code Repository, https://gitlab.com/david.scheliga/trashpanda
Keywords: pandas,helper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# trashpanda

**trashpanda** is a collection of helper methods composing tasks around
pandas.DataFrames and Series. Either they are to specific (or I didn't found
them).

![trashpanda icon](https://trashpanda.readthedocs.io/en/latest/_images/trashpanda-icon.svg "A trash panda")

## Installing

Installing the latest release using pip is recommended.

````shell script
$ pip install trashpanda
````

## Usage

The api reference with all available methods can be found at 
https://trashpanda.readthedocs.io/en/latest/


## Authors

* **David Scheliga** 
    [@gitlab](https://gitlab.com/david.scheliga)
    [@Linkedin](https://www.linkedin.com/in/david-scheliga-576984171/)
    - Initial work
    - Maintainer

## License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the
[LICENSE](https://gitlab.com/david.scheliga/dicthandling/blob/master/LICENSE) file for details

## Acknowledge

- [Code style: black](https://github.com/psf/black)
- [PurpleBooth](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)
- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)


