Flask-Ipernity


NameFlask-Ipernity JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryFlask extension for Ipernity
upload_time2023-12-10 14:09:17
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords ipernity photo web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Flask-Ipernity
===============

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
-------------

.. code-block:: console
    
    pip install Flask-Ipernity

The source code is available at `<http://github.com/rcw-2/flask-ipernity>`_.


.. _Flask: https://flask.palletsprojects.com/
.. _Ipernity: http://www.ipernity.com/
.. _PyIpernity: https://pyipernity.readthedocs.io/
.. _Flask-Login: https://flask-login.readthedocs.io/


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Flask-Ipernity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "ipernity,photo,web",
    "author": "",
    "author_email": "rcw-2 <mail@rcw-2.de>",
    "download_url": "https://files.pythonhosted.org/packages/a9/99/04620f4a62c29787c9fc9f3d0de4a6b4d432b48468f762f77d19917b7f18/Flask-Ipernity-0.1.0.tar.gz",
    "platform": null,
    "description": "Flask-Ipernity\n===============\n\nFlask-Ipernity is a `Flask`_ extension that offers access to the `Ipernity`_\nAPI via `PyIpernity`_. It can be used to authorize to Ipernity, and together\nwith `Flask-Login`_ provide user login via Ipernity.\n\n.. warning:: This package is still under development. Use at your own risk.\n\n\nInstallation\n-------------\n\n.. code-block:: console\n    \n    pip install Flask-Ipernity\n\nThe source code is available at `<http://github.com/rcw-2/flask-ipernity>`_.\n\n\n.. _Flask: https://flask.palletsprojects.com/\n.. _Ipernity: http://www.ipernity.com/\n.. _PyIpernity: https://pyipernity.readthedocs.io/\n.. _Flask-Login: https://flask-login.readthedocs.io/\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Flask extension for Ipernity",
    "version": "0.1.0",
    "project_urls": {
        "homepage": "https://github.com/rcw-2/flask-ipernity"
    },
    "split_keywords": [
        "ipernity",
        "photo",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69d500e99b6c4be8d7290443e8784e022cc95654b866e05825ded9cb612ffca5",
                "md5": "6f2c3e678291ca42b7a8b3f2431960c8",
                "sha256": "a11d55c4218adc085d3efeef68896d9eaf2612050b8ae46f7a78721c28420998"
            },
            "downloads": -1,
            "filename": "Flask_Ipernity-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f2c3e678291ca42b7a8b3f2431960c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7538,
            "upload_time": "2023-12-10T14:09:15",
            "upload_time_iso_8601": "2023-12-10T14:09:15.979533Z",
            "url": "https://files.pythonhosted.org/packages/69/d5/00e99b6c4be8d7290443e8784e022cc95654b866e05825ded9cb612ffca5/Flask_Ipernity-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a99904620f4a62c29787c9fc9f3d0de4a6b4d432b48468f762f77d19917b7f18",
                "md5": "7043d581ab032954bd58ebb2b7acefef",
                "sha256": "1518cc98ffaab96b3866b2492a0cb3f7273b78dc5ed61ee13c839e6ba7e4a9e2"
            },
            "downloads": -1,
            "filename": "Flask-Ipernity-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7043d581ab032954bd58ebb2b7acefef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12546,
            "upload_time": "2023-12-10T14:09:17",
            "upload_time_iso_8601": "2023-12-10T14:09:17.483702Z",
            "url": "https://files.pythonhosted.org/packages/a9/99/04620f4a62c29787c9fc9f3d0de4a6b4d432b48468f762f77d19917b7f18/Flask-Ipernity-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 14:09:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rcw-2",
    "github_project": "flask-ipernity",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flask-ipernity"
}
        
Elapsed time: 0.17229s