awinrm

View on PyPIReverse Dependencies (0)

0.0.1 awinrm-0.0.1-py3-none-any.whl

Wheel Details

Project: awinrm
Version: 0.0.1
Filename: awinrm-0.0.1-py3-none-any.whl
Download: [link]
Size: 20502
MD5: c783a5539fe295269608f5629a3223e7
SHA256: bb83e14ccd1f7819b927d63b8a280891429b1b4502451faba8ccc0a20796adab
Uploaded: 2025-01-01 13:53:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: awinrm
Version: 0.0.1
Summary: Asynchronous Python library for Windows Remote Management
Author: Tamas Jos
Author-Email: info[at]skelsecprojects.com
Home-Page: https://github.com/skelsec/awinrm
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: unicrypto (==0.0.10)
Requires-Dist: asysocks (>=0.2.10)
Requires-Dist: asyauth (>=0.0.14)
Requires-Dist: six
Requires-Dist: xmltodict
License-File: LICENSE
[Description omitted; length: 58 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (74.1.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
awinrm/__init__.py sha256=HMnicMVtTJx7mLv9tX-KwJC2S9jRmNpigqOmMqItZbw 7398
awinrm/_version.py sha256=XOwcWanCgTIEbLrV3DSAXxj7PoSPI7WQdfvCeVawHXs 128
awinrm/encryption.py sha256=dWcRAIgZStSR-jN6y0bYbJyLUebLmYRc8KELJP6qWLg 10649
awinrm/exceptions.py sha256=ve7iGKdS2fQiVNtLji_DFhm9CguFs7HdGvGX_1hVnp4 1226
awinrm/factory.py sha256=vFKfOVa2lM__MiceRcoa7DrzPN8gw7NdyKKKU-GcrPQ 796
awinrm/protocol.py sha256=hBM8ajOisRMdjqqalymt0KGYwGpzaRRWyMlJF1piFS8 23458
awinrm/transport.py sha256=6Xlw5tXNbalO5JCj0ijGWmVRq9JjDlTjkv8ju032rbE 5092
awinrm/examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
awinrm/examples/authcheck.py sha256=OdeeouSlW8rMADTlyJ5slJQ8EnE2wzBE7ee9jOqrZ1c 934
awinrm/examples/runcmd.py sha256=c6bsLY9oHbPS9vatQ8_XLsSzOfQAzDgKQvNpeicyz_o 1615
awinrm/examples/shell.py sha256=3-rXzHgWIHfwmyZATUZS_J9m2SFmRC1BCfsWMSlDOUo 1787
awinrm-0.0.1.dist-info/LICENSE sha256=yGyA6ae7Al4ohw5pJPplFxwaRwpxTL-vrpGCocnELTU 2290
awinrm-0.0.1.dist-info/METADATA sha256=icynLKx7F5i6Ve1WaYSPQV0rmXhZ553yM8uoEqCcmFE 670
awinrm-0.0.1.dist-info/WHEEL sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY 91
awinrm-0.0.1.dist-info/entry_points.txt sha256=4RPSo33WYnhT2_aHaHSWUaPo_wPPN41J3ASIKNaCSkA 107
awinrm-0.0.1.dist-info/top_level.txt sha256=s8_Z0ymAowDAFzJDT_2y0MT8YxraAIZUgeydYSzrLoA 7
awinrm-0.0.1.dist-info/RECORD

top_level.txt

awinrm

entry_points.txt

awinrm-cmdshell = awinrm.examples.shell:main
awinrm-runcmd = awinrm.examples.runcmd:main