Show HN: Sultan – Pythonic interface to your shell
sultan.readthedocs.io
Show HN: Sultan – Pythonic interface to your shell
1–10 of 54 posts
Re: Show HN: Sultan – Pythonic interface to your shell
#2Very nice!
I've been using somewhat similar sh[1] for the same purpose. It's nice seeing more alternatives.
Re: Show HN: Sultan – Pythonic interface to your shell
#3There is also pyinfra [1], which provides the same sort of features for both local and remote devices, yet designed for consistent deployments and state diffing.
Re: Show HN: Sultan – Pythonic interface to your shell
#4Xonsh is how to do this.
Re: Show HN: Sultan – Pythonic interface to your shell
#5Why not plumbum?
(I know why not to use plumbum)
Re: Show HN: Sultan – Pythonic interface to your shell
#6Xonsh is how to do this.
Xonsh is a shell that integrates Python at the command line. This is a library to make calls to the command line.
Re: Show HN: Sultan – Pythonic interface to your shell
#7Re: Show HN: Sultan – Pythonic interface to your shell
#8Why not plumbum? (I know why not to use plumbum)
Thanks didn't know about plumbum.
What do you know?
Re: Show HN: Sultan – Pythonic interface to your shell
#9Ive written numerous python wrappers around shell commands for all sorts of one off utils, but this is nice and flexible and generic. Sultan looks well thought out. Open to contributors?
Re: Show HN: Sultan – Pythonic interface to your shell
#10I've been using 'tentakel' for remote server admin for years, 'fabric' for lightweight deployment, and more recently 'invoke' for local invocations (all are Python projects).
This project looks interesting too, will give it a try.
BTW: Has anyone news on Fabric 2 ?