Metadata-Version: 2.1
Name: dispel
Version: 0.0.3
Summary: A python DIgital Signal ProcEssing Library developed to standardize extraction of sensor-derived measures (SDMs) from wearables or smartphones data.
Author: Alf Scotland and Gautier Cosne and Adrien Juraver and Angelos Karatsidis and Joaquin Penalver de Andres
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx
Requires-Dist: pandas ==1.3.5
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: fastdtw
Requires-Dist: gatspy
Requires-Dist: ground >=2.0.5
Requires-Dist: bentley-ottmann >=1.0.0
Requires-Dist: deprecated
Requires-Dist: packaging
Requires-Dist: jellyfish
Requires-Dist: PyWavelets
Requires-Dist: multimethod ==1.5
Requires-Dist: soundfile
Requires-Dist: unidecode ==1.2.0
Requires-Dist: numpy-quaternion ==2022.4.3
Requires-Dist: h5py
Requires-Dist: wrapt ==1.14.0
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: doc8 ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: types-docutils ; extra == 'dev'
Requires-Dist: types-Jinja2 ; extra == 'dev'
Requires-Dist: types-Deprecated ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-doctestplus ; extra == 'dev'
Requires-Dist: pytest-profiling ; extra == 'dev'
Requires-Dist: pytest-runner ; extra == 'dev'
Requires-Dist: pytest-sphinx ; extra == 'dev'
Requires-Dist: pytest-sugar ; extra == 'dev'
Requires-Dist: pytest-icdiff ; extra == 'dev'
Requires-Dist: pytest-deadfixtures ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Requires-Dist: watchdog ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: docutils ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: urllib3 <2 ; extra == 'docs'
Requires-Dist: jinja2 ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid ; extra == 'docs'
Requires-Dist: sphinx-mdinclude ; extra == 'docs'
Requires-Dist: sphinx-plotly-directive ; extra == 'docs'

![Dispel Logo](https://raw.githubusercontent.com/newcastleuniversity/DISPEL/main/docs/_static/dispel-logo.png)

--------------------------------------------------------------------------------

DISPEL is a python DIgital Signal ProcEssing Library developed to standardize extraction of sensor-derived measures (SDMs) from wearables or smartphones data.

- 👋 **Goodbye to Guesswork:** Transparency is key, and with DISPEL, you can track and standardize every step of your data analysis, ditching the guesswork for good.

- 💸 **Kick Clinical Trial Costs to the Curb:** Say hello to DISPEL, your new best friend for slashing the hefty price tag and long timelines of clinical trials. Join the revolution !

- 🐍 **Python Power:** Tap into the power of Python with DISPEL. It's user-friendly, packed with helpful guides, and sprinkled with examples to get your data dancing to your tune.

- 🌊 **Embrace the Data Deluge:** Don't drown in data—master it. DISPEL devours data from any source, spits it out formatted, and readies it for some serious number crunching.

- 💻 **Code That Cares:** Our object-oriented codebase is the heart of a centralized hub designed for all your data analysis needs, making your workflow smooth and seamless.

- 🔬 **Customize Like a Pro:** Flex your research muscles with DISPEL's modular pipeline, which adapts to your project's needs, skips the snags, and keeps the insights rolling in.

- 🏆 **Real-World Ready:** Step out of the lab and into the world with confidence. DISPEL equips you with the tools to factor in real-world variables, ensuring your research stays relevant and resilient.


## Contribution

Join our efforts in enhancing DISPEL's capabilities by contributing new processing modules and improvements; for detailed guidelines, please refer to our [CONTRIBUTING](https://github.com/newcastleuniversity/DISPEL/blob/main/CONTRIBUTING.rst) file.

## Documentation

See our [documentation](https://newcastleuniversity.github.io/DISPEL)
for how to install and get started with `DISPEL`.

## The Team

DISPEL is a community-driven project with several skillful engineers and researchers contributing to it.

DISPEL is currently maintained by [Alf Scotland](https://github.com/alf-scotland), [Angelos Karatsidis](https://github.com/Karatsidis) and [Gautier Cosne](https://github.com/gcosne), with major contributions of talented individuals in various forms and means.
A non-exhaustive list needs to mention: Adrien Juraver, Joaquin Penalver de Andres, Ali Neishabouri, Clément Dulong, Oussama Tchita, Loïc Carment, Angéline Plaud, Kevin Bouaou.

## License

DISPEL has a MIT-license, as found in the [LICENSE](https://github.com/newcastleuniversity/DISPEL/blob/main/LICENSE) file.
