Metadata-Version: 2.1
Name: certmaker
Version: 0.0.0a0
Summary: Binary Data Analyzer
Home-page: https://certmaker.denisvasilik.com
Author: Denis Vasilìk
Author-email: contact@denisvasilik.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/denisvasilik/certmaker/issues/
Project-URL: Documentation, https://certmaker.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/denisvasilik/certmaker/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: certmaker
Requires-Dist: click (>=5.1)

# CertMaker

This repository provides the implementation of CertMaker.

## Installation

CertMaker is published on [PyPI](https://pypi.org/) and can be installed from
there:

    ~$ pip3 install certmaker

## Development

In order to install this repository locally run the following commands from the
`certmaker` repository root directory.

    ~$ python3 -m venv .venv
    ~$ source .venv/bin/activate
    ~$ pip3 install -r requirements.txt
    ~$ pip3 install -e .

## Get in touch

- Report bugs, suggest features or view the source code [on GitHub].
- For contributions refer to [the contributor's guide].

[on GitHub]: https://github.com/denisvasilik/certmaker
[the contributor's guide]: CONTRIBUTING.md

## License

Licensed under the MIT license ([LICENSE-MIT] or http://opensource.org/licenses/MIT).

[LICENSE-MIT]: LICENSE.rst


