Python library for storing and reading stored arrays.
Project description
Arrays is a project for storing arrays, and retrieving data from stored arrays.
To store data, try this:
from Arrays.arrays import Arrays
array = Arrays([10,20,30])
array.save_array("array.data")
To retrieve integers from stored array, use this:
from Arrays.arrays import Arrays
array = Arrays([])
custom_array = array.convert_stored_to_array("array.data")
For any other type, use this:
from Arrays.arrays import Arrays
array = Arrays([])
custom_array = array.convert_stored_to_array("array.data", _objects_type="int/str/float/tuple")
#_objects_type is the type the stored data is being converted to, and put into an array.
#Say you want the arrays to be an integer, use int.
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 Distribution
Arrays-0.0.4.tar.gz
(1.7 kB
view details)
Built Distributions
Arrays-0.0.4-py3.7.egg
(3.1 kB
view details)
File details
Details for the file Arrays-0.0.4.tar.gz
.
File metadata
- Download URL: Arrays-0.0.4.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd815b5870a337ec2e7f1bb1388ec926b4d06e2605ca3ff97063ef9091f33d81 |
|
MD5 | 8f8ad9ca2311ef8b85324cd44a79c40d |
|
BLAKE2b-256 | 02710a2c437dc8ad9a94f1b85ddcf3f9bcb76a1ccb6adfa2ea3cff777e01d164 |
File details
Details for the file Arrays-0.0.4-py3.7.egg
.
File metadata
- Download URL: Arrays-0.0.4-py3.7.egg
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7be0d5201b3abfa0c41d37a767ee889f86848ecb29588b526860d42867e93f1e |
|
MD5 | 7fd8cb6e02583ece2e7c31633ad4aec6 |
|
BLAKE2b-256 | 09c03c1aee11d99492ec7fa6c501c3ff2691cfea98b6e00ba058cf490c446287 |
File details
Details for the file Arrays-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: Arrays-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 249bc9fed2b2e3c5aec5cfa709ee1e95b5f057bbb07b3e66c07a2495aea94c58 |
|
MD5 | e513047f5dca62705355cd58859609a1 |
|
BLAKE2b-256 | 73d3306b92a7ab6cc1572221247df90d8234446f0cd15757437869cd38c6d74a |