Metadata-Version: 2.1
Name: micecraft
Version: 0.0.7
Summary: MiceCraft
Author-email: Fabrice de Chaumont <fabrice.de.chaumont@gmail.com>
Project-URL: Homepage, https://github.com/micecraft
Project-URL: Issues, https://github.com/micecraft/issues
Project-URL: documentation, https://micecraft.org
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyserial
Requires-Dist: dynamixel-sdk
Requires-Dist: pyqt6
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: jinja2
Requires-Dist: plotly
Requires-Dist: xlsxwriter

# MiceCraft

MiceCraft is designed to create, monitor and control smart habitats for animals.

> [!TIP]
> Public release coming fall 2025.

> [!CAUTION]
> This MiceCraft repository is the public version and will get progressive updates from the private closed-beta repository

## Install package

```
pip install micecraft
```

## Website

[https://micecraft.org](https://micecraft.org)

## Wiki and docs:

[MiceCraft Wiki](https://github.com/fdechaumont/micecraft/wiki)

## Github

[MiceCraft GitHub](https://github.org/micecraft)

## Main versions

Version  | Change | Date
------------- | ------------- | -------------
0.0.1  | Setting up :tada: | September 2025
0.0.5 | Added: FED3 Device <br> Added: ComManager <br> Added: DeviceEvent <br> Added: Alarm <br> Added: Mail | September 2025
0.0.6 | Added: CameraRecorder & associated example + wiki | September 2025
0.0.7 | Added: Lever | September 2025



