Metadata-Version: 2.1
Name: latexify-py
Version: 0.2.0b1
Summary: Generates LaTeX math description from Python functions.
Project-URL: Homepage, https://github.com/google/latexify_py
Project-URL: Bug Tracker, https://github.com/google/latexify_py/issues
Author-email: Yusuke Oda <odashi@inspiredco.ai>
License: Apache Software License 2.0
License-File: LICENSE
Keywords: equation,latex,math,mathematics,tex
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: License :: OSI Approved :: Apache Software License
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 :: Mathematics
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Python: <3.11,>=3.7
Requires-Dist: dill>=0.3.2
Provides-Extra: dev
Requires-Dist: black>=22.10; extra == 'dev'
Requires-Dist: build>=0.8; extra == 'dev'
Requires-Dist: flake8>=5.0; extra == 'dev'
Requires-Dist: notebook>=6.5.1; extra == 'dev'
Requires-Dist: pyproject-flake8>=5.0; extra == 'dev'
Requires-Dist: pytest>=7.1; extra == 'dev'
Requires-Dist: twine>=4.0; extra == 'dev'
Description-Content-Type: text/markdown

# latexify_py
A Python package that generates LaTeX math description from Python functions.

## FAQs
1. Which Python version? ... Using 3.10 AST.
2. GPT-3? ... No, rule-based.

## Installation

```shell
pip install latexify-py
```

## Example

Follow provided example on [Google Colaboratory](https://colab.research.google.com/drive/1MuiawKpVIZ12MWwyYuzZHmbKThdM5wNJ?usp=sharing).

## How to Contribute 
To contribute to this Project refer [CONTRIBUTING.md](https://github.com/google/latexify_py/blob/develop/CONTRIBUTING.md) file.

## Disclaimer

This is not an officially supported Google product.

## License 

This Repository follows [Apache License 2.0](https://github.com/google/latexify_py/blob/develop/LICENSE).
