williballenthin / python-registry

Pure Python parser for Windows Registry hives.
Apache License 2.0
426 stars 101 forks source link

Enable sample applications as setup.py's entry points #109

Open nbareil opened 10 months ago

nbareil commented 10 months ago

Hello Willi 👋

This PR enables setup.py to install some of the sample applications into the $PATH, that way, they are directly available after a pip install without having to find the path to the samples/ folders 🚀

I would have prefer to prefix their names with something unique but I had the writer's block :)

If you want me to add the other applications as well, no problem!