eddiethedean / flexarray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlexArray: A class that uses built in python arrays that changes type to accommodate items types.

What is it?

FlexArray is a Python package with a FlexArray class that changes the built in python array type to match the required type to accommodate all items.

Main Features

Here are just a few of the things that FlexArray does:

  • TODO

Where to get it

The source code is currently hosted on GitHub at: https://github.com/eddiethedean/flexarray

# PyPI
pip install flexarray

Dependencies

  • [toarray]

Example code

TODO

About

License:MIT License


Languages

Language:Python 100.0%