A custom-made package for multi-type arrays
Project description
MultiTypeArray
MultiTypeArray is a Python library that provides a custom array data structure capable of storing elements of different data types. Unlike Python's built-in list, which can store elements of different types, MultiTypeArray offers additional methods and functionality specific to multi-type arrays.
Features
- Store elements of different data types (integers, floats, strings, etc.) in the same array.
- Append, insert, remove, and pop elements from the array.
- Access elements using indexing and slicing.
- Iterate over the array.
- Extend the array with elements from an iterable.
- Find the index of an element in the array.
- Count the occurrences of an element in the array.
- Reverse the order of elements in the array.
- Sort the array using a custom key function and order (ascending or descending).
Installation
You can install MultiTypeArray using pip:
pip install multitypearray
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file Glam_Array-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: Glam_Array-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598d486fdaeb044713d6e228e6c570a08626868f5840aa298befce711189118b |
|
MD5 | 08547767a48f6a4ef8267eb947c7faca |
|
BLAKE2b-256 | 613aac48ebcb6637660b3fd9238a144713a351094534302a6236e311f722975a |