Metadata-Version: 2.4
Name: weegit
Version: 0.0.1
Summary: Weegit - electrophysiology marking application
Author: LIFT center
Keywords: Weegit,EEG,electrophysiology,signal
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt6>=6.4.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: open-ephys-python-tools==0.1.13
Requires-Dist: pydantic==2.11.9
Requires-Dist: platformdirs~=4.3.8
Dynamic: license-file

# Weegit

[![PyPI](https://img.shields.io/pypi/v/weegit?color=blue)](https://pypi.org/project/weegit/)
[![Downloads](https://static.pepy.tech/badge/weegit)](https://pepy.tech/project/weegit)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/weegit)](https://pypi.org/project/weegit/)


# Introduction

**Weegit** is a cross-platform application for electrophysiology marking. Works with Windows/Mac/Linux.

It uses specific filesystem architecture that is maintained by the application.
```
$EXPERIMENT_weegit
├── header.json
├── lfp
│   ├── $CH_IDX.lfp
├── sessions
│   ├── $SESSION_NAME.json
```


# Weegit GUI

Run *weegit* through terminal to start GUI.

```bash
$ weegit
```


# Developers
**Weegit** has a convenient interface to work with its data.

Convert your experiment data to weegit format
```python
print(1)
```

Work with the weegit data
```python
print(2)
```


# License

The code and data files in this distribution are licensed under the terms of the GNU General Public License version 3 
as published by the Free Software Foundation. See https://www.gnu.org/licenses/ for a copy of this license.
