Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add optional cython extension #44

Merged
merged 18 commits into from
Oct 1, 2022
Merged

feat: add optional cython extension #44

merged 18 commits into from
Oct 1, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 1, 2022

@codecov
Copy link

codecov bot commented Oct 1, 2022

Codecov Report

Base: 81.08% // Head: 81.12% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (7304d29) compared to base (c4b4a03).
Patch coverage: 98.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   81.08%   81.12%   +0.03%     
==========================================
  Files          24       24              
  Lines        2887     2893       +6     
  Branches      627      568      -59     
==========================================
+ Hits         2341     2347       +6     
  Misses        335      335              
  Partials      211      211              
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/marshaller.py 98.16% <100.00%> (+0.06%) ⬆️
src/dbus_fast/_private/unmarshaller.py 96.03% <100.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco force-pushed the add_optional_cython branch from 3ac9c77 to f26bd00 Compare October 1, 2022 21:31
@bdraco
Copy link
Member Author

bdraco commented Oct 1, 2022

The test need to be run with and without the C extension

@bdraco bdraco force-pushed the add_optional_cython branch 2 times, most recently from 9b0df72 to c1120c4 Compare October 1, 2022 21:59
@bdraco bdraco force-pushed the add_optional_cython branch from c1120c4 to 5d55e92 Compare October 1, 2022 22:01
setup.py Outdated Show resolved Hide resolved
@bdraco bdraco force-pushed the add_optional_cython branch from 93ad314 to 5f03047 Compare October 1, 2022 22:35
@bdraco bdraco marked this pull request as ready for review October 1, 2022 23:08
@bdraco bdraco merged commit b737574 into main Oct 1, 2022
@bdraco bdraco deleted the add_optional_cython branch October 1, 2022 23:10
@@ -48,7 +48,8 @@ Desktop users can use this library to create their own scripts and utilities to

dbus-fast plans to improve over other DBus libraries for Python in the following ways:

- Zero dependencies and pure Python 3.
- Zero dependencies and pure Python 3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asyncio_timeout is a dependency, so we can no longer claim zero dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants