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.2.0 (2024-01-29)

    • Better static type information
  • 0.1.7 (2023-03-30)

    • force parameter for cp
  • 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.2.0.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

libPyshell-0.2.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: libPyshell-0.2.0.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for libPyshell-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c0984646d84352ef61f7ed3a0c53be2bd761b713fccfc9d035842c19ce017b6f
MD5 413ea31f5e21e82c4b65b9131366bf8b
BLAKE2b-256 e99ec42f59c9066db3cf41e2b9f370357776cd13ff3c9db0c2a14b45f86505da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: libPyshell-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for libPyshell-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 be242bd7743937903a8183a1be53ef4a11c7db53110b21a8fc3ea4935a3cf785
MD5 081cc649afe631ce0146cd8b2f600c29
BLAKE2b-256 5906bb1e722c619152679bab2403041f1c205d98dacbbda0358d9faf8ab61c5e

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