Skip to content
/ neurons Public

Use the arskom fork, this is my personal repository. You can find anything here!

License

Notifications You must be signed in to change notification settings

plq/neurons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68368ae · Aug 24, 2023
Jul 22, 2016
Dec 13, 2019
May 17, 2023
Nov 22, 2015
Jan 19, 2017
Aug 15, 2016
Dec 29, 2017
Nov 22, 2018
Nov 22, 2015
Aug 24, 2023
Nov 21, 2015

Repository files navigation

Neurons

Neurons is an opinionated web framework built on Spyne, Twisted and SqlAlchemy.

Official repo: https://github.com/arskom/neurons

Running tests

Here's how to get a test environment up and running:

First, create a virtualenv:

virtualenv -p python2.7 virt-2.7
source virt-2.7/bin/activate

If you want to work on Spyne's development version, clone and install spyne before neurons' setup script:

git clone git://github.com/arskom/spyne
(cd spyne; python setup.py develop)

Now clone and install neurons:

git clone git://github.com/arskom/neurons
(cd neurons; python setup.py develop)

Install additional useful packages:

pip install ipython pytest ipdb pytest-twisted

And now try:

py.test -v neurons/neurons

works great here.

If you want to inspect the html output in a browser, run make in neurons/asssets to get relevant frontend libraries.