Metadata-Version: 2.1
Name: mouse-behavior-analysis-tools
Version: 1.0.0
Summary: set of tools to analyse the behavior of mice, coded by Hernando M Vergara
Author-email: Hernando M Vergara <hvergarabio@gmail.com>
License: BSD-3-Clause
Project-URL: homepage, https://github.com/HernandoMV/mouse-behavior-analysis-tools
Project-URL: bug_tracker, https://github.com/HernandoMV/mouse-behavior-analysis-tools/issues
Project-URL: documentation, https://github.com/HernandoMV/mouse-behavior-analysis-tools
Project-URL: source_code, https://github.com/HernandoMV/mouse-behavior-analysis-tools
Project-URL: user_support, https://github.com/HernandoMV/mouse-behavior-analysis-tools/issues
Classifier: Development Status :: 2 - Pre-Alpha
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: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# mouse-behavior-analysis-tools

pip installable:
```
pip install mouse-behavior-analysis-tools
```

import it like this for example:
```
from mouse_behavior_analysis_tools.utils import custom_functions as cuf
```
