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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-zeroconf
/
python-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
232
Star
734
Code
Issues
48
Pull requests
14
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-zeroconf
examples
on
0.150.0
User selector
All users
All time
Commit history
Commits on Feb 14, 2025
chore: enable ASYNC ruff rules (#1528)
bdraco
authored
8c913e1
View commit details
Copy full SHA for 8c913e1
View code at this point
Browse repository at this point
Commits on Jan 31, 2025
chore: update to modern typing (#1502)
bdraco
authored
64138a3
View commit details
Copy full SHA for 64138a3
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
feat: add simple address resolvers and examples (#1499)
bdraco
authored
ae3c352
View commit details
Copy full SHA for ae3c352
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
feat: migrate to native types (#1472)
Show description for 22a0fb4
3 people
authored
22a0fb4
View commit details
Copy full SHA for 22a0fb4
View code at this point
Browse repository at this point
chore: migrate to f-string (#1481)
Rotzbua
authored
d20d8c1
View commit details
Copy full SHA for d20d8c1
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
chore(git): make scripts with shebang executable (#1433)
Show description for 45c82d1
Rotzbua
and
bdraco
authored
45c82d1
View commit details
Copy full SHA for 45c82d1
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
chore: enable and fix additional ruff rules (#1399)
bdraco
authored
a43753f
View commit details
Copy full SHA for a43753f
View code at this point
Browse repository at this point
Commits on Jul 5, 2024
chore: fix to ruff for lint and format (#1382)
bdraco
authored
0c68d71
View commit details
Copy full SHA for 0c68d71
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
feat: significantly improve efficiency of the ServiceBrowser scheduler (#1335)
bdraco
authored
c65d869
View commit details
Copy full SHA for c65d869
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
fix: correct handling of IPv6 addresses with scope_id in ServiceInfo (#1322)
bdraco
authored
1682991
View commit details
Copy full SHA for 1682991
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
chore: fix some legacy python2 formatting in examples (#1214)
bdraco
authored
32a016e
View commit details
Copy full SHA for 32a016e
View code at this point
Browse repository at this point
Commits on Dec 17, 2022
chore: add release automation (#1105)
bdraco
authored
755ceae
View commit details
Copy full SHA for 755ceae
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Fix examples/async_registration.py attaching to the correct loop (#921)
bdraco
authored
b0b23f9
View commit details
Copy full SHA for b0b23f9
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
Upgrade syntax to python 3.6 (#907)
bdraco
authored
0578731
View commit details
Copy full SHA for 0578731
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
Revert name change of zeroconf.asyncio to zeroconf.aio (#885)
Show description for b9eae5a
bdraco
authored
b9eae5a
View commit details
Copy full SHA for b9eae5a
View code at this point
Browse repository at this point
Commits on Jun 22, 2021
Qualify IPv6 link-local addresses with scope_id (#343)
Show description for 05bb21b
ibygrave
authored
05bb21b
View commit details
Copy full SHA for 05bb21b
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
Add async_apple_scanner example (#719)
bdraco
authored
62dc9c9
View commit details
Copy full SHA for 62dc9c9
View code at this point
Browse repository at this point
Commits on Jun 19, 2021
Drop AsyncServiceListener (#754)
bdraco
authored
04cd268
View commit details
Copy full SHA for 04cd268
View code at this point
Browse repository at this point
Update async_service_info_request example to ensure it runs in the right event loop (#749)
bdraco
authored
0f702c6
View commit details
Copy full SHA for 0f702c6
View code at this point
Browse repository at this point
Run ServiceInfo requests in the event loop (#748)
bdraco
authored
0dbcabf
View commit details
Copy full SHA for 0dbcabf
View code at this point
Browse repository at this point
Commits on Jun 16, 2021
Update async_browser.py example to use AsyncZeroconfServiceTypes (#665)
bdraco
authored
481cc42
View commit details
Copy full SHA for 481cc42
View code at this point
Browse repository at this point
Commits on Jun 11, 2021
Rename zeroconf.asyncio to zeroconf.aio (#503)
Show description for bfca3b4
bdraco
authored
bfca3b4
View commit details
Copy full SHA for bfca3b4
View code at this point
Browse repository at this point
Commits on Jun 7, 2021
Add AsyncServiceBrowser example (#487)
bdraco
authored
ef9334f
View commit details
Copy full SHA for ef9334f
View code at this point
Browse repository at this point
Commits on May 31, 2021
Add async_request example with browse (#415)
bdraco
authored
7f08826
View commit details
Copy full SHA for 7f08826
View code at this point
Browse repository at this point
Add async_register_service/async_unregister_service example (#414)
bdraco
authored
71cfbcb
View commit details
Copy full SHA for 71cfbcb
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Restore IPv6 addresses output
Show description for 4da1612
vazhnov
authored and
jstasiak
committed
4da1612
View commit details
Copy full SHA for 4da1612
View code at this point
Browse repository at this point
Commits on May 26, 2020
Add --find option to example/browser.py (#263, rebased #175)
Show description for 781ac83
jstasiak
and
pjkundert
authored
781ac83
View commit details
Copy full SHA for 781ac83
View code at this point
Browse repository at this point
Commits on May 22, 2020
Add support for multiple types to ServiceBrowsers
Show description for a6ad100
bdraco
authored and
jstasiak
committed
a6ad100
View commit details
Copy full SHA for a6ad100
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Rework exposing IPv6 addresses on ServiceInfo
Show description for 98a1ce8
dtantsur
authored and
jstasiak
committed
98a1ce8
View commit details
Copy full SHA for 98a1ce8
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Make AAAA records work (closes #52) (#191)
Show description for 5bb9531
dtantsur
authored and
jstasiak
committed
5bb9531
View commit details
Copy full SHA for 5bb9531
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Rename IpVersion to IPVersion
Show description for ceb602c
dtantsur
authored and
jstasiak
committed
ceb602c
View commit details
Copy full SHA for ceb602c
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
First stab at supporting listening on IPv6 interfaces
Show description for 3d5787b
dtantsur
authored and
jstasiak
committed
3d5787b
View commit details
Copy full SHA for 3d5787b
View code at this point
Browse repository at this point
Commits on May 22, 2019
Add support for multiple addresses when publishing a service (#170)
Show description for c787610
dtantsur
authored and
jstasiak
committed
c787610
View commit details
Copy full SHA for c787610
View code at this point
Browse repository at this point
Commits on May 15, 2019
Reformat the code using Black
Show description for beb596c
jstasiak
committed
beb596c
View commit details
Copy full SHA for beb596c
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
Introduce some static type analysis to the codebase
Show description for 1f33c4f
jstasiak
committed
1f33c4f
View commit details
Copy full SHA for 1f33c4f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.