Metadata-Version: 2.1
Name: swimbundle-utils
Version: 4.6.6
Summary: Swimlane Bundle Utilities Package
Home-page: UNKNOWN
Author: Swimlane
Author-email: info@swimlane.com
License: UNKNOWN
Keywords: utilities,dictionary,rest
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
Requires-Dist: requests (==2.26.0)
Requires-Dist: polling (==0.3.0)
Requires-Dist: six (==1.13.0)
Requires-Dist: validators (==0.14.0)
Requires-Dist: pendulum (==2.1.2)
Requires-Dist: dict-plus (==0.2.3)
Requires-Dist: ioc-finder (==6.0.1)
Requires-Dist: future (==0.18.2)
Requires-Dist: python-libpython-debian-bin (==0.0.4)
Requires-Dist: ipaddress (==1.0.23)
Requires-Dist: iocextract (==1.13.1)
Requires-Dist: pyparsing (==2.4.7)

Swimbundle Utils
==================

Python package repo for Swimlane Utils

See Quickstart: https://github.com/swimlane/swimbundle-utils/wiki/Quickstart


.. list-table:: Included Utilities
   :widths: 20 80
   :header-rows: 1

   * - Name
     - Description
   * - flattener
     - flatten json dicts and lists, with other useful dict-related functions
   * - rest
     - basic rest api mixin, pagination support, and other common rest functions
   * - exceptions
     - Useful common exceptions for Swimlane Bundles
   * - helpers
     - Helper funcs for making code for Swimbundles, includes validation
   * - validation
     - More advanced tools for validating inputs
   * - ioc
     - Parse IOCs out of text and determine the type of an IOC

Compatibility:
  * swimlane >= 10.2.0

