Download Latest Version v2.7.0 source code.tar.gz (3.7 MB)
Email in envelope

Get an email when there's a new version of PyGitHub

Home / v2.6.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-02-15 11.8 kB
v2.6.0 source code.tar.gz 2025-02-15 3.7 MB
v2.6.0 source code.zip 2025-02-15 5.0 MB
Totals: 3 Items   8.7 MB 0

Breaking Changes

  • Rework Views and Clones by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3168: View and clones traffic information returned by Repository.get_views_traffic and Repository.get_clones_traffic now return proper PyGithub objects, instead of a dict, with all information that used to be provided by the dict:

Code like

:::python
repo.get_views_traffic().["views"].timestamp
repo.get_clones_traffic().["clones"].timestamp

should be replaced with

:::python
repo.get_views_traffic().views.timestamp
repo.get_clones_traffic().clones.timestamp

New Features

Improvements

Bug Fixes

Others

Maintenance

New Contributors

Full Changelog: https://github.com/PyGithub/PyGithub/compare/v2.5.0...v2.6.0

Source: README.md, updated 2025-02-15