Metadata-Version: 2.1
Name: deen
Version: 2.0.0b3
Summary: Generic data DEcoding/ENcoding application built with PyQt5
Home-page: https://github.com/takeshixx/deen
Author: takeshix
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: jsbeautifier
Requires-Dist: dicttoxml
Requires-Dist: xmltodict
Requires-Dist: bcrypt
Requires-Dist: python-jose
Requires-Dist: pyOpenSSL
Provides-Extra: assembling
Requires-Dist: keystone-engine ; extra == 'assembling'
Provides-Extra: disassembling
Requires-Dist: capstone ; extra == 'disassembling'

# deen

<img src="https://i.imgur.com/HKdQpc3.png" width="90%">

An application that allows to apply encoding, compression and hashing to generic input data. It is meant to be a handy tool for quick encoding/decoding tasks for data to be used in other applications. It aims to be a lightweight alternative to other tools that might take a long time to startup and should not have too many dependencies. It includes a GUI for easy interaction and integration in common workflows as well as a CLI that might be usefule for automation tasks.

## Installation

```bash
pip3 install deen
```

Further information is available in the [wiki](https://github.com/takeshixx/deen/wiki).

### Packages

There is a [deen-git](https://aur.archlinux.org/packages/deen-git) package available in the Arch User Repository (AUR).

## Usage

See the [wiki](https://github.com/takeshixx/deen/wiki) for basic and more advanced usage examples.


