polar-python 0.0.1__tar.gz → 0.0.2__tar.gz

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: polar-python
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: polar-python is a Python library for connecting to Polar devices via Bluetooth Low Energy (BLE) using Bleak. It allows querying device capabilities (e.g., ECG, ACC, PPG), exploring configurable options, and streaming parsed data through callback functions.
5
5
  Home-page: https://github.com/zHElEARN/polar-python
6
6
  Author: Zhe_Learn
@@ -30,25 +30,11 @@ Requires-Dist: bleak
30
30
 
31
31
  ## Installation
32
32
 
33
- Since `polar-python` is not yet available on PyPI, you can install it locally by following these steps:
33
+ You can install `polar-python` from PyPI using pip:
34
34
 
35
- 1. Clone the repository:
36
-
37
- ```sh
38
- git clone https://github.com/yourusername/polar-python.git
39
- ```
40
-
41
- 2. Navigate to the project directory:
42
-
43
- ```sh
44
- cd polar-python
45
- ```
46
-
47
- 3. Install the package using pip:
48
-
49
- ```sh
50
- pip install .
51
- ```
35
+ ```sh
36
+ pip install polar-python
37
+ ```
52
38
 
53
39
  ## Usage
54
40
 
@@ -11,25 +11,11 @@
11
11
 
12
12
  ## Installation
13
13
 
14
- Since `polar-python` is not yet available on PyPI, you can install it locally by following these steps:
14
+ You can install `polar-python` from PyPI using pip:
15
15
 
16
- 1. Clone the repository:
17
-
18
- ```sh
19
- git clone https://github.com/yourusername/polar-python.git
20
- ```
21
-
22
- 2. Navigate to the project directory:
23
-
24
- ```sh
25
- cd polar-python
26
- ```
27
-
28
- 3. Install the package using pip:
29
-
30
- ```sh
31
- pip install .
32
- ```
16
+ ```sh
17
+ pip install polar-python
18
+ ```
33
19
 
34
20
  ## Usage
35
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polar-python
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: polar-python is a Python library for connecting to Polar devices via Bluetooth Low Energy (BLE) using Bleak. It allows querying device capabilities (e.g., ECG, ACC, PPG), exploring configurable options, and streaming parsed data through callback functions.
5
5
  Home-page: https://github.com/zHElEARN/polar-python
6
6
  Author: Zhe_Learn
@@ -30,25 +30,11 @@ Requires-Dist: bleak
30
30
 
31
31
  ## Installation
32
32
 
33
- Since `polar-python` is not yet available on PyPI, you can install it locally by following these steps:
33
+ You can install `polar-python` from PyPI using pip:
34
34
 
35
- 1. Clone the repository:
36
-
37
- ```sh
38
- git clone https://github.com/yourusername/polar-python.git
39
- ```
40
-
41
- 2. Navigate to the project directory:
42
-
43
- ```sh
44
- cd polar-python
45
- ```
46
-
47
- 3. Install the package using pip:
48
-
49
- ```sh
50
- pip install .
51
- ```
35
+ ```sh
36
+ pip install polar-python
37
+ ```
52
38
 
53
39
  ## Usage
54
40
 
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="polar-python",
8
- version="0.0.1",
8
+ version="0.0.2",
9
9
  packages=find_packages(),
10
10
  install_requires=["bleak"],
11
11
  author="Zhe_Learn",
File without changes
File without changes