Metadata-Version: 2.1
Name: mandarina
Version: 0.0.12
Summary: Friendly data science library
Home-page: https://github.com/sunpip/mandarina
Author: Alen Frey
Author-email: mailtoalenf@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

![Python application](https://github.com/sunpip/Mandarina/workflows/Python%20application/badge.svg)

Mandarina
======
**Mandarina** is a friendly Data Science library for Python

## Functionality

At the moment, Mandarina provides the following modules:
- Csv file functions
- Random data generators 
- Code benchmarking tools
- Tools to work with files and directories
- Scheduling functions 
- Custom iterators 
- Image manipulation functions

## License 
* Check the [LICENSE](https://github.com/sunpip/Mandarina/blob/master/LICENSE) file

## Authors

- Alen Frey

## Version 
* Version 0.0.11

## How to install
```shell script
pip install mandarina
```


