Metadata-Version: 2.1
Name: compneuro
Version: 0.1.1
Summary: Python Module for Book 4020
Home-page: https://github.com/TK-21st/CompNeuro
Author: Bionet Lab
Author-email: 
License: BSD license
Keywords: compneuro
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Provides-Extra: dev
Provides-Extra: dist
License-File: LICENSE
License-File: AUTHORS.rst

=========
CompNeuro
=========

|Lint| |Test| |Publish| |PyPI|

.. |Lint| image:: https://github.com/TK-21st/CompNeuro/actions/workflows/Lint.yml/badge.svg
        :target: https://github.com/TK-21st/CompNeuro/actions/workflows/Lint.yml

.. |Test| image:: https://github.com/TK-21st/CompNeuro/actions/workflows/Test.yml/badge.svg
        :target: https://github.com/TK-21st/CompNeuro/actions/workflows/Test.yml

.. |Publish| image:: https://github.com/TK-21st/CompNeuro/actions/workflows/python-publish.yml/badge.svg
        :target: https://github.com/TK-21st/CompNeuro/actions/workflows/python-publish.yml

.. |PyPI| image:: https://img.shields.io/pypi/v/compneuro.svg
        :target: https://pypi.python.org/pypi/compneuro

.. .. image:: ./coverage.svg
..         :alt: PyTest Coverage

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


This Module provides source code for Book Chapters and Notebooks for 4020.


* Free software: BSD-3 license


Features
--------

* Utility functions for signal generation, spectral analysis, spike plotting, and other plotting functionalities
* CPU-based simulation and analysis of dynamical system models
* Interactive plotting of results using Bokeh.


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

To install the lastest version on PyPI, run the following code:

.. code::

        pip install compneuro

For development, see below.

Development
-----------

Before committing, use black_ to format the python code by running

.. code::

        black compneuro

For each utility function added, make sure you add a test function in the
`compneuro/tests` folder. All tests should be written using pytest_.

You can also run all tests by running:

.. code::

        py.test

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
.. _`black`: https://github.com/psf/black
.. _`pytest`: https://docs.pytest.org/
.. _`instructions`:

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

0.1.0 (2021-06-20)
------------------

* First release on PyPI.


