https://github.com/shopkick/seashore
Seashore -- A collection of shell abstractions
https://github.com/shopkick/seashore
automation devops shell
Last synced: 5 days ago
JSON representation
Seashore -- A collection of shell abstractions
- Host: GitHub
- URL: https://github.com/shopkick/seashore
- Owner: shopkick
- License: mit
- Created: 2017-05-12T14:05:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T23:38:07.000Z (about 6 years ago)
- Last Synced: 2025-09-03T04:02:08.411Z (5 months ago)
- Topics: automation, devops, shell
- Language: Python
- Size: 89.8 KB
- Stars: 8
- Watchers: 7
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Seashore
========
.. image:: https://travis-ci.org/shopkick/seashore.svg?branch=master
:target: https://travis-ci.org/shopkick/seashore
.. image:: https://readthedocs.org/projects/seashore/badge/?version=latest
:target: http://seashore.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Seashore provides a shell abstraction
for easy automation of UNIX commands in Python.
The primary interface to many common tools is the command line;
for example, :code:`git`, :code:`apt-get`, and :code:`yum`.
Even when there is an equivalent Python library --
such as :code:`docker` and :code:`docker-py` --
often a shell script needs to be quickly ported one-to-one.
Seashore helps in these cases by being able to write a
clean, simple, and testable Python API wrapper around
these tools.
License
-------
Seashore is (C) Shopkick, and licensed under the MIT license.
See the LICENSE file for more details.
Contributors
------------
* Moshe Zadka
* Mahmoud Hashemi
* Kurt B. Rose