{ "info": { "author": "Emily Irvine", "author_email": "emilymirvine@gmail.com", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://img.shields.io/travis/vandermeerlab/nept/master.svg\n :target: https://travis-ci.org/vandermeerlab/nept\n :alt: Travis-CI build status\n\n.. image:: https://img.shields.io/codecov/c/github/vandermeerlab/nept/master.svg\n :target: https://codecov.io/gh/vandermeerlab/nept/branch/master\n :alt: Test coverage\n\n.. image:: https://img.shields.io/badge/docs-latest-blue.svg\n :target: https://vandermeerlab.github.io/nept/\n :alt: Documentation Status\n\n**********************************\nnept: Neuroelectrophysiology tools\n**********************************\n\nFormerly ``vdmlab``, renamed to emphasize general abilities of this library.\n\nGetting started\n===============\n\nIf you don't already have python 3, we recommend you download it using Miniconda \nfrom `Continuum Analytics `_.\n\nWe recommend using a separate python environment.\n\nOpen a **new** terminal, create and activate a new conda environment::\n\n conda create -n yourenv python=3.5\n activate yourenv [Windows] or source activate yourenv [Linux]\n\nInstall package dependencies::\n\n conda install matplotlib jupyter scipy numpy pandas seaborn pytest coverage\n\nFor Shapely, try::\n\n pip install shapely\n\nIf that fails, in Windows, download the most recent wheel file \n`here `_.\nOnce downloaded, install with wheel.\n\n.. code:: bash\n\n pip install yourshapelyinstall.whl\n\nInstallation\n============\n\nClone nept from Github and use a developer installation::\n\n git clone https://github.com/vandermeerlab/nept.git\n cd nept\n python setup.py develop\n\nDocumentation\n=============\n\nUsers\n-----\n\nCheck `GitHub Pages `_\nfor the latest version of the nept documentation.\n\nDevelopers\n----------\n\nEnsure you have sphinx, numpydic, and mock::\n\n conda install ghp-import sphinx numpydoc sphinx_rtd_theme\n\nInstall nbsphinx so notebooks in the documentations can be executed::\n \n pip install nbsphinx --user\n\nBuild the latest version of the documentation using \nin the nept directory prior to pushing it to Github::\n\n sphinx-build docs docs/_build\n\nAnd push it to Github::\n\n docs/update.sh\n\nTesting\n=======\n\nRun tests with `pytest `_.\n\nCheck coverage with `codecov `_.\n\nLicense\n=======\n\nThe nept codebase is made available under made available \nunder the `MIT license `_\nthat allows using, copying and sharing.\n\nThe file ``nept/neuralynx_loaders.py`` contains code from \n`nlxio `_ by Bernard Willers, \nused with permission. \n\nProjects using nept\n===================\n\n`emi_shortcut `_\n\n`emi_biconditional `_", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vandermeerlab/nept", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nept", "package_url": "https://pypi.org/project/nept/", "platform": "", "project_url": "https://pypi.org/project/nept/", "project_urls": { "Homepage": "https://github.com/vandermeerlab/nept" }, "release_url": "https://pypi.org/project/nept/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Neuroelectrophysiology tools", "version": "0.1.0" }, "last_serial": 4888867, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d759f699d91a6544c282d7937c55ae69", "sha256": "4556595ab6b8136c08c16104786dd7ce5182faca62ce54deff2ab18ec96c0680" }, "downloads": -1, "filename": "nept-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d759f699d91a6544c282d7937c55ae69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39722, "upload_time": "2019-03-02T18:46:06", "url": "https://files.pythonhosted.org/packages/66/b0/87a468df3514ddaae2b8393e825e0394db78127c4c3edd7ec32f27e394b7/nept-0.1.0.tar.gz" } ], "0.1.0.dev0": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "d759f699d91a6544c282d7937c55ae69", "sha256": "4556595ab6b8136c08c16104786dd7ce5182faca62ce54deff2ab18ec96c0680" }, "downloads": -1, "filename": "nept-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d759f699d91a6544c282d7937c55ae69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39722, "upload_time": "2019-03-02T18:46:06", "url": "https://files.pythonhosted.org/packages/66/b0/87a468df3514ddaae2b8393e825e0394db78127c4c3edd7ec32f27e394b7/nept-0.1.0.tar.gz" } ] }