What's Changed
- 736ddcb Improve ipv6 detection in #40
- 736ddcb Expose
create_socket#40 - 6468e35 Add CLI option to force the use of IPv4
- 325f082 Deprecate
send_magic_packetin favor ofwakein #42 - 892f722 Use modern typing features
- a9d47e8 Use standard pyproject.toml project metadata
- ea9bf68 Remove support for Python 3.9 and lower
Breaking changes
- This project now requires Python 3.10 or greater.
- For Python <3.13, this project now has a dependency on
typing_extensions - The address family is now detected based on
getaddrinfoinstead of based on the host address. You should no longer need to specify it. send_magic_packetis deprecated in favour orwake.- The
-i/--ipCLI argument was renamed to-o/--host
Full Changelog: 3.3.0...4.0.0