Socket
Socket
Sign inDemoInstall

agutil

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agutil

A collection of python utilities


Maintainers
1

agutil

Master Build Status

A collection of python utilities

Version: Live Package Version

Tools:
  • search_range (A utility for manipulating numerical ranges)
  • status_bar (A simple progress bar indicator)
  • Logger (A class for fast, simple, logging)
  • ActiveTimeout (A class for enforcing a timeout for a set of operations)
  • Several standalone utility methods (See the agutil module page on the wiki)

The io package:

  • Socket (A low-level network IO class built on top of the standard socket class)
  • SocketServer (A low-level listen server to accept connections and return Socket classes)
  • MPlexSocket (A low-level network IO class which multiplexes I/O through multiple channels. Threadless version of QueuedSocket)

The parallel package:

  • parallelize (A decorator to easily convert a regular function into a parallelized version)
  • parallelize2 (A similar parallelization decorator with a slightly different flavor)
  • IterDispatcher (Logical backend for dispatching calls with parallelize)
  • DemandDispatcher (Logical backend for dispatching calls with parallelize2)
  • ThreadWorker (Task management backend for dispatching parallel calls to threads)
  • ProcessWorker (Task management backend for dispatching parallel calls to processes)

The security package:

  • SecureSocket (A mid-level network IO class built to manage encrypted network communications)
  • SecureConnection (A high-level, multithreaded class for sending and receiving encrypted files and messages)
  • SecureServer (A low-level listen server to accept connections and return SecureConnection instances)
  • agutil-secure (A command line utility for encrypting and decrypting files)
  • EncryptionCipher and DecryptionCipher (Twin classes for agutil's modular encryption format)
  • Several other utility functions and classes for encrypting and decrypting data

Documentation:

Detailed documentation of these packages can be found on the agutil Github wiki page

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc