Closed cmahnke closed 1 year ago
Hi @cmahnke!
That's the spirit of the examples scripts. They are applied examples of the library. You can replicate anything from the scratch using the library.
Please reconsider this issue:
examples
, so the spirit won't be altered
For me as an "end user developer" the most interesting code parts are currently part of
examples
directory. I would like to reuse this code as a python library, without adding the binary path tosys.path
.Given the example
wmiexec
.Please consider using the code to the example python package to be able to use them directly
The existing files would stay in
examples
but will import the required functionality fromimpacket.examples
and only contain the command line handling (argparse
). This way the command line tools will be kept and the provided (high level) functionality can be used like a library.