Skip to main content

Support for writing shell scripts in Python

Project description

Pyshell

A python module for writing shell-scripts in Python. It introduces new functionality, bundles functions distributed over several modules of Python's standard library in one place and provides several auxiliary functions.

The function's provided by the shell module are named after the corresponding Unix commands.

Here's a quick demo:

from shell import *

rm('a/b/foo.txt')
mv('X.pdf', f'{HOME}/contents.pdf')

files = ls('Documents', '*.txt', '*.c')
magicFiles = run(['grep', 'magic'] + files, captureStdout=splitLines, onError='ignore').stdout

Changelog

  • 0.1.5 and 0.1.6 (2023-03-03)

    • Some bugfixes
  • 0.1.4 (2022-03-17)

    • Flush stdout and stderr before running a command

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libPyshell-0.1.6.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

libPyshell-0.1.6-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file libPyshell-0.1.6.tar.gz.

File metadata

  • Download URL: libPyshell-0.1.6.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.2

File hashes

Hashes for libPyshell-0.1.6.tar.gz
Algorithm Hash digest
SHA256 1f97214af6954f5e3a972632379b93bc9874d9ddc6a5e0d715373d4d836f0741
MD5 418cdf2bc84430397b822b56854fb0a0
BLAKE2b-256 14c12b7f59303ba75267cb1fe260dba24fdee2820624f59c49d3080baf67b700

See more details on using hashes here.

File details

Details for the file libPyshell-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: libPyshell-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.2

File hashes

Hashes for libPyshell-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 21f1fc69e699eb800af5959c448dda698d4bf59b8b622b7220d2cafbeb40710b
MD5 1b83bdd468763112e647042402e6d5e4
BLAKE2b-256 92308d42f4e60d9bad229606b98d2b52f00bec3e6b0cb4adda9e3a70b189f460

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page