Metadata-Version: 1.1
Name: pydcard
Version: 0.0.3
Summary: This is a Dcard API wrapper
Home-page: http://github.com/John-Lin/pydcard
Author: John Lin
Author-email: linton.tw@gmail.com
License: MIT
Description: # Pydcard
        This is a Dcard API wrapper
        
        ### Overview
        
        Pydcard is a Python wrapper for accessing the Dcard API.
        
        **Pydcard only support in Python 3**
        
        
        ### Installation
        
        The current release of Pydcard is available through [PyPi](https://pypi.python.org/pypi/pydcard):
        
        ```
        pip install pydcard
        ```
        
        ### Dependencies
        
        `pip` does install dependencies
        
        - [requests](https://github.com/kennethreitz/requests)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
