Skip to content

mate02102003/pymakeprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

The library is not in production ready state yet

Summary

In Python you can't easily send functions through pipes, because they are not pickleable, so that's how this little module came together by hacking the functions __code__ attributum

It automaticly changes out the classes __init__ function and your defined functions.

NOTE: This small module was created for my own need!

Includes

  1. MakeProcess
    • class
    • subclass to turn class into a process
  2. LOGGING
    • constant (default False)
    • turn logging on and off

TODO

  • add special case funtions list to change out
  • test in real example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages