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

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

