A stream implementation for Python that provides transparent base64 encoding and decoding of an underlying stream. This project is designed to develop a class, :class:`base64io.Base64IO`, that implements a streaming interface for Base64 encoding. Python has supported native Base64 encoding since version 2.4. However, there is no streaming interface for Base64 encoding, and none is available from the community. The legacy base64.encode and base64.decode interface lets you shuffle data between two streams, but it assumes that you have two complete streams. We wanted a standard stream that applies Base64 encoding and decoding. :class:`base64io.Base64IO` provides an io streaming interface with context manager support that transparently Base64-encodes data read from it. You can use it to transform large files without caching the entire context in memory or to transform an existing stream.

Features

  • Has no dependencies other than the standard library
  • Should work with any version of Python greater than 2.6
  • We test it on CPython 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7
  • The Base64 transformation might hold up to two bytes of unencoded data
  • This library is licensed under the Apache 2.0 License
  • Encode data before writing it to the wrapped stream

Project Samples

Project Activity

See All Activity >

Categories

Live Streaming

License

Apache License V2.0

Follow base64io

base64io Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of base64io!

Additional Project Details

Programming Language

Python

Related Categories

Python Live Streaming Software

Registered

2022-07-08