Metadata-Version: 2.1
Name: Str2D
Version: 0.2.6
Summary: Manipulate 2D strings in Python.
Home-page: https://github.com/pirsquared/Str2D
Author: Sean Smith
Author-email: Sean Smith <pirsquared.pirr@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/pirsquared/Str2D
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.txt
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: mpmath
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinx-copybutton ; extra == 'dev'
Requires-Dist: sphinx-autobuild ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'

# Str2D

[![PyPI version](https://badge.fury.io/py/str2d.svg)](https://badge.fury.io/py/str2d)
[![Documentation Status](https://readthedocs.org/projects/str2d/badge/?version=latest)](https://str2d.readthedocs.io/en/latest/?badge=latest)

[![Build Status](https://github.com/pirsquared/str2d/actions/workflows/publish-pypi-pages.yml/badge.svg)](https://github.com/pirsquared/str2d/actions)

## Overview

Manipulate strings in 2D.

## Documentation

Full documentation is available at [Str2D](https://pirsquared.github.io/Str2D/).

## Installation

`pip install str2d`

