Skip to content

eddiethedean/toarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages