swanhub


Nameswanhub JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/swan-cern/jupyterhub-extensions
SummaryCustom SWAN templates and handlers for JupyterHub
upload_time2023-10-24 13:03:16
maintainer
docs_urlNone
authorSWAN Admins
requires_python
licenseAGPL-3.0
keywords jupyterhub swan cern
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SwanHub

JupyterHub wrapper that automatically configures the SWAN templates and handlers.

These handlers replace the default ones with slightly modified versions (for example, the user info api endpoint provides information about the auth state, which is hidden in the default implementation).

## Requirements

This module requires and installs JupyterHub.

## Installation

Install the package

```bash
pip install swanhub
```

To have the proper css, it is necessary to download a release from https://github.com/swan-cern/common into the folder `/usr/local/share/jupyterhub/static/swan/`.

## Usage

Start SwanHub as you would for JupyterHub, and with the same configurations. Example:

```bash
swanhub --config /path/to/my/jupyterhub_config.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/swan-cern/jupyterhub-extensions",
    "name": "swanhub",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "JupyterHub,SWAN,CERN",
    "author": "SWAN Admins",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/90/e0/0a9f98ea10fdfe6a61a2eb542a6290ff25878aeae787b0c244bf6e3aa3af/swanhub-1.0.0.tar.gz",
    "platform": "Linux",
    "description": "# SwanHub\n\nJupyterHub wrapper that automatically configures the SWAN templates and handlers.\n\nThese handlers replace the default ones with slightly modified versions (for example, the user info api endpoint provides information about the auth state, which is hidden in the default implementation).\n\n## Requirements\n\nThis module requires and installs JupyterHub.\n\n## Installation\n\nInstall the package\n\n```bash\npip install swanhub\n```\n\nTo have the proper css, it is necessary to download a release from https://github.com/swan-cern/common into the folder `/usr/local/share/jupyterhub/static/swan/`.\n\n## Usage\n\nStart SwanHub as you would for JupyterHub, and with the same configurations. Example:\n\n```bash\nswanhub --config /path/to/my/jupyterhub_config.py\n```\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Custom SWAN templates and handlers for JupyterHub",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/swan-cern/jupyterhub-extensions"
    },
    "split_keywords": [
        "jupyterhub",
        "swan",
        "cern"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90c537e1e4a6aec932d4f4da2667599812826647db73812923bfd6f26bead056",
                "md5": "2993670887608e2ef3987ad11beb94d1",
                "sha256": "357a45ad0eaeb5a690f2f7d4f2d858c815789dd700d5658fbaadb47ad4a1cdd3"
            },
            "downloads": -1,
            "filename": "swanhub-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2993670887608e2ef3987ad11beb94d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18470,
            "upload_time": "2023-10-24T13:03:15",
            "upload_time_iso_8601": "2023-10-24T13:03:15.545482Z",
            "url": "https://files.pythonhosted.org/packages/90/c5/37e1e4a6aec932d4f4da2667599812826647db73812923bfd6f26bead056/swanhub-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90e00a9f98ea10fdfe6a61a2eb542a6290ff25878aeae787b0c244bf6e3aa3af",
                "md5": "0ce2d4e0ab4cf5700a6b20d5d75dfdce",
                "sha256": "b87516c836acb99b6398d78a2fdd931921a9b6351e86f53939c8c3c28f2eedab"
            },
            "downloads": -1,
            "filename": "swanhub-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0ce2d4e0ab4cf5700a6b20d5d75dfdce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14123,
            "upload_time": "2023-10-24T13:03:16",
            "upload_time_iso_8601": "2023-10-24T13:03:16.915465Z",
            "url": "https://files.pythonhosted.org/packages/90/e0/0a9f98ea10fdfe6a61a2eb542a6290ff25878aeae787b0c244bf6e3aa3af/swanhub-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-24 13:03:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "swan-cern",
    "github_project": "jupyterhub-extensions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "swanhub"
}
        
Elapsed time: 0.13411s