Metadata-Version: 2.1
Name: arpa2.quickder-tools
Version: 1.4.0
Summary: Quick DER -- Tools to work with ASN.1 specifications
Home-page: https://gitlab.com/arpa2/quick-der
Author: Rick van Rein (for the ARPA2 Quick DER project)
Author-email: rick@openfortress.nl
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: asn1ate (>=0.6.0)
Requires-Dist: colored
Requires-Dist: six
Provides-Extra: runtime
Requires-Dist: arpa2.quickder ; extra == 'runtime'

# Quick DER Tools

> *Quick DER is a mixture of tools, libraries and precompiled ASN.1 specifications.*

The following tools are available:

  * `asn2quickder` to parse an ASN.1 specification, and map each to a C header file or Python module.

  * `asn1literate` to extract ASN.1 from Markdown code fragments.

  * `derdump` to view DER files.


## An eye on DER

![This is what derdump looks like](img/derdump-screenshot.png)


