Metadata-Version: 2.1
Name: nutritranslate
Version: 0.4.0
Summary: A service that translates and normalizes food nutrients
Home-page: https://github.com/ineeve/nutrients-translator
Author: Renato Campos
Author-email: renatoineeve@gmail.com
License: MIT
Description: # Use instructions
        
        ```python
        from nutritranslate import nt
        engTerm = nt.translate('energía')
        ```
        
        # Publish new version
        Update the version in setup.py
        ```bash
        python3 setup.py sdist bdist_wheel
        twine upload dist/*
        ```
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
