amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Amruthvvkp/issue2 - Create initial release for PyPI publishing #3

Closed amruthvvkp closed 2 years ago

amruthvvkp commented 2 years ago

This creates a working base which should allow us to publish the first release for this package to PyPI. This integrates proper semantic versioning inline with the releases that we would keep making around.

sourcery-ai[bot] commented 2 years ago

Sourcery Code Quality Report

✅  Merging this PR will increase code quality in the affected files by 6.08%.

Quality metrics Before After Change
Complexity 0.00 ⭐ 0.28 ⭐ 0.28 👎
Method Length 55.00 ⭐ 34.00 ⭐ -21.00 👍
Working memory 7.83 🙂 7.39 🙂 -0.44 👍
Quality 80.83% 86.91% 6.08% 👍
Other metrics Before After Change
Lines 42 74 32
Changed files Quality Before Quality After Quality Change
config.py 83.10% ⭐ 100.00% ⭐ 16.90% 👍
setup.py 74.90% 🙂 84.29% ⭐ 9.39% 👍

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!