Skip to main content

ATBU common package, common modules used by atbu.backup and atbu.mp_pipeline.

Project description

atbu-common-pkg (atbu.common) package

Overview

The atbu.common package is used by the following projects:

Included is support for the following:

  • AesCbcPaddingEncryptor and AesCbcPaddingDecryptor for AES CBC encryption/decryption with padding, related buffering/retention taken care automatically.
  • MultiEncoderDecoder to allow defining/processing of .json encoding/decoding for multiple classes.
  • Hasher which wraps multiple Python hashers for creating multiple hashes at once.
  • SimpleReport which creates a simple report where columns are wrappers. This is used by ATBU to report errors, sometimes containing lengthy messages. Note, there is an excellent Python reporting package, tabulate which offers extensive reporting... please see that first. This SimpleReport class was created because, at the time, certain wrapping capabilities were not yet released for the tabulate project.
  • Singleton providing singleton support.
  • util_helpers providing miscellaneous helper functions used by ATBU, such clearing files, detecting what could be a valid base64 string, and other miscellaneous tools.

The main purpose of this repo is to carve out of ATBU what is more general for use in other projects going forward.

Setup

To install atbu-common-pkg:

pip install atbu-common-pkg

See source code for this and the other packages mentioned above for details and usage information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atbu-common-pkg-0.0.11.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

atbu_common_pkg-0.0.11-py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page