Skip to main content

A back door to servers.

Project description

iocp tries to mimic Go’s io.Copy function (http://golang.org/pkg/io/#Copy) which copies from everything that is an io.Reader to anything that is an io.Writer).

The Python world of things is not that organized, so iocp.copy will try to do a best guess about which are the right function to call when reading and writing.

For example, checking md5 signature of a file:

md5 = hashlib.md5()
with open('/path/to/file') as fo:
    iocp(fo, md5)
print md5.hexdigest()

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

iocp-0.1.0.tar.gz (1.7 kB view details)

Uploaded Source

File details

Details for the file iocp-0.1.0.tar.gz.

File metadata

  • Download URL: iocp-0.1.0.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for iocp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 31f78163a168c84d852307dd8459176bcec274450ab480bec566fa1410e7928d
MD5 f859518be5ab95789cc33560e83f86d3
BLAKE2b-256 c96abc4620ad2d6d14cc6445c8661d0c64dc0c7b9b2f9fe5dff341fbcf9a53a8

See more details on using hashes here.

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