Metadata-Version: 2.1
Name: pyjisho
Version: 0.1.0
Summary: Python HTTP client for the Jisho.org search API.
Home-page: https://github.com/matthewmpalen/pyjisho
Author: Matt Palen
License: MIT
Download-URL: https://github.com/matthewmpalen/pyjisho/archive/0.1.0.tar.gz
Project-URL: Bug Reports, https://github.com/matthewmpalen/pyjisho/issues
Description: # pyjisho
        
        Python HTTP client for the [Jisho.org](https://jisho.org/)
        search API.
        
        ## Install
        
        ```bash
        pip install pyjisho
        ```
        
        ## Usage
        
        ```python
        from jisho import Client
        
        client = Client()
        response = client.search('house')
        print(response)
        ```
Keywords: Japanese,English,translation,dictionary,language,jisho,辞書,じしょ
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
