Metadata-Version: 2.1
Name: fancy-collections
Version: 0.0.1
Summary: Some useful collection classes.
Author-email: Bert Palm <bert.palm.home@gmail.com>
Project-URL: Homepage, https://github.com/palmb/fancy-collections
Project-URL: Bug Tracker, https://github.com/palmb/fancy-collections/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: tests
License-File: LICENSE

# fancy-collections

This package provide some useful classes to store data in a structured way.
Up to now mostly advanced dictionaries are provided. 


## Installation and requirements

*fancy-collections* requires Python 3.7+ to run and can be installed by running 
```bash
pip install fancy-collections
```

## Usage

```pycon
>>> from fancy_collections import SliceDict, DictOfPandas, DictOfSeries
```

See also
--------
- https://pypi.org/project/sliceable-dict/
