hansken


Namehansken JSON
Version 2024.3.29 PyPI version JSON
download
home_pagehttps://hansken.org/
SummaryPython API to the Hansken REST endpoint
upload_time2024-03-29 10:19:48
maintainerNone
docs_urlNone
authorNetherlands Forensic Institute
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            hansken.py
==========

`hansken.py` is a Python client to [Hansken](https://hansken.org)'s REST API, developed and maintained by the Netherlands Forensic Institute.

Installation
------------

`hansken.py` is hosted on PyPI, install it using `pip`:

``` plain
pip install hansken
```

The installation package defines extras to enable some additional features:

- **report**: utilities to help create reports in HTML and PDF formats;
- **mount**: enables the `mount` subcommand, creating FUSE mounts for data sources in a Hansken project;
- **kerberos**: enables the use of Kerberos single-sign-on authentication for environments that support it;
- **all**: installs all of the above.

These extras can be installed using `pip`:

``` plain
pip install hansken[all]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://hansken.org/",
    "name": "hansken",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Netherlands Forensic Institute",
    "author_email": "hansken-support@nfi.nl",
    "download_url": "https://files.pythonhosted.org/packages/21/bf/003480c851da15b465c0e9cc5943b9384f392ef1749cdcc5c2108a16eed1/hansken-2024.3.29.tar.gz",
    "platform": null,
    "description": "hansken.py\n==========\n\n`hansken.py` is a Python client to [Hansken](https://hansken.org)'s REST API, developed and maintained by the Netherlands Forensic Institute.\n\nInstallation\n------------\n\n`hansken.py` is hosted on PyPI, install it using `pip`:\n\n``` plain\npip install hansken\n```\n\nThe installation package defines extras to enable some additional features:\n\n- **report**: utilities to help create reports in HTML and PDF formats;\n- **mount**: enables the `mount` subcommand, creating FUSE mounts for data sources in a Hansken project;\n- **kerberos**: enables the use of Kerberos single-sign-on authentication for environments that support it;\n- **all**: installs all of the above.\n\nThese extras can be installed using `pip`:\n\n``` plain\npip install hansken[all]\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python API to the Hansken REST endpoint",
    "version": "2024.3.29",
    "project_urls": {
        "Homepage": "https://hansken.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e5a310f8ebb2400f96b12528cb8941da1cfd7d120f5a01cf7f0fb900a741fe4",
                "md5": "2905cd3fca1c161e93307e1619a246a3",
                "sha256": "96cb18892a2b23b4e62471911152b10f2467704e3ebdcb064fd6fbee3839d415"
            },
            "downloads": -1,
            "filename": "hansken-2024.3.29-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2905cd3fca1c161e93307e1619a246a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 138502,
            "upload_time": "2024-03-29T10:19:44",
            "upload_time_iso_8601": "2024-03-29T10:19:44.882910Z",
            "url": "https://files.pythonhosted.org/packages/9e/5a/310f8ebb2400f96b12528cb8941da1cfd7d120f5a01cf7f0fb900a741fe4/hansken-2024.3.29-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21bf003480c851da15b465c0e9cc5943b9384f392ef1749cdcc5c2108a16eed1",
                "md5": "1d49e78055b8302962948b33a21bceae",
                "sha256": "320c9fae3f7db2130e3c892b5c2a32c6c09e548faf7380ea2d9e37df16fbb826"
            },
            "downloads": -1,
            "filename": "hansken-2024.3.29.tar.gz",
            "has_sig": false,
            "md5_digest": "1d49e78055b8302962948b33a21bceae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 122100,
            "upload_time": "2024-03-29T10:19:48",
            "upload_time_iso_8601": "2024-03-29T10:19:48.539171Z",
            "url": "https://files.pythonhosted.org/packages/21/bf/003480c851da15b465c0e9cc5943b9384f392ef1749cdcc5c2108a16eed1/hansken-2024.3.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 10:19:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hansken"
}
        
Elapsed time: 0.24035s