Metadata-Version: 2.1
Name: csiparser
Version: 0.0.1
Summary: A Python Package to Parse ESP32 Wi-Fi CSI Data
Home-page: https://github.com/RikeshMMM/ESP32-CSI-Python-Parser
Author: Rikesh Makwana
Author-email: rikesh.makwana@gmail.com
License: UNKNOWN
Description: # ESP32 Wi-Fi CSI Python Parser
        
        This is a Python parser for ESP32 Wi-Fi Channel State Information (CSI).
        
        **NOTE** This project uses [ESP CSI Toolkit](https://stevenmhernandez.github.io/ESP32-CSI-Tool/) created by Hernandez and Bulut.
        
        ## Installation
        
        Run the following to install:
        
        ```python
        pip install csiparser
        ```
        
        ## Usage
        
        ```python
        import csiparser
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
