Skip to main content

Regcomsrv documentation

See at https://regcomsrv.readthedocs.io

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

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)

Uploaded Source

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

Hashes for regcomsrv-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f448085cc4cb06b16896bc02dca422b90fc0b9b61bc50b560cf2e748dd8c996e
MD5 f822de78412276da61dc127d8aae19d6
BLAKE2b-256 f96ff1435295f3b04b119d30bdc1f3e439561e27bd6541faaf99e987755cd256

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.3 This release

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page