Metadata-Version: 2.1
Name: asyncdictionary
Version: 1.0
Summary: An asynchronous wrapper in python for the https://dictionaryapi.dev API
Home-page: https://github.com/Ay-355/asyncdictionary
Author: Ay355
License: MIT
Project-URL: Documentation, https://github.com/Ay-355/asyncdictionary/blob/master/Documentation.md
Description: # asyncdictionary
        
        [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
        
        
        **An asynchronous Python wrapper for https://dictionaryapi.dev/**
        
        You can find the API's repository [here](https://github.com/meetDeveloper/freeDictionaryAPI)
        
        ### **NOTE: Currently I have only implemented fetching words from English, not other languages. This is because the actual API's implementation of languages other than english is different. Support for different languages coming soon though.**
        
        ___
        ## Requirements
        - Python 3.6 or above
        - aiohttp (python -m pip install aiohttp)
            - Used for web requests to the API
        
        That's it!
        
        
        
        ## Installation
        ___
        Currently through pip.
        
        - `pip install asyncdictionary`
        
        Or through git, but why would you want to do that.
        - `pip install git+https://github.com/Ay-355/asyncdictionary`
        
        Note that if you don't have python in your PATH variable, you will have to prefix these with `python -m ` or `py -m ` or the equivalent of that on your machine.
        
        
        
        ## Issues
        ___
        **Any issues directly with the API should be reported at the [API's repository page](https://github.com/meetDeveloper/freeDictionaryAPI).**
        
        If there is anything wrong with this package, feel free to open up an issue.
        
        Hope this is useful!
        
Keywords: dictionary,api,wrapper,asyncdictionary,async,pythondictionary,dictionary api,asyncdictionary api
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
