Skip to main content

No project description provided

Project description

hodgepodge

A hodgepodge of hopefully helpful helper code

These are a few of my favourite functions

FAQ

What can it do?

  • Search for files and directories;
  • Hash files;
  • Pack files into archives;
  • Perform pattern matching;
  • Compress and decompress objects;
  • Parse dates and times;
  • Read STIX 2.0 objects from local files, directories, or TAXII servers;
  • Make the outputs from your tools more human-readable; and
  • ✨ More ✨.

Supported hash algorithms:

  • MD5
  • SHA-1
  • SHA-256
  • SHA-512

Supported archive formats:

  • ZIP

Supported compression algorithms:

  • GZIP

Installation

To install hodgepodge using pip:

$ pip install hodgepodge

To install hodgepodge from source (requires poetry):

$ git clone git@github.com:whitfieldsdad/hodgepodge.git
$ cd hodgepodge
$ make install

To install hodgepodge from source using setup.py (i.e. if you're not using poetry):

$ git clone git@github.com:whitfieldsdad/hodgepodge.git
$ cd hodgepodge
$ python3 setup.py install

Testing

You can run the unit tests for this package as follows:

$ make test

A code coverage report will automatically be written to: htmlcov/index.html.

On Linux systems, you can use xdg-open to open this file using the system's default web browser:

$ xdg-open htmlcov/index.html

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

hodgepodge-4.0.0.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

hodgepodge-4.0.0-py3-none-any.whl (23.2 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