Python implementation of the hashids algorithm
AA python port of the JavaScript hashids implementation. It generates YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
Homepage: https://www.hashids.org
Maintainer: Daniel Dickman <daniel@openbsd.org>