Hacker News new | ask | show | jobs
by njharman 3885 days ago
It looks like most of that could be generated. Now I want a tool that looks up that info and outputs annotated requirements file.
2 comments

Shameless plug, I wrote this small being-bored-at-a-conference tool to show you the licenses of packages installed in your Python environment: https://pypi.python.org/pypi/license-info/0.8.7

It's pretty rough but gets the job done for separating free and open source requirements.

And then writes the code, including tests to show that all the requirements are met.