Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ZEDGR
/
pychallonge
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
49
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
V3.0
- #20
#20
Merged
ZEDGR
merged 20 commits into
master
ZEDGR/pychallonge:master
from
v3.0
ZEDGR/pychallonge:v3.0
Copy head branch name to clipboard
Jun 2, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
V3.0
#20
ZEDGR
merged 20 commits into
master
ZEDGR/pychallonge:master
from
v3.0
ZEDGR/pychallonge:v3.0
Copy head branch name to clipboard
Commits
Commits on May 23, 2026
correct changelog improvement reference for CI/CD
ZEDGR
committed
1fde371
View commit details
Copy full SHA for 1fde371
Browse repository at this point
add ruff lint and format check to CI
ZEDGR
committed
bbd81c6
View commit details
Copy full SHA for bbd81c6
Browse repository at this point
remove requirements.txt, superseded by uv.lock
ZEDGR
committed
4d28bef
View commit details
Copy full SHA for 4d28bef
Browse repository at this point
Commits on May 24, 2026
fix error handling in fetch() to re-raise non-422 errors with original traceback
ZEDGR
committed
15d52c1
View commit details
Copy full SHA for 15d52c1
Browse repository at this point
simplify _parse() to only convert _at fields to datetime, drop float coercion
ZEDGR
committed
f918bf9
View commit details
Copy full SHA for f918bf9
Browse repository at this point
validate envelope structure in _parse() with a clear error instead of AttributeError
ZEDGR
committed
1f41b5a
View commit details
Copy full SHA for 1f41b5a
Browse repository at this point
replace json.loads(response.text) with response.json(), drop unused import
ZEDGR
committed
1529dce
View commit details
Copy full SHA for 1529dce
Browse repository at this point
Commits on May 28, 2026
update README: use h2 headings, simplify installation section
ZEDGR
committed
8c493bc
View commit details
Copy full SHA for 8c493bc
Browse repository at this point
switch to pytest, add to dev dependencies
ZEDGR
committed
de68821
View commit details
Copy full SHA for de68821
Browse repository at this point
refactor tests to pytest style, update ci to use pytest
ZEDGR
committed
d6d54c8
View commit details
Copy full SHA for d6d54c8
Browse repository at this point
add dataclass models for tournament, participant, match, attachment
ZEDGR
committed
57bd879
View commit details
Copy full SHA for 57bd879
Browse repository at this point
implement client architecture, replace global state with Client and AsyncClient
ZEDGR
committed
8f85de7
View commit details
Copy full SHA for 8f85de7
Browse repository at this point
update tests to use Client, switch to attribute access on dataclasses
ZEDGR
committed
294c59c
View commit details
Copy full SHA for 294c59c
Browse repository at this point
ruff format client and domain modules
ZEDGR
committed
635ad39
View commit details
Copy full SHA for 635ad39
Browse repository at this point
ruff format tests, remove unused AsyncClient import
ZEDGR
committed
8e2861a
View commit details
Copy full SHA for 8e2861a
Browse repository at this point
update readme for v3.0 client api, async usage, pytest
ZEDGR
committed
d58a49a
View commit details
Copy full SHA for d58a49a
Browse repository at this point
add maintainer credit to readme
ZEDGR
committed
57d7891
View commit details
Copy full SHA for 57d7891
Browse repository at this point
add async smoke tests, add pytest-asyncio dev dependency
ZEDGR
committed
1bac3a1
View commit details
Copy full SHA for 1bac3a1
Browse repository at this point
Commits on Jun 2, 2026
bump version to 3.0.0, note phases 3+4 move to v4.0
ZEDGR
committed
c0b4167
View commit details
Copy full SHA for c0b4167
Browse repository at this point
update changelog for v3.0.0
ZEDGR
committed
5015769
View commit details
Copy full SHA for 5015769
Browse repository at this point
You can’t perform that action at this time.