Metadata-Version: 2.4
Name: spidernets
Version: 0.0.0
Summary: Data structures for spider nets.
Project-URL: Repository, https://github.com/neverlocal/spidernets
Project-URL: Issues, https://github.com/neverlocal/spidernets/issues
Author: NeverLocal
License-Expression: LGPL-3.0
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: euler>=1.0.2.post0
Requires-Dist: numpy>=1.23
Requires-Dist: typing-validation>=1.2.12
Description-Content-Type: text/markdown

# SpiderNets

[![Generic badge](https://img.shields.io/badge/python-3.10+-green.svg)](https://docs.python.org/3.10/)
[![Checked with Mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](https://github.com/python/mypy)
[![PyPI version shields.io](https://img.shields.io/pypi/v/spidernets.svg)](https://pypi.python.org/pypi/spidernets/)
[![PyPI status](https://img.shields.io/pypi/status/spidernets.svg)](https://pypi.python.org/pypi/spidernets/)

Data structures for spider nets, tensor networks where tensors are restricted to
matrices (i.e. rank 2 tensors) and computational basis spiders (of arbitrary rank).

## Installation

You can install the library from PyPI as follows:

```
pip install -U spidernets
```

## Usage

To be written.

## License

[LGPLv3](./LICENSE) © NeverLocal Ltd
