Metadata-Version: 2.2
Name: melektrodica
Version: 1.0.0
Summary: A Python Electrochemistry Toolbox for Modeling Microkinetic Electrocatalytic Reactions
Author: C. Baqueiro Basto, M. Secanell, L.C. Ordoñez
Author-email: carlosbaqueirob@gmail.com
License: CC BY-NC-SA 4.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: colorlog
Requires-Dist: tabulate
Requires-Dist: IPython
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img src="docs/_static/microelektrodica_logo.png" width="800"/>

# μElektrodica

Uxmal 1.0.0

A Python Electrochemistry Toolbox for Modeling Microkinetic Electrocatalytic Reactions.
The package provides example datasets and tutorials designed to demonstrate how the functions can be utilized.

## Installation

μElektrodica can be installed using `pip`

    pip install melektrodica

or via GitHub

    git clone https://github.com/CarlosBaqueiro/MicroElektrodica.git
    cd melektrodica
    pip install .

## Package Layout and Documentation

    ...
    docs
    melektrodica/
    ├── calculator/
    ├── collector/
    ├── constants/
    ├── coordinator/
    ├── fitter/
    ├── grapher/
    ├── kpynetic/
    ├── tools/
    ├── writer/
    tests
    ...

### Dependencies libraries

- Python 3.2,
- SciPy,
- NumPy,
- re,
- os,
- Matplotlib,
- NetworkX
- Copy
- Warnings

## Citing

A peer-reviewed article is currently in progress. Stay tuned for the DOI!

## Copyright and License

Copyright (C) 2025 C. Baqueiro Basto, M. Secanell, L.C. Ordoñez
μElektrodica is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See
license file for more information.


