Alpha version 0.1
First proof-of-concept IDNA 2008 implementation

A basic proof-of-concept implementation of IDNA 2008 for Python
written on Memorial Day 2013. Should provide for all the
functionality of RFC 5891, including the bidirectionality
requirements of RFC 5893.

Future work should include more comprehensive test suite, and
adding Python 3 support.
9 files changed
tree: 0e77b4c6647b812ae4cb623c38930ec72feb011e
  1. idna/
  2. tests/
  3. tools/
  4. .gitignore
  5. README.md
  6. setup.py
README.md

idna

IDNA 2008 for Python