# Context<p>I built a small CLI tool that I will distribute via Pypi. I would like to measure usage to inform future feature decisions.<p># Question<p>What tools do people use to collect usage analytics on their CLI tools?<p># Restrictions<p>I do not want to:
- Authenticate users
- Retain user identifiable data<p># Limitations<p>I've looked at Amplitude, but you're supposed to put your API key there and my package is meant to be open source (the code, and therefore the key, will be public).