Package regcomsrv helps you to register or unregister COM-servers that defined in python packages
Project description
Regcomsrv documentation
Overwiew
Package helps you to register or unregister COM-servers that defined in python packages.
Register from Python
from regcomsrv import reg
import sys
# set command line attributes
sys.argv.clear()
sys.argv.append(__file__)
sys.argv.append("win32com.servers.dictionary")
sys.argv.append("DictionaryPolicy")
reg()
Unregister from Python
from regcomsrv import reg
import sys
# set command line attributes
sys.argv.clear()
sys.argv.append(__file__)
sys.argv.append("win32com.servers.dictionary")
sys.argv.append("DictionaryPolicy")
sys.argv.append("--unregister")
reg()
Register from command line
python -m regcomsrv win32com.servers.dictionary DictionaryPolicy
Unregister from command line
python -m regcomsrv -u win32com.servers.dictionary DictionaryPolicy
Show help
python -m regcomsrv -h
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
regcomsrv-1.0.3.tar.gz
(3.8 kB
view details)
File details
Details for the file regcomsrv-1.0.3.tar.gz.
File metadata
- Download URL: regcomsrv-1.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f448085cc4cb06b16896bc02dca422b90fc0b9b61bc50b560cf2e748dd8c996e
|
|
| MD5 |
f822de78412276da61dc127d8aae19d6
|
|
| BLAKE2b-256 |
f96ff1435295f3b04b119d30bdc1f3e439561e27bd6541faaf99e987755cd256
|