Metadata-Version: 2.1
Name: hansken
Version: 2022.1.21
Summary: Python API to the Hansken REST endpoint
Home-page: UNKNOWN
Author: Netherlands Forensic Institute
Author-email: hansken-support@nfi.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Provides-Extra: mount
Provides-Extra: kerberos
Provides-Extra: report
Provides-Extra: shell
Provides-Extra: all
License-File: LICENSE

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


