Metadata-Version: 2.1
Name: larousse-api-sunbro
Version: 0.0.3
Summary: UNKNOWN
Home-page: https://github.com/quentin-dev/larousse_api
Author: Quentin Barbarat
Author-email: q.barbarat@gmail.com
License: UNKNOWN
Description: ## Larousse API
        
        ### Installation
        * `pip install larousse-api-sunbro`
        
        ### Usage
        `from larousse_api import larousse
        print(larousse.get_definitions("Fromage")`
        
        ### Why ?
        Because the Larousse website doesn't supply an api to look up definitions :(
        
        ### How ?
        * python3
        * requests
        * re
        * BeautifulSoup
        
        ### Possible improvements
        * Suggest words if the word is misspelled
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
