TruxtonETL
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()