Metadata-Version: 2.1
Name: tinytable
Version: 0.3
Summary: Pure Python lite version of Pandas DataFrame.
Home-page: https://github.com/eddiethedean/tinytable
Author: Odos Matthews
Author-email: odosmatthews@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

# TinyTable

A pure python package used to process a table of data stored in a dict.

## Description

Use TinyTable instead of Pandas to process your data if you do not want to install Pandas and its many dependencies.

## Getting Started

### Dependencies

* Python>=3.6
* tinytim: for data processing
* openpyxl: for reading and writing Excel files.
* tabulate: for clean table repr

### Installing

* pip install tinytable

### Executing program

* How to run the program
* Step-by-step bullets
```
Example code to come.
```

## Authors

Contributors names and contact info

Odos Matthews: odosmatthews@gmail.com

## License

This project is licensed under the MIT License - see the LICENSE.md file for details
