Metadata-Version: 2.1
Name: keyedtensor
Version: 0.3.0
Summary: keyed torch tensors
Home-page: https://github.com/leaprovenzano/keyedtensor
Author: Lea Provenzano
Author-email: leaprovenzano@gmail.com
License: MIT license
Keywords: keyedtensor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Requires-Dist: collectionish (>=0.3.0)
Requires-Dist: torch
Requires-Dist: typing-extensions ; python_version < "3.8"
Requires-Dist: cached-property ; python_version < "3.8"

# keyedtensor

keyed torch tensors

----
[![pypi version](https://img.shields.io/pypi/v/keyedtensor.svg)](https://pypi.python.org/pypi/keyedtensor)
[![travis build](https://img.shields.io/travis/leaprovenzano/keyedtensor.svg)](https://travis-ci.com/leaprovenzano/keyedtensor)
[![documentation status](https://readthedocs.org/projects/keyedtensor/badge/?version=latest)](https://keyedtensor.readthedocs.io/en/latest/?badge=latest)
[![coverage](https://codecov.io/gh/leaprovenzano/keyedtensor/branch/master/graph/badge.svg)](https://codecov.io/gh/leaprovenzano/keyedtensor/branch/master/graph/badge.svg)
[![hypothesis tested](https://img.shields.io/badge/hypothesis-tested-brightgreen.svg)](https://hypothesis.readthedocs.io)

------------------------------------------------------------------------

-   *Free software*: MIT license
-   *Documentation*: [docs](https://keyedtensor.readthedocs.io)
-   *Supported Python Versions*: >=3.7

------------------------------------------------------------------------


## Getting Started:


Install the latest stable version with pip:

    $ pip install keyedtensor

---

## Checkout the docs:

It's best to checkout the [docs](https://keyedtensor.readthedocs.io). There you'll find detailed
documentation of keyedtensor}'s features and lots of examples of how to
use them.



