Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ietfparse / ietfparse / compat / __init__.py
Size: Mime:
"""
Python version compatibility package.

This package contains modules that isolate the rest of the code
base from differences between Python versions.  I know that I could
have use ``six`` but I actually dislike the ``sys.path`` hackery
that it uses and would rather simply write what I need.

"""