Metadata-Version: 2.1
Name: nengo-ssp
Version: 0.1.1
Summary: Spatial Semantic Pointers (SSPs) for nengo and nengo_spa. Grid cell SSPs included.
Home-page: https://github.com/nsdumont/nengo_ssp
Author: Nicole Sandra-Yaffa Dumont
Author-email: nicole.s.dumont@gmail.com
License: MIT license
Keywords: nengo_ssp
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: nengo
Requires-Dist: nengo-spa (==1.0.1)
Requires-Dist: numpy (==1.18.5)

=========================
Spatial Semantic Pointers
=========================


.. image:: https://img.shields.io/pypi/v/nengo_ssp.svg
        :target: https://pypi.python.org/pypi/nengo_ssp

.. image:: https://img.shields.io/travis/nsdumont/nengo_ssp.svg
        :target: https://travis-ci.com/nsdumont/nengo_ssp

.. image:: https://readthedocs.org/projects/nengo-ssp/badge/?version=latest
        :target: https://nengo-ssp.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Spatial Semantic Pointers (SSPs) for nengo and nengo_spa. Grid cell SSPs included.


* Free software: MIT license
* Documentation: https://nengo-ssp.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-08-28)
------------------

* First release on PyPI.


