from Hacker News

Ask HN: Implementing Licensing for a Python Application

by t-vi on 5/30/22, 4:18 AM with 0 comments

I am wondering how to implement licensing for a Python application (intended for business use). One very successful application I know is Prodigy (https://prodi.gy/) from explosion.ai, but I don't know how exactly they implement counting installations etc. Is there any pre-made tooling available for this or is it typically hand-rolled? I would appreciate any hint you may have.