sluarch

SlµArch (Sleep MicroArchitecture): a Python package to analyse sleep microarchitecture.

https://github.com/sjg2203/sluarch

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

SlµArch (Sleep MicroArchitecture): a Python package to analyse sleep microarchitecture.

Basic Info
  • Host: GitHub
  • Owner: sjg2203
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 779 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 2 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

SlµArch

PyPI - Version Conda (channel only) PyPI pyversions License Security: bandit PyPI - Status Hit Ruff

SlµArch (Sleep MicroArchitecture): a Python package to analyse sleep microarchitecture.

This package is optimised for Python 3.10 and above and was tested on both Windows and macOS ARM.

[!NOTE] All dependencies are listed in requirements, Python 3.10 minimum.

Citation DOI

If you use this package, please cite as follows:

  • Guillot, S.J.ORCID ( 2024). SlµArch (2024.05.16). GitHub, Zenodo. https://doi.org/10.5281/zenodo.11204061

Contribution Contributions Welcome

This package was created and maintained by SJG.

Contributions are welcome, so feel free to submit a pull request!

To report a bug, please open a new issue.

Note that this program is provided with NO WARRANTY OF ANY KIND under Apache 2.0 license.

Installation of Python package

To install the toolbox, use:

  • Using conda Board Status

python conda install -c cf-staging sluarch

  • Using pip Pypi package PyPI - Wheel

python pip install sluarch

Owner

  • Name: S.J. Guillot
  • Login: sjg2203
  • Kind: user
  • Company: Columbia University Irving Medical Center

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: SlµArch
message: >-
  If you use this package, please cite as follows:  Guillot,
  S.J. (2024). SlµArch (2024.05.16). GitHub, Zenodo.
  https://doi.org/10.5281/zenodo.11204061
type: software
authors:
  - given-names: Simon J
    family-names: Guillot
    email: simon.guillot@inserm.fr
    affiliation: University of Oxford
    orcid: 'https://orcid.org/0000-0002-1623-7091'
identifiers:
  - type: doi
    value: 10.5281/zenodo.11204061
    description: Zenodo
repository-code: 'https://github.com/sjg2203/SluArch'
abstract: >-
  SlµArch (Sleep MicroArchitecture): a Python package to
  analyse sleep microarchitecture.
keywords:
  - Sleep
  - Microarchitecture
  - Sleep spindles
  - Slow oscillations
  - K-complex
license: Apache-2.0
commit: 21b9ae3
version: v2024.05.16
date-released: '2024-05-16'

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

.github/workflows/bandit.yml actions
  • actions/checkout v2 composite
  • shundor/python-bandit-scan 9cc5aa4a006482b8a7f91134412df6772dbda22c composite
.github/workflows/pypi_publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
docs/requirements.txt pypi
  • math *
  • mne >=1.6.0
  • myst-nb *
  • numpy >=1.25.0
  • outdated *
  • pandas >=2.2.0
  • scipy >=1.12.0
  • sphinx-autoapi *
  • sphinx-rtd-theme *
pyproject.toml pypi