Metadata-Version: 2.1
Name: keyedtensor
Version: 0.2.0
Summary: keyed torch tensors
Home-page: https://github.com/leaprovenzano/keyedtensor
Author: Lea Provenzano
Author-email: leaprovenzano@gmail.com
License: MIT license
Description: [pypi version]: https://img.shields.io/pypi/v/keyedtensor.svg
        [1]: https://pypi.python.org/pypi/keyedtensor
        [travis build]: https://img.shields.io/travis/leaprovenzano/keyedtensor.svg
        [2]: https://travis-ci.com/leaprovenzano/keyedtensor
        [documentation status]: https://readthedocs.org/projects/keyedtensor/badge/?version=latest
        [3]: https://keyedtensor.readthedocs.io/en/latest/?badge=latest
        [coverage]: https://codecov.io/gh/leaprovenzano/keyedtensor/branch/master/graph/badge.svg
        [4]: https://codecov.io/gh/leaprovenzano/keyedtensor
        [hypothesis tested]: https://img.shields.io/badge/hypothesis-tested-brightgreen.svg
        [5]: https://hypothesis.readthedocs.io
        [docs]: https://keyedtensor.readthedocs.io
        
        
        # keyedtensor
        
        keyed torch tensors
        
        ----
        
        [![pypi version][]][1]
        
        [![travis build][]][2]
        
        [![documentation status][]][3]
        
        [![coverage][]][4]
        
        [![hypothesis tested][]][5]
        
        ------------------------------------------------------------------------
        
        -   *Free software*: MIT license
        -   *Documentation*: [docs][]
        -   *Supported Python Versions*: &gt;=3.7
        
        ------------------------------------------------------------------------
        
        
        ## Getting Started:
        
        
        Install the latest stable version with pip:
        
            $ pip install keyedtensor
        
        ---
        
        ## Checkout the docs:
        
        It's best to checkout the [docs][]. There you'll find detailed
        documentation of keyedtensor}'s features and lots of examples of how to
        use them.
        
        
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
