We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ecbf832
This better handles the imports at the package-level, allowing for an import zippy instead of import zippy.zippy.
import zippy
import zippy.zippy
H/T to @FriedaSmith for pointing out this issue.
b4faecf
This release fully packages ZipPy as a Python3 package, and installs a command-line tool (zippy) with the setup.py script.
9954e24
Initial release of a development version of ZipPy