Metadata-Version: 2.1
Name: smoothed_sphere
Version: 0.4
Summary: A package to plot 3D smoothed spheres with electrodes.
Home-page: https://pypi.org/project/smoothed-sphere/0.3/
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
Requires-Dist: numpy
Requires-Dist: plotly


# Smoothed Sphere

A Python package to plot 3D smoothed spheres with electrodes using Plotly.

## Installation

You can install the package via pip:

```bash
pip install smoothed-sphere
    
