Skip to content

"pywin32" module as a Package Control dependency

Notifications You must be signed in to change notification settings

packagecontrol/pywin32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pywin32 for Sublime Text

It provides PyWin32 version 220 to Sublime Text.

The binary files are copied from https://sourceforge.net/projects/pywin32/files/pywin32. To include this dependency, put the following in dependencies key or the dependencies.json file:

    "windows": {
        ">3000": [
            "python-pywin32"
        ]
    }