Metadata-Version: 2.1
Name: sfsdk
Version: 2.1.8
Summary: SDK for the SecureFlag training platform
Home-page: https://gitlab.com/secureflag-community/sdk
Author: SecureFlag
Author-email: info@secureflag.com
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ruamel.yaml
Requires-Dist: Flask
Requires-Dist: jinja2
Requires-Dist: PyYAML
Requires-Dist: docker
Requires-Dist: prettytable
Requires-Dist: simplejson
Requires-Dist: python_on_whales

This repository is part of the SecureFlag Platform.

Please refer to the official [documentation](https://community.secureflag.com/) for installation instructions and further information.

## Build Tests

### Prerequisites

Install `qemu binfmt-support qemu-user-static` on an x86 based system.

Such as with apt `sudo apt-get install qemu binfmt-support qemu-user-static`

### Run tests

To run isolated docker test installs for various versions of linux and platforms AMD64/ARM64 use:

```bash
./tests/docker-build/test-all-build.sh
```
