Skip to main content

Easy access to shell commands from python

Project description

We all like python for scripting, because it’s so much more powerful than a shell. But sometimes we really need to call a shell command because it’s so much easier than writing yet another library in python or adding a dependency:

from whelk import shell
shell.zgrep("-r", "downloads", "/var/log/httpd")
# Here goes code to process the log

You can even pipe commands together:

from whelk import pipe
pipe(pipe.getent("group") | pipe.grep(":1...:"))

Much more usage info can de found at http://seveas.github.io/whelk/

Installing

Installing the latest released version is as simple as:

pip install whelk

If you want to tinker with the source, you can install the latest source from github:

git clone https://github.com/seveas/whelk.git

And finally, Ubuntu users can install whelk from my ppa:

sudo apt-add-repository ppa:dennis/python
sudo apt-get update
sudo apt-get install python-whelk python3-whelk

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

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

whelk-2.2.1.tar.gz (14.2 kB view details)

Uploaded Source

File details

Details for the file whelk-2.2.1.tar.gz.

File metadata

  • Download URL: whelk-2.2.1.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for whelk-2.2.1.tar.gz
Algorithm Hash digest
SHA256 08c34bf7c2991e3f20cdb038b0ceb36674e335261567ff2276d54242599f5268
MD5 74a84329d0857491cd9c397b0c296b7a
BLAKE2b-256 f7f46305f3d41bf019df2a6b893c4a1dab35f1e47db6f16b674cd4d752d836ff

See more details on using hashes here.

Supported by

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