Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 762 Bytes

File metadata and controls

24 lines (19 loc) · 762 Bytes

Python 3.6 Detection Formats Library

This is the Python implementation of the library used to generate and parse the Detection Formats.

Dependencies

  • Detection Formats utilizes JSON for formatting.
  • Detection Formats was written in Python 3.6
  • Detection Formats uses conda for Package, dependency and environment management. conda is not included in this project

Building

The steps to get and use the python detection-formats are as follows:

  1. Clone detection-formats.
  2. Open a command window and change directories to /python/
  3. To run unit tests, run the command python -m unittest discover test/

Using

Once you have the python distribution, simply import detectionformats