Metadata-Version: 2.4
Name: gamry-file-parser
Version: 0.1.0
Summary: A parser for Gamry EXPLAIN-formatted DTA files with neural interface specific data analysis
Author: Your Name
Author-email: Max Tenenbaum <maxtenenbaum223@gmail.com>
Project-URL: Homepage, https://github.com/maxtenenbaum/GamryParser
Project-URL: Issues, https://github.com/maxtenenbaum/GamryParser/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: license-file

# GamryParser

GamryParser is a modular, Python-based toolkit for parsing, analyzing, and visualizing electrochemical data from Gamry `.DTA` files. It supports both local analysis and interactive visual exploration through Pyodide and Streamlit.

[![License](https://img.shields.io/github/license/maxtenenbaum/GamryParser)](LICENSE)
[![Python](https://img.shields.io/badge/python-3.9+-blue)](https://www.python.org/)

---

## Features

- 🔬 **Parse Gamry .DTA files** into clean pandas DataFrames
- 🌐 **Web viewer** powered by Pyodide (runs entirely in-browser)
- 📊 **Streamlit dashboard** for long-term studies and interactive analysis
- 🧪 Easy to test, extend, and integrate into research workflows

---
