Metadata-Version: 1.1
Name: django-wordpress-api
Version: 0.1.2
Summary: Easily Install your Wordpress blog in your Django project using wp rest API v1
Home-page: https://github.com/swappsco/django-wordpress-api
Author: Swapps
Author-email: dev@swapps.io
License: MIT
Description: =============================
        Django Wordpres API
        =============================
        
        .. image:: https://badge.fury.io/py/django-wordpress-api.png
            :target: https://badge.fury.io/py/django-wordpress-api
        
        .. image:: https://travis-ci.org/swappsco/django-wordpress-api.png?branch=master
            :target: https://travis-ci.org/swappsco/django-wordpress-api
        
        .. image:: https://coveralls.io/repos/github/swappsco/django-wordpress-api/badge.svg?branch=master
        	:target: https://coveralls.io/github/swappsco/django-wordpress-api?branch=master
        
        
        Easily Install your Wordpress blog in your Django project
        
        Documentation
        -------------
        
        The full documentation is at https://django-wordpress-api.readthedocs.org.
        
        Quickstart
        ----------
        
        Install Django Wordpres API::
        
            pip install django-wordpress-api
        
        Then use it in a project::
        
            import wordpress
        
        Features
        --------
        
        * TODO
        
        Running Tests
        --------------
        
        Does the code actually work?
        
        ::
        
            source <YOURVIRTUALENV>/bin/activate
            (myenv) $ pip install -r requirements_test.txt
            (myenv) $ python runtests.py
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-djangopackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.0 (2016-09-02)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: django-wordpress-api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
