Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
719 stars 43 forks source link

Dev/1.2.3 #133

Closed Erotemic closed 1 year ago

Erotemic commented 2 years ago

New version of #132

Fixes #128

Fixes #127

Adding copy/move to ub.Path

Add "soon" / "now" to schedule_deprecation

Supporting 3.11

Adds experimental UList class, similar to UDict.

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (605ef3d) compared to base (374f43d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 29 29 Lines 3470 3565 +95 Branches 691 707 +16 ========================================= + Hits 3470 3565 +95 ``` | [Impacted Files](https://codecov.io/gh/Erotemic/ubelt/pull/133?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall) | Coverage Δ | | |---|---|---| | [ubelt/util\_cache.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9jYWNoZS5weQ==) | `100.00% <ø> (ø)` | | | [ubelt/util\_cmd.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9jbWQucHk=) | `100.00% <ø> (ø)` | | | [ubelt/util\_func.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9mdW5jLnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_hash.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9oYXNoLnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_links.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9saW5rcy5weQ==) | `100.00% <ø> (ø)` | | | [ubelt/util\_memoize.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9tZW1vaXplLnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_mixins.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9taXhpbnMucHk=) | `100.00% <ø> (ø)` | | | [ubelt/\_\_init\_\_.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [ubelt/progiter.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvcHJvZ2l0ZXIucHk=) | `100.00% <100.00%> (ø)` | | | [ubelt/util\_deprecate.py](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9kZXByZWNhdGUucHk=) | `100.00% <100.00%> (ø)` | | | ... and [10 more](https://codecov.io/gh/Erotemic/ubelt/pull/133/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall)

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