File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
python -m pip install --upgrade pip
24
24
pip install setuptools wheel twine
25
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
- - name : Test with pytest
26
+ - name : Tests with pytest
27
27
run : |
28
28
python3 -m pytest --cov=sheet2dict -v tests/ --disable-warnings
29
29
- name : Build and publish
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ python3 -m pip install --no-cache-dir sheet2dict
11
11
12
12
Required pip packages for sheet2doc: csv, openpyxl
13
13
14
- <p align =" center " ><img src =" /img/sheet2dict.gif?raw=true " /></p >
14
+ <p align =" center " ><img src =" https://raw.githubusercontent.com/Pytlicek/sheet2dict/main /img/sheet2dict.gif?raw=true" /></p >
15
15
16
16
## Usage
17
17
This library has 2 main features: reading a spreadsheet files and converting them to array of python dictionaries.
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "sheet2dict" ,
8
- version = "0.0.5 " ,
8
+ version = "0.0.7 " ,
9
9
author = "Tomas Pytel" ,
10
10
11
11
description = "Simple XLSX and CSV to dictionary converter" ,
You can’t perform that action at this time.
0 commit comments