Metadata-Version: 2.1
Name: blindtex
Version: 0.0.2
Summary: A package for converter LaTeX equations to natural language and more!.
Home-page: https://github.com/blindtex/blindtex/
Author: BlindTeX Team
Author-email: blindtexunal@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: ply (==3.11)
Provides-Extra: test
Requires-Dist: pytest (==3.6.3); extra == 'test'

# BlindTex
-----------
[![Build Status](https://travis-ci.org/blindtex/blindtex.svg?branch=master)](https://travis-ci.org/blindtex/blindtex) [![Coverage Status](https://coveralls.io/repos/github/blindtex/blindtex/badge.svg?branch=master)](https://coveralls.io/github/blindtex/blindtex?branch=master)

BlindTeX cree la posibilidad de eliminar barreras que impiden el acceso al conocimiento científico, de manera que personas con discapacidad visual logren mayor autonomía a nivel personal, académico y laboral. Combinando los conocimientos en ciencias exactas y desarrollo de software,

## Modo de uso
```
TODO
```

## Instalación
```
# For Develop and test purposes
pip3 install --editable .
```

Se puede probar el ejemplo de la siguiente manera
```
cd examples
python3 lineal_read.py -e '\frac{2}{3+4}''
  fraction 2  over 3 + 4  endfraction
```

## Documentación
TODO

## Testing

```
# run the tests

python3 -m pytest
```
##Licencia
TODO


