Introduction ============== Flask-Ipernity is a `Flask`_ extension that offers access to the `Ipernity`_ API via `PyIpernity`_. It can be used to authorize to Ipernity, and together with `Flask-Login`_ provide user login via Ipernity. .. warning:: This package is still under development. Use at your own risk. Installation ------------- Via Pip: .. code-block:: console $ pip install Flask-Ipernity The source is available at `GitHub `_. .. include:: links.inc