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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file hairgap_binaries-1.1.0.tar.gz
.
File metadata
- Download URL: hairgap_binaries-1.1.0.tar.gz
- Upload date:
- Size: 100.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
22596d277b1e265373cb750bc00bbfc18b96e46723efbbec54746eb98c6575d6
|
|
MD5 |
bdb7fbf7542cceada48e637db69b5a1c
|
|
BLAKE2b-256 |
cfe41976a1cbde6d75637eeebb464cc5730f09dbaf72f6d333f2a7650e41c3b4
|
File details
Details for the file hairgap_binaries-1.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: hairgap_binaries-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 100.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f2a31bbbbe9cc4574ab71f183af3deaee9497f39cdd3eed805503e7c52848ac8
|
|
MD5 |
9c062eee41e6517c67c61a3860719b95
|
|
BLAKE2b-256 |
b0e98b566ffec4990a63bbb364c4f6696454b0aa45eb308a3ca3dd33e2c2b25e
|