File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,6 @@ python-adbus
3
3
4
4
D-Bus Binding for Python utilizing the Python's asyncio module.
5
5
6
- Status
7
- ------
8
-
9
- .. image :: https://travis-ci.com/ccxtechnologies/adbus.svg?branch=master
10
- :target: https://travis-ci.com/ccxtechnologies/adbus
11
-
12
- .. image :: https://api.codacy.com/project/badge/Grade/c66c19cdcadd4c83bc4b70596d65aa7a
13
- :target: https://www.codacy.com/app/ccxtechnologies/python-adbus?utm_source=github.com&utm_medium=referral&utm_content=ccxtechnologies/python-adbus&utm_campaign=Badge_Grade
14
-
15
- .. image :: https://api.codacy.com/project/badge/Coverage/c66c19cdcadd4c83bc4b70596d65aa7a
16
- :target: https://www.codacy.com/app/ccxtechnologies/python-adbus?utm_source=github.com&utm_medium=referral&utm_content=ccxtechnologies/python-adbus&utm_campaign=Badge_Coverage
17
-
18
-
19
6
Links
20
7
-----
21
8
- `Documentation <https://ccxtechnologies.github.io/adbus >`_
@@ -179,7 +166,8 @@ It's possible to map a remote interface to a local instantiated class using a Pr
179
166
Style Guide
180
167
-----------
181
168
182
- For a consistent style all code is run through yapf using the Facebook style:
183
-
184
- All docstrings are in the google style.
169
+ For a consistent style all code is updated using yapf with the following options:
185
170
171
+ yapf --recursive --verbose --in-place --no-local-style \
172
+ --style=\" {dedent_closing_brackets: True, continuation_indent_width: 8, split_complex_comprehension: True}\" \
173
+ <filename>
Original file line number Diff line number Diff line change 1
- # == Copyright: 2017-2021 , CCX Technologies
1
+ # == Copyright: 2017-2022 , CCX Technologies
2
2
3
- __version__ = "1.2.0 "
3
+ __version__ = "1.2.1 "
You can’t perform that action at this time.
0 commit comments