Metadata-Version: 2.1
Name: toarray
Version: 0.2.0
Summary: Small Python package for converting iterables to arrays.
Home-page: https://github.com/eddiethedean/toarray
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

# toarray

Small Python package for converting iterables to arrays.

## Description

toarray takes an iterable and figures out what the smallest python array type can hold the values.
returns an array if all values can fit or a list if not.

## Getting Started

### Dependencies

* Python>=3.6

### Installing

* pip install toarray

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