NeuroTools


NameNeuroTools JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttp://neuralensemble.org/NeuroTools
SummaryNeuroTools is a collection of tools to support all tasks associated with the analysis of neural activity - from neurophysiology to neural simulations.
upload_time2015-11-09 19:23:50
maintainerNone
docs_urlhttps://pythonhosted.org/NeuroTools/
authorThe NeuralEnsemble Community
requires_pythonNone
licenseGPLv2
keywords computational neuroscience simulation analysis visualization parameters
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
NeuroTools
==========

NeuroTools is a collection of tools for representing and analyzing
neuroscientific data.

NeuroTools is written in Python, and works best with PyNN, or one of the growing
list of simulation engines with a Python front-end such as NEURON, NEST, PCSIM,
FACETS Neuromorphic VLSI, Brian, MOOSE/GENESIS, Neurospaces/GENESIS. NeuroTools
provides modules to facilitate simulation setup, parameterization and
instrumentation, and data management, analysis and visualization. The
data-related tools are equally suited to analysis of experimental data, although
that is not the primary motivation for their development.

NeuroTools aims to:

1. increase the productivity of individual modellers by automating, simplifying,
   and establishing best-practices for common tasks,

2. increase the productivity of the neuroscience modelling community by reducing
   the amount of code duplication across simulation communities,

3. increase the reliability of data analysis tools leveraging Linus's law:
   "given enough eyeballs, all bugs are shallow."

Code status
-----------

.. image:: https://travis-ci.org/NeuralEnsemble/NeuroTools.png?branch=master
   :target: https://travis-ci.org/NeuralEnsemble/NeuroTools
.. image:: https://coveralls.io/repos/NeuralEnsemble/NeuroTools/badge.png
   :target: https://coveralls.io/r/NeuralEnsemble/NeuroTools

This code is considered to be mature and will not evolve - we will  only focus on bug fixes.

Development of a new analysis library takes place @ https://github.com/NeuralEnsemble/elephant

Contributing to NeuroTools
--------------------------

If you are interested in participating in NeuroTools development, please see
the webpage at http://neuralensemble.org/NeuroTools

Related projects
----------------

NeuroTools has evolved in different flavours:

- a legacy version @ https://neuralensemble.kip.uni-heidelberg.de/svn/NeuroTools
- a fork by Trevor Bekolay: https://github.com/tbekolay/neurotools
- another fork (version 0.2.0) : https://github.com/meduz/NeuroTools

Installation
------------

To install use:

    pip install NeuroTools

For installation instructions, see doc/source/install.rst

Documentation
-------------

For documentation see the ``doc`` folder or http://packages.python.org/NeuroTools

For examples see the ``examples`` folder.


More information
----------------

- Home page: http://neuralensemble.org/NeuroTools
- Mailing list: https://groups.google.com/forum/?fromgroups#!forum/neuralensemble
- Documentation: http://packages.python.org/neo/
- Bug reports: https://github.com/NeuralEnsemble/NeuroTools/issues


License
-------

Copyright (C) 2008  Daniel Bruederle, Andrew Davison, Jens Kremkow
Laurent Perrinet, Michael Schmuker, Eilif Muller, Eric Mueller, Pierre Yger

NeuroTools is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

The GNU General Public License does not permit this software to be
redistributed in proprietary programs.

See ``LICENSE``.
            

Raw data

            {
    "_id": null,
    "home_page": "http://neuralensemble.org/NeuroTools",
    "name": "NeuroTools",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/NeuroTools/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "computational neuroscience,simulation,analysis,visualization,parameters",
    "author": "The NeuralEnsemble Community",
    "author_email": "neurotools@neuralensemble.org",
    "download_url": "https://files.pythonhosted.org/packages/8c/63/0f81493c290ff10f7dd2aaa35d4826c000087127d09ded5a48a41c1cd425/NeuroTools-0.3.1.tar.gz",
    "platform": "UNKNOWN",
    "description": "==========\nNeuroTools\n==========\n\nNeuroTools is a collection of tools for representing and analyzing\nneuroscientific data.\n\nNeuroTools is written in Python, and works best with PyNN, or one of the growing\nlist of simulation engines with a Python front-end such as NEURON, NEST, PCSIM,\nFACETS Neuromorphic VLSI, Brian, MOOSE/GENESIS, Neurospaces/GENESIS. NeuroTools\nprovides modules to facilitate simulation setup, parameterization and\ninstrumentation, and data management, analysis and visualization. The\ndata-related tools are equally suited to analysis of experimental data, although\nthat is not the primary motivation for their development.\n\nNeuroTools aims to:\n\n1. increase the productivity of individual modellers by automating, simplifying,\n   and establishing best-practices for common tasks,\n\n2. increase the productivity of the neuroscience modelling community by reducing\n   the amount of code duplication across simulation communities,\n\n3. increase the reliability of data analysis tools leveraging Linus's law:\n   \"given enough eyeballs, all bugs are shallow.\"\n\nCode status\n-----------\n\n.. image:: https://travis-ci.org/NeuralEnsemble/NeuroTools.png?branch=master\n   :target: https://travis-ci.org/NeuralEnsemble/NeuroTools\n.. image:: https://coveralls.io/repos/NeuralEnsemble/NeuroTools/badge.png\n   :target: https://coveralls.io/r/NeuralEnsemble/NeuroTools\n\nThis code is considered to be mature and will not evolve - we will  only focus on bug fixes.\n\nDevelopment of a new analysis library takes place @ https://github.com/NeuralEnsemble/elephant\n\nContributing to NeuroTools\n--------------------------\n\nIf you are interested in participating in NeuroTools development, please see\nthe webpage at http://neuralensemble.org/NeuroTools\n\nRelated projects\n----------------\n\nNeuroTools has evolved in different flavours:\n\n- a legacy version @ https://neuralensemble.kip.uni-heidelberg.de/svn/NeuroTools\n- a fork by Trevor Bekolay: https://github.com/tbekolay/neurotools\n- another fork (version 0.2.0) : https://github.com/meduz/NeuroTools\n\nInstallation\n------------\n\nTo install use:\n\n    pip install NeuroTools\n\nFor installation instructions, see doc/source/install.rst\n\nDocumentation\n-------------\n\nFor documentation see the ``doc`` folder or http://packages.python.org/NeuroTools\n\nFor examples see the ``examples`` folder.\n\n\nMore information\n----------------\n\n- Home page: http://neuralensemble.org/NeuroTools\n- Mailing list: https://groups.google.com/forum/?fromgroups#!forum/neuralensemble\n- Documentation: http://packages.python.org/neo/\n- Bug reports: https://github.com/NeuralEnsemble/NeuroTools/issues\n\n\nLicense\n-------\n\nCopyright (C) 2008  Daniel Bruederle, Andrew Davison, Jens Kremkow\nLaurent Perrinet, Michael Schmuker, Eilif Muller, Eric Mueller, Pierre Yger\n\nNeuroTools is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\nThe GNU General Public License does not permit this software to be\nredistributed in proprietary programs.\n\nSee ``LICENSE``.",
    "bugtrack_url": null,
    "license": "GPLv2",
    "summary": "NeuroTools is a collection of tools to support all tasks associated with the analysis of neural activity - from neurophysiology to neural simulations.",
    "version": "0.3.1",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://neuralensemble.org/NeuroTools"
    },
    "split_keywords": [
        "computational neuroscience",
        "simulation",
        "analysis",
        "visualization",
        "parameters"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c630f81493c290ff10f7dd2aaa35d4826c000087127d09ded5a48a41c1cd425",
                "md5": "67d1c4b6bee55ed9ab50d5daccc0f573",
                "sha256": "a459420fc0e9ff6b59af28716ddb0c75d11a63b8db80a5f4844e0d7a90c2c653"
            },
            "downloads": -1,
            "filename": "NeuroTools-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "67d1c4b6bee55ed9ab50d5daccc0f573",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 172902,
            "upload_time": "2015-11-09T19:23:50",
            "upload_time_iso_8601": "2015-11-09T19:23:50.759549Z",
            "url": "https://files.pythonhosted.org/packages/8c/63/0f81493c290ff10f7dd2aaa35d4826c000087127d09ded5a48a41c1cd425/NeuroTools-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-11-09 19:23:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "neurotools"
}
        
Elapsed time: 0.23703s