File tree 1 file changed +11
-18
lines changed
1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : ' bash.py'
3
- ---
4
-
5
1
[ ![ image] ( https://travis-ci.org/jpetrucciani/bash.py.svg?branch=master )] ( https://travis-ci.org/jpetrucciani/bash.py )
2
+ [ ![ PyPI
3
+ version] ( https://badge.fury.io/py/bash.py.svg )] ( https://badge.fury.io/py/bash.py )
4
+ [ ![ Code style:
5
+ black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
6
+ [ ![ Python 3.6+
7
+ supported] ( https://img.shields.io/badge/python-3.6+-blue.svg )] ( https://www.python.org/downloads/release/python-360/ )
6
8
7
- [ ![ PyPI version] ( https://badge.fury.io/py/bash.py.svg )] ( https://badge.fury.io/py/bash.py )
8
-
9
- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
10
-
11
- [ ![ Python 3.6+ supported] ( https://img.shields.io/badge/python-3.6+-blue.svg )] ( https://www.python.org/downloads/release/python-360/ )
12
-
13
- An inline Bash script runner, for Python.
14
- =========================================
9
+ # An inline Bash script runner, for Python.
15
10
16
- Example Usage
17
- -------------
11
+ ## Example Usage
18
12
19
- ``` {. pycon}
13
+ ``` pycon
20
14
>>> import bash
21
15
22
16
>>> bash.run(" echo hi" )
@@ -30,9 +24,8 @@ Example Usage
30
24
0
31
25
```
32
26
33
- Installation
34
- ------------
27
+ ## Installation
35
28
36
- ``` {. shell}
29
+ ``` shell
37
30
$ pipenv install bash.py
38
31
```
You can’t perform that action at this time.
0 commit comments