A collection of python utilities
Project description
A collection of python utilities
Version: 2.0.0
Tools:
search_range (A utility for manipulating numerical ranges)
status_bar (A simple progress bar indicator)
Logger (A class for fast, simple, logging)
Several standalone utility methods (See the agutil module page on the wiki)
The bio package:
maf2bed (A command line utility for parsing a .maf file and converting coordinates from 1-based (maf standard) to 0-based (bed standard))
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)
QueuedSocket (A low-level network IO class built to manage input across multiple channels)
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)
encryptFile and decryptFile (Simple methods for encrypting and decrypting local files)
agutil-secure (A command line utility for encrypting and decrypting files)
Documentation:
Detailed documentation of these packages can be found on the agutil Github wiki page
Installation note:
This package requires PyCrypto, which typically has issues compiling on windows. If you are on windows and pip install agutil fails during the installation of PyCrypto, then follow the instructions here for installing PyCrypto from a precompiled wheel, and then run pip install agutil again.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file agutil-2.0.0.tar.gz
.
File metadata
- Download URL: agutil-2.0.0.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dc01855b91f22e9f0e1ee825882453e8d89b64df0c9ca49c3892ae35ce984a1 |
|
MD5 | 2eff995ab430072eb34f0541a67e8189 |
|
BLAKE2b-256 | 24bd4e12eb27ce0b227ba872363ad2d56ed3c1bcbaecb7896ba29297a0dc7a53 |
File details
Details for the file agutil-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: agutil-2.0.0-py3-none-any.whl
- Upload date:
- Size: 29.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b87a2432cca0bba8c63f9f126b0e4e8306f8e296bc6e76998eb6423381be6550 |
|
MD5 | 69c4577a26e7ee6152a24849da4f1d68 |
|
BLAKE2b-256 | 3ced23d33a654555347f1f176ceb337d9eed8c8193fd16804c4de25c50ac59db |