Search Criteria
Package Details: python-aiosmb 0.4.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-aiosmb.git (read-only, click to copy) |
---|---|
Package Base: | python-aiosmb |
Description: | Fully asynchronous SMB library written in pure python. |
Upstream URL: | https://github.com/skelsec/aiosmb |
Keywords: | infosec mimikatz netsec network python redteam security smb |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-28 20:10 (UTC) |
Last Updated: | 2024-10-07 15:08 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-asysocksAUR
- python-colorama (python-colorama-gitAUR)
- python-minikerberosAUR
- python-prompt_toolkit
- python-six
- python-tqdm
- python-winaclAUR
- python-winsspiAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:22 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!