Metadata-Version: 2.0
Name: django-indieweb
Version: 0.0.3
Summary: includes indieauth and a micropub endpoint
Home-page: https://github.com/ephes/django-indieweb
Author: Jochen Wersdörfer
Author-email: jochen-indieweb@wersdoerfer.de
License: BSD
Keywords: django-indieweb
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: django-model-utils (>=2.0)

=============================
django-indieweb
=============================

.. image:: https://badge.fury.io/py/django-indieweb.png
    :target: https://badge.fury.io/py/django-indieweb

.. image:: https://travis-ci.org/ephes/django-indieweb.png?branch=master
    :target: https://travis-ci.org/ephes/django-indieweb

includes indieauth and a micropub endpoint

Documentation
-------------

The full documentation is at https://django-indieweb.readthedocs.org.

Quickstart
----------

Install django-indieweb::

    pip install django-indieweb

Then use it in a project::

    import indieweb

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.0.2 (2016-05-15)
++++++++++++++++++

* Auth and Token endpoints with some tests.

0.0.1 (2016-05-14)
++++++++++++++++++

* First release on PyPI.


