Skip to content

lord63/pyhipku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHipku

Latest Version Build Status Coverage Status

A tiny python library to encode IPv6 and IPv4 addressed as haiku. This a python port of hipku(javascript).

Install

$ pip install pyhipku

Usage

Encode the IP address to haiku

>>> from pyhipku import encode
>>> encode('127.0.0.1')
'The hungry white ape\naches in the ancient canyon.\nAutumn colors crunch.\n'

Decode haiku to IP address

>>> from pyhipku import decode
>>> decode('The hungry white ape\naches in the ancient canyon.\nAutumn colors crunch.\n')
'127.0.0.1'

License

MIT

About

Encode any IP address as a haiku, funny and lovely. TRY IT NOW: http://pyhipku.lord63.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages