sdwire 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sdwire
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: CLI application to interact with Badgerd SDWire Gen2 devices
5
5
  License: GPL-3
6
6
  Author: Talha Can Havadar
@@ -56,6 +56,21 @@ Commands:
56
56
  ts ts/host => connects the sdcard interface to host machine
57
57
  ```
58
58
 
59
+ ## Installing
60
+
61
+ Using pip
62
+
63
+ ```
64
+ pip install sdwire
65
+ ```
66
+
67
+ Using apt
68
+
69
+ ```
70
+ sudo add-apt-repository ppa:tchavadar/badgerd
71
+ sudo apt install python3-sdwire
72
+ ```
73
+
59
74
  ## Listing SDWire Devices
60
75
 
61
76
  `sdwire list` command will search through usb devices connected to the system
@@ -7,8 +7,8 @@ sdwire/backend/device/usb_device.py,sha256=6Mt24B22yTD4RdY24LgnRaVtbX60EPE2SAK-p
7
7
  sdwire/backend/utils.py,sha256=ruOZJTPVtTKaQOLP-FylHAb67ygoCJ-o2ug8XjQUr44,1615
8
8
  sdwire/constants.py,sha256=Ip2d7ow5Nj0nO0OyHeiXuGJJcK33BGmTspLtNEduFAo,127
9
9
  sdwire/main.py,sha256=ndbRoCkSckItLDH0q3zacC0mqfa0ZL-TJGDkIGJKrBU,2138
10
- sdwire-0.2.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
11
- sdwire-0.2.0.dist-info/METADATA,sha256=R1n5WrLSXVDYUTMyhuTrNnIZL71CP8EsYMtUrDEG6nQ,3010
12
- sdwire-0.2.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
- sdwire-0.2.0.dist-info/entry_points.txt,sha256=pxy0zJKVcNWXPk5PtNjTLExOBpqFNth37wtdYdYRXCE,43
14
- sdwire-0.2.0.dist-info/RECORD,,
10
+ sdwire-0.2.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
11
+ sdwire-0.2.1.dist-info/METADATA,sha256=qb8ljSlQhbMmZzmsuyXHKIHhN7FpmlD4JpkvbeoNEmM,3162
12
+ sdwire-0.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
+ sdwire-0.2.1.dist-info/entry_points.txt,sha256=pxy0zJKVcNWXPk5PtNjTLExOBpqFNth37wtdYdYRXCE,43
14
+ sdwire-0.2.1.dist-info/RECORD,,
File without changes