An open-source software package for working with electrophysiological data
Project description
PTE - Python tools for electrophysiology
PTE is an open-source software package for working with electrophysiological data
PTE builds upon the packages MNE and MNE-BIDS.
Installing PTE
Stable release
To install the latest stable release, simply type:
$ pip install pte
Development version
To install the latest development version, first clone this repository using git:
$ git clone https://github.com/richardkoehler/pte
Use the package manager conda to set up a new working environment. To do so navigate to the PTE root directory in your terminal and type:
$ conda env create -f env.yml
This will set up a new conda environment called pte
.
To activate the environment then type:
$ conda activate pte
If you want to install pte-stats into another existing environment, type:
$ pip install -e .
Usage
import pte
Contributing
Please feel free to contribute yourselves or to open an issue when you encounter a bug or would like to add a new feature.
For any minor additions or bugfixes, you may simply create a pull request.
For any major changes, make sure to open an issue first. When you then create a pull request, be sure to link the pull request to the open issue in order to close the issue automatically after merging.
To contribute yourselves, consider installing the full conda development environment to include such tools as black, pylint and isort:
$ conda env create -f env_dev.yml
$ conda activate pte-dev
Continuous Integration (CI) including automated testing are set up.
License
PTE is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pte-0.2.0.tar.gz
.
File metadata
- Download URL: pte-0.2.0.tar.gz
- Upload date:
- Size: 8.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf213e7aa13e6c37a855626f27349a405ee1f3fe6e96611e61209315ebca4a51 |
|
MD5 | 43ceb2d16b08cbc3012b2be2288a572d |
|
BLAKE2b-256 | cbd4979a429eb270a3ea238076cb608212d60430356cf2ae0ac338b59abca3ff |
File details
Details for the file pte-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pte-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c02d67754ed7ac00d963833fa52dc218bafc0132bee948f4cfbc6e7ebc6bbdfe |
|
MD5 | 39804a01c2e43312ad57da8e455e957c |
|
BLAKE2b-256 | 860e9fea4ba53e96500602ed60de8b3cc93cce650c8f504d4f8943232e36ce96 |