Metadata-Version: 2.1
Name: bioevents
Version: 0.2.1
Summary: A lightweight library for managing and manipulating time series events, with a focus on biosensing applications.
Keywords: bioevents
Author-Email: McGregor Joyner <mcgsjoyner@gmail.com>
License: MIT license
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Homepage, https://github.com/mcgsjoyner/bioevents
Requires-Python: >=3.9
Requires-Dist: setuptools>=68.2.0
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2
Requires-Dist: pydantic~=2.6
Requires-Dist: jupyter>=1.0.0; extra == "notebooks"
Provides-Extra: notebooks
Description-Content-Type: text/x-rst

=========
BioEvents
=========


.. image:: https://img.shields.io/pypi/v/bioevents.svg
        :target: https://pypi.python.org/pypi/bioevents

.. image:: https://readthedocs.org/projects/bioevents/badge/?version=latest
        :target: https://bioevents.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A lightweight library for managing and manipulating time series events,
with a focus on biosensing applications.


* Free software: MIT license
* Documentation: https://bioevents.readthedocs.io.


Features
--------

* Robust tooling for working with time series events.
* A hypnogram class with visualization, manipulation, and characterization functionality

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
