Skip to main content

Provide compiled binaries of https://github.com/cea-sec/hairgap

Project description

hairgap-binaries

Provide compiled binaries of hairgap under the form of a Python package.

use

python3 -m pip install hairgap-binaries

hairgap-binaries only provides get_hairgapr and get_hairgaps functions that return absolute paths of hairgapr and hairgaps. If there are not available for your architecture (e.g., anything else than Linux x86_64), None is returned.

import os

from hairgap_binaries import get_hairgapr, get_hairgaps

assert os.path.isfile(get_hairgapr())
assert os.path.isfile(get_hairgaps())

building

Requirements:

  • python3 (>= 3.5),
  • wheel Python package (in the current virtualenv) for creating the .whl package,
  • vagrant with the scp plugin.
tox -e py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hairgap_binaries-1.1.0.tar.gz (100.2 kB view hashes)

Uploaded Source

Built Distribution

hairgap_binaries-1.1.0-py2.py3-none-any.whl (100.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page