Small Python package for converting iterables to arrays.
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.
- Python>=3.6
- pip install toarray
- How to run the program
- Step-by-step bullets
Example code to come.
Contributors names and contact info
Odos Matthews: odosmatthews@gmail.com
This project is licensed under the MIT License - see the LICENSE.md file for details