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.1.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

libPyshell-0.2.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: libPyshell-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 a00670eceae18bded967015b4dd91ba7cef24970a8b90d9c05d8d6060ba6cef8
MD5 66ca601f6997ef3c290cdd8a8c475818
BLAKE2b-256 ee7a993974911cbe31418df2e4743aedbca1a1ea7a14cacdac929a245bee289c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: libPyshell-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 10.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7b97553147bb97f3317d36ab9568ed58013bb52ba5d166b382c8af1e35f0a6f0
MD5 0688c80d2636e6a92748824eda0aeba4
BLAKE2b-256 defc9e91689b7ec489ebe39eac862d0b3cc2536007118730bc6747e8cc9ea648

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