Flask webfinger blueprint
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Black e7b6e475d9 Initial module 9 years ago
flask_webfinger Initial module 9 years ago
.gitignore Update gitignore and readme 9 years ago
LICENSE Initial commit 9 years ago
README.rst Update gitignore and readme 9 years ago
requirements.txt Initial module 9 years ago

README.rst

===============
flask-webfinger
===============

`flask-webfinger` is to implement the 'webfinger' scheme.


Usage
=====

`flask-webfinger` is a Blueprint that exposes `webfinger` URL information.

.. attention::
You **must** import `flask-wellknown` after the app is created
and within an ``app_context``,
so that the automatic `host-meta` creation works.


Licence
=======

Copyright Sam Black 2014.

Licensed under the AGPL3 licence.

See LICENCE for further information.