Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 505 Bytes

File metadata and controls

11 lines (7 loc) · 505 Bytes

Introduction

Codext, contraction of "codecs" and "extension", is a tiny library that gathers a few additional encodings for use with codecs. While imported, it registers new encodings to a proxy codecs registry for making the encodings available from the codecs.(decode|encode|open) calls.

Setup

This library is available on PyPi and can be simply installed using Pip:

pip install codext