TruxtonETL

From truxwiki.com
Revision as of 15:56, 25 May 2020 by Sam (talk | contribs) (Created page with "This class provides capability to participate in Truxton's ETL pipeling. You can implement your own form of file exploitation. You can subscribe to events... =Properties= =M...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This class provides capability to participate in Truxton's ETL pipeling. You can implement your own form of file exploitation. You can subscribe to events...

Properties

Methods

Sample

import truxton

def main():
  t = truxton.create()

if __name__ == "__main__":
  main()