Metadata-Version: 2.1
Name: pysleep
Version: 0.1.5
Summary: A Python library for sleep pattern analysis and sleep metrics calculation
Keywords: sleep,analysis,metrics,medical,research,health
Author-Email: Hankyeol Kyung <kghnkl0103@gmail.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Project-URL: Homepage, https://github.com/asleep-ai/pysleep
Project-URL: Bug Tracker, https://github.com/asleep-ai/pysleep/issues
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: parameterized; extra == "dev"
Description-Content-Type: text/markdown

# pysleep

A Python library for sleep pattern analysis and sleep metrics calculation commonly used in medical and research fields.

## Installation

```bash
pip install pysleep
```

## Features

- Definition of sleep stages and events in the Python ecosystem
- Various sleep metrics used in medical field
- Sleep statistics calculation and analysis tools

## License

This project is licensed under the MIT License - see the LICENSE file for details.
