Metadata-Version: 2.1
Name: expressive
Version: 0.1.0
Summary: A Python library for converting strings into array functions with some confidence
Home-page: https://gitlab.com/expressive-py/expressive
Maintainer: Russell Fordyce
License: BSD 3-Clause License
Keywords: sympy numpy numba
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: sympy (>=1.11)
Requires-Dist: numpy (>=1.23)
Requires-Dist: numba (>=0.56)
Requires-Dist: llvmlite (>=0.39.1)

# expressive

A Python library for converting strings into array functions with some confidence.

### Installing

```shell
pip install expressive
```

### Usage

```python
from expressive import Expressive
```
