Skip to content

pepe5/slug

 
 

Repository files navigation

slug

Join the chat at https://gitter.im/xonsh/xonsh

image

image

Code Health

image

The underlying process management library for xonsh.

Example

with ProcessGroup() as pg:
  pipe = Pipe()
  spam = pg.add(Process(['spam'], stdout=pipe.side_in))
  eggs = pg.add(Process(['eggs'], stdin=pipe.side_out))
pg.start()
pg.join()

About

A snail without its shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%