https://github.com/agronholm/exceptiongroup

Last synced: about 1 month ago

Repository metadata:

Backport of PEP 654 (exception groups)


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 178
Total Committers: 8
Avg Commits per committer: 22.25
Development Distribution Score (DDS): 0.478

Commits in past year: 49
Committers in past year: 5
Avg Commits per committer in past year: 9.8
Development Distribution Score (DDS) in past year: 0.408

Name Email Commits
Alex Grönholm a****m@n****i 93
pre-commit-ci[bot] 6****] 71
Zac Hatfield-Dodds z****s@g****m 4
John Litborn 1****l 4
Carl Friedrich Bolz-Tereick c****z@g****e 3
Ben Beasley c****e@m****t 1
Joe Ranieri j****i@g****m 1
Michał Górny m****y@g****g 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

pypi: exceptiongroup

Backport of PEP 654 (exception groups)

  • Homepage:
  • Documentation: https://exceptiongroup.readthedocs.io/
  • Licenses: MIT License
  • Latest release: 1.2.1 (published 8 months ago)
  • Last Synced: 2024-11-10T23:34:59.474Z (about 1 month ago)
  • Versions: 22
  • Dependent Packages: 530
  • Dependent Repositories: 46,142
  • Downloads: 131,233,593 Last month
  • Docker Downloads: 3,760,615,941
  • Rankings:
    • Downloads: 0.009%
    • Dependent repos count: 0.029%
    • Docker downloads count: 0.038%
    • Dependent packages count: 0.052%
    • Average: 4.077%
    • Forks count: 11.218%
    • Stargazers count: 13.114%
  • Maintainers (1)
alpine: py3-exceptiongroup

Backport of PEP 654 (exception groups)

  • Homepage: https://github.com/agronholm/exceptiongroup
  • Licenses: MIT
  • Latest release: 1.0.4-r0 (published about 2 years ago)
  • Last Synced: 2024-11-10T23:35:22.419Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 9.857%
    • Average: 13.821%
    • Stargazers count: 22.595%
    • Forks count: 22.83%
  • Maintainers (1)
spack: py-exceptiongroup

A backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11.

  • Homepage: https://github.com/agronholm/exceptiongroup
  • Licenses: []
  • Latest release: 1.1.1 (published over 1 year ago)
  • Last Synced: 2024-11-10T23:35:31.818Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 5
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Average: 20.064%
    • Stargazers count: 25.705%
    • Forks count: 26.483%
    • Dependent packages count: 28.067%
  • Maintainers (1)
conda: exceptiongroup

  • Homepage: https://pypi.org/project/exceptiongroup/
  • Licenses: MIT and PSF-2.0
  • Latest release: 1.0.4 (published about 2 years ago)
  • Last Synced: 2024-11-10T23:37:01.233Z (about 1 month ago)
  • Versions: 7
  • Dependent Packages: 6
  • Dependent Repositories: 95
  • Rankings:
    • Dependent repos count: 3.553%
    • Dependent packages count: 9.032%
    • Average: 26.397%
    • Forks count: 45.007%
    • Stargazers count: 47.996%
conda: exceptiongroup

"This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: * The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classes * A utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group * Patches to the TracebackException class that properly formats exception groups (installed on import) * An exception hook that handles formatting of exception groups through TracebackException (installed on import) * Special versions of some of the functions from the traceback module"

  • Homepage: https://pypi.org/project/exceptiongroup/
  • Licenses: MIT
  • Latest release: 1.2.0 (published 11 months ago)
  • Last Synced: 2024-11-10T23:35:08.279Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 9
  • Dependent Repositories: 95
  • Rankings:
    • Dependent packages count: 5.525%
    • Dependent repos count: 19.233%
    • Average: 32.073%
    • Stargazers count: 51.329%
    • Forks count: 52.204%

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite