Metadata-Version: 2.1
Name: nitrokeyapp
Version: 2.2.1
Summary: Graphical application to manage Nitrokey devices
Home-page: https://github.com/nitrokey/nitrokey-app2
License: Apache-2.0
Author: Nitrokey
Author-email: pypi@nitrokey.com
Requires-Python: >=3.9,<3.13
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pySide6 (>=6.6.0)
Requires-Dist: pynitrokey (==0.4.45)
Requires-Dist: pyudev (>=0.24.1,<0.25.0)
Requires-Dist: pywin32 (==305) ; sys_platform == "win32"
Requires-Dist: qt_material (>=2.14,<3.0)
Project-URL: Documentation, https://docs.nitrokey.com/software/nk-app2/
Project-URL: Repository, https://github.com/nitrokey/nitrokey-app2
Description-Content-Type: text/markdown

# Nitrokey App 2

This application allows to manage Nitrokey 3 devices. To manage Nitrokey Pro and Nitrokey Storage devices, use the older [Nitrokey App](https://github.com/Nitrokey/nitrokey-app).

## Features

The following features are currently implemented.

- Firmware update
- Passwords
    - TOTP
    - HOTP

## Download

Executable binaries for Linux and Windows as well as a MSI installer for Windows can be downloaded from the [releases](https://github.com/Nitrokey/nitrokey-app2/releases).

### Compiling for Linux and macOS

This project uses [Poetry](https://python-poetry.org/) as its dependency management and packaging system.
See the [documentation](https://python-poetry.org/docs/) of *Poetry* for available commands.

The application can be compiled by executing:

```
git clone https://github.com/Nitrokey/nitrokey-app2.git
cd nitrokey-app2
make init
make build
poetry shell
nitrokeyapp
```

## Dependencies

* [pynitrokey ](https://github.com/Nitrokey/pynitrokey)
* Python >3.9

## Author

Nitrokey GmbH, Jan Suhr and [contributors](https://github.com/Nitrokey/nitrokey-app2/graphs/contributors).

