├── LICENSE.md ├── README.md ├── numpy_html ├── __init__.py ├── formatter.py └── renderer.py └── pyproject.toml /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agoose77/numpy-html/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agoose77/numpy-html/HEAD/README.md -------------------------------------------------------------------------------- /numpy_html/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agoose77/numpy-html/HEAD/numpy_html/__init__.py -------------------------------------------------------------------------------- /numpy_html/formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agoose77/numpy-html/HEAD/numpy_html/formatter.py -------------------------------------------------------------------------------- /numpy_html/renderer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agoose77/numpy-html/HEAD/numpy_html/renderer.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agoose77/numpy-html/HEAD/pyproject.toml --------------------------------------------------------------------------------