Skip to content

NathanWycoff/nengo-extras

 
 

Repository files navigation

Nengo extras

Extra utilities and add-ons for Nengo.

This repository contains utilities that occupy a liminal space not quite generic enough for inclusion in Nengo, but useful enough that they should be publicly accessible.

Some of these utilities may eventually migrate to Nengo, and others may be split off into their own separate repositories.

Installation

To install Nengo extras, we recommend using pip.

pip install nengo-extras

Usage

Example notebooks can be found in the docs/examples directory.

For a listing of the contents of this repository, and information on how to use it, see the full documentation.

Development

To run the unit tests:

pytest nengo_extras [--plots]

To run the static checks:

.ci/static.sh run

To build the documentation:

sphinx-build docs docs/_build

About

Extra utilities and add-ons for Nengo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%