File tree 1 file changed +18
-9
lines changed
1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,22 @@ For basic usage:
30
30
pip instal git+git://github.com/zidarsk8/simple_wbd.git
31
31
32
32
33
+ Usage
34
+ -----
35
+
36
+ .. code :: python
37
+
38
+ import simple_wbd
39
+ api = simple_wbd.ClimateAPI()
40
+ climate = api.get_instrumental(" Italy" )
41
+
42
+ climates = api.get_instrumental([" Italy" , " Slovenia" , " US" ])
43
+
44
+
33
45
For development
46
+ ---------------
47
+
48
+ Install
34
49
35
50
.. code :: sh
36
51
@@ -40,14 +55,8 @@ For development
40
55
cd simple_wbd
41
56
pip install -e .[dev,test]
42
57
58
+ Run tests
43
59
44
- Usage
45
- -----
46
-
47
- .. code :: python
48
-
49
- import simple_wbd
50
- api = simple_wbd.ClimateAPI()
51
- climate = api.get_instrumental(" Italy" )
60
+ .. code :: sh
52
61
53
- climates = api.get_instrumental([ " Italy " , " Slovenia " , " US " ])
62
+ python setup.py test
You can’t perform that action at this time.
0 commit comments