If they use strict license such as GPLv3 or BSD-4 on the software or final protocol, Bitcoin industry/community will be hesitant to adopt it.
That's a shame, I am looking at the specification and it does not give too much technical info just a lot of high level details.
I was only looking at the project to improve my coding skills with Python, So I might just go for StratumV1 where there is plenty of documentation and examples.
Thanks for the responses.
Unfortunately, their website only mention that documentation. There are few Stratum V2 implementation, but i doubt it's helpful for you.
1. https://github.com/ccdle12/rust-stratum-v2. It's written on Rust.
2. https://github.com/braiins/braiins. It's source code for their OS and most of the code uses Rust, but small part of it uses Python.