Metadata-Version: 2.1
Name: TensorArray
Version: 0.0.1a1
Summary: A machine learning package
Author: TensorArray-Creators
Project-URL: Homepage, https://github.com/Tensor-Array/Tensor-Array-Python
Project-URL: Issues, https://github.com/Tensor-Array/Tensor-Array-Python/issues
Project-URL: Repository, https://github.com/Tensor-Array/Tensor-Array-Python.git
Keywords: tensor,array,TensorArray,machine learning,deep learning
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Tensor Array Python
[![pypi](https://img.shields.io/pypi/v/TensorArray)](https://pypi.org/project/TensorArray/)
[![status](https://img.shields.io/pypi/status/TensorArray)](https://pypi.org/project/TensorArray/)
[![python](https://img.shields.io/pypi/pyversions/TensorArray)](https://pypi.org/project/TensorArray/)
[![download per month](https://img.shields.io/pypi/dm/TensorArray)](https://pypi.org/project/TensorArray/)
[![license](https://img.shields.io/pypi/l/TensorArray)](#)

This machine learning library using [Tensor-Array](https://github.com/Tensor-Array/Tensor-Array) library

This project is still in alpha version, we are trying to make this look like the main framework but it is easier to code.

## How to install Tensor-Array python version.
```shell
$ pip install TensorArray
```
