NanoSSO


NameNanoSSO JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/NullsecSpace/NanoSSO
SummarySimple SSO library for handling OAuth2 with the EVE Online ESI API
upload_time2023-03-26 01:28:11
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License
keywords eve online sso esi oauth2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NanoSSO
[![PyPI](https://img.shields.io/pypi/v/NanoSSO)](https://pypi.org/project/NanoSSO)
[![Documentation Status](https://readthedocs.org/projects/nanosso/badge/?version=latest)](https://nanosso.nullsec.space/en/latest/?badge=latest)
[![NanoSSO](https://github.com/NullsecSpace/NanoSSO/actions/workflows/github-actions.yml/badge.svg)](https://github.com/NullsecSpace/NanoSSO/actions/workflows/github-actions.yml)
[![GitHub](https://img.shields.io/github/license/NullsecSpace/NanoSSO)](https://github.com/NullsecSpace/NanoSSO/blob/main/LICENSE)

A simple library for easily handling SSO for building tools that interact with
the [EVE Online ESI API](https://esi.evetech.net/ui).

- :books: Documentation: https://NanoSSO.nullsec.space
- :bulb: Examples: https://NanoSSO.nullsec.space/en/latest/examples/index.html

# Installation

```
pip install NanoSSO
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NullsecSpace/NanoSSO",
    "name": "NanoSSO",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "eve online sso esi oauth2",
    "author": "",
    "author_email": "maintainers@nullsec.space",
    "download_url": "https://files.pythonhosted.org/packages/fc/2d/90f821797bb7eaa83d1aa86aafaec6e7930007a6820c5d14b99f10a58cf8/NanoSSO-0.1.tar.gz",
    "platform": null,
    "description": "# NanoSSO\n[![PyPI](https://img.shields.io/pypi/v/NanoSSO)](https://pypi.org/project/NanoSSO)\n[![Documentation Status](https://readthedocs.org/projects/nanosso/badge/?version=latest)](https://nanosso.nullsec.space/en/latest/?badge=latest)\n[![NanoSSO](https://github.com/NullsecSpace/NanoSSO/actions/workflows/github-actions.yml/badge.svg)](https://github.com/NullsecSpace/NanoSSO/actions/workflows/github-actions.yml)\n[![GitHub](https://img.shields.io/github/license/NullsecSpace/NanoSSO)](https://github.com/NullsecSpace/NanoSSO/blob/main/LICENSE)\n\nA simple library for easily handling SSO for building tools that interact with\nthe [EVE Online ESI API](https://esi.evetech.net/ui).\n\n- :books: Documentation: https://NanoSSO.nullsec.space\n- :bulb: Examples: https://NanoSSO.nullsec.space/en/latest/examples/index.html\n\n# Installation\n\n```\npip install NanoSSO\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simple SSO library for handling OAuth2 with the EVE Online ESI API",
    "version": "0.1",
    "split_keywords": [
        "eve",
        "online",
        "sso",
        "esi",
        "oauth2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df8bdf862161fe3c4530527315e858c80ba86b4a1eeea8fa102cd520a5cc7660",
                "md5": "a2188572977f44dd5a1cd46c3d218de5",
                "sha256": "b8619a026b5c3882534ae72e9aa38ffb57023754e94389a97b17317719d15e28"
            },
            "downloads": -1,
            "filename": "NanoSSO-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2188572977f44dd5a1cd46c3d218de5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3394,
            "upload_time": "2023-03-26T01:28:10",
            "upload_time_iso_8601": "2023-03-26T01:28:10.348898Z",
            "url": "https://files.pythonhosted.org/packages/df/8b/df862161fe3c4530527315e858c80ba86b4a1eeea8fa102cd520a5cc7660/NanoSSO-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc2d90f821797bb7eaa83d1aa86aafaec6e7930007a6820c5d14b99f10a58cf8",
                "md5": "ab01353116e742baad8a373ce183ca2f",
                "sha256": "20e245bfeec512c690556026caa7ad1af408252e61b6d69b10c456ab0a29db43"
            },
            "downloads": -1,
            "filename": "NanoSSO-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ab01353116e742baad8a373ce183ca2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2991,
            "upload_time": "2023-03-26T01:28:11",
            "upload_time_iso_8601": "2023-03-26T01:28:11.974944Z",
            "url": "https://files.pythonhosted.org/packages/fc/2d/90f821797bb7eaa83d1aa86aafaec6e7930007a6820c5d14b99f10a58cf8/NanoSSO-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 01:28:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "NullsecSpace",
    "github_project": "NanoSSO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "nanosso"
}
        
Elapsed time: 0.06275s