Command to transform pip's requirements.txt into a csv for batch upload to https://allmychanges.com. It allows to sync your requirements with AllMyChanges and to supbscribe on their updates.
- Free software: BSD license
pip install pip2amch
To use pip2amch in a project:
pip2amch --tag my-project requirements.txt | amch push
This will push all requirements from the file to the service https://allmychanges.com, where you can subscribe on their release notes.
https://pip2amch.readthedocs.org/
To run the all tests run:
tox