A reimplementation of pywin32 that is pure python (uses ctypes).
Project description
A reimplementation of pywin32 that is pure python (uses ctypes).
Example of usage:
# Equivalent to 'import win32api' from pywin32. from win32ctypes import win32api win32api.LoadLibraryEx(sys.executable, 0, win32api.LOAD_LIBRARY_AS_DATAFILE)
Note: this implements only a very small subset of pywin32, for internal needs at Enthought. We do welcome additional features, though.
Development setup
The following should be good enough:
pip install -r dev_requirements.txt python setup.py develop
Note: because of the pywin32 dependency for tests, you most likely want to create a virtualenv with –system-site-packages if you use virtualenv.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywin32-ctypes-0.0.1.tar.gz
(6.9 kB
view details)
File details
Details for the file pywin32-ctypes-0.0.1.tar.gz
.
File metadata
- Download URL: pywin32-ctypes-0.0.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f841101aef9e451d1f00a87d99586f31a3c62075b2b61bdd4ef2369e3dddc1f4 |
|
MD5 | 5957accffba11209cbf33e7908b96d27 |
|
BLAKE2b-256 | 7dabf593fcdb932240463fa4e65d1d6f96eb342f265e6fe3c8f19a692586ce77 |