Metadata-Version: 1.1
Name: PyUrbanDict
Version: 0.1.1
Summary: Python wrapper for urbandictionary api
Home-page: https://github.com/VatsalP/PyUrbanDict
Author: Mitesh Shah, Vatsal Parekh
Author-email: vatsalbparekh@gmail.com
License: MIT
Description: PyUrbanDict
        ===========
        
        An unofficial Python wrapper to api of urbandictionary.com
        
        Installation
        ~~~~~~~~~~~~
        
        ::
        
            git clone https://github.com/VatsalP/PyUrbanDict
            pip3 install -r requirements.txt
            python3 setup.py install
        
        Run tests
        ~~~~~~~~~
        
        To execute the tests, run:
        
        ::
        
            python3 -m pyurbandicttests.main_test
        
Keywords: api urbandictionary wrapper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
