Metadata-Version: 2.0
Name: ninka
Version: 0.3.2
Summary: Indieauth Toolkit
Home-page: https://github.com/bear/ninka
Author: bear (Mike Taylor)
Author-email: bear@bear.im
License: MIT
Download-URL: https://pypi.python.org/pypi/ninka
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules

ninka
=====

認可 ninka - permission, license

Python package to help working with IndieAuth.

Roadmap
=======
Working
* IndieAuth tools
* MicroPub support

See the examples/ directory for sample command line tools.

Contributors
============
* bear (Mike Taylor)

IndieAuth
=========
discoverAuthEndpoints()
-----------------------
Find the authorization or redirect_uri endpoints for the given authDomain.

validateAuthCode()
------------------
Call authorization endpoint to validate given auth code.

Requires
========
Python v2.7+ but see requirements.txt for a full list


