A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi).
Project description
A reimplementation of pywin32 that is pure python. The default behaviour will try to use cffi (>= 1.3.0), if available, and fall back to using ctypes. Please note that there is no need to have a compiler available on installation or at runtime.
Usage
Example:
# Equivalent to 'import win32api' from pywin32. from win32ctypes.pywin32 import win32api win32api.LoadLibraryEx(sys.executable, 0, win32api.LOAD_LIBRARY_AS_DATAFILE)
Development setup
The following should be good enough:
pip install -r dev_requirements.txt python install -e
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.1.2.tar.gz
(24.3 kB
view details)
File details
Details for the file pywin32-ctypes-0.1.2.tar.gz
.
File metadata
- Download URL: pywin32-ctypes-0.1.2.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4820b830f42e6889d34142bcd07b3896018c3620d8c31f5e13b72caf1f4d1d0f |
|
MD5 | 0752848e6311c59f27f9a473d12d5ede |
|
BLAKE2b-256 | 3fffda0e68961128f36b5df94d2442fede4e7c0401488e41db0016278822b01c |