nzbToMedia/libs/win/jaraco/windows/__init__.py
2018-12-16 13:50:35 -05:00

14 lines
293 B
Python

#!/usr/bin/env python
# $Id$
"""
jaraco.windows
A lightweight wrapper to provide a pythonic API to the Windows Platform.
This package attempts to provide interfaces similar or compatible
with Mark Hammond's pywin32 library, but avoids the use of extension
modules by utilizing ctypes.
"""