Metadata-Version: 2.1
Name: vsapy
Version: 0.5.0
Summary: Vector Symbolic Architecture(VSA) library that allows building VSA apps that use variousl flavours of VSA vectors
Home-page: https://github.com/vsapy/vsapy
Author: Chris Simpkin
Author-email: simpkin.chris@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

# vsapy - Vector Symbolic Architecture(VSA) library.

## Getting Started

### Installing  
- pip install vsapy

### Usage
- to call the vsapy methods use the following imports 
    - import vsapy as vsa
    - from vsapy.vsatype import VsaType, VsaBase

- see tests on github for example usage


