Skip to content

Latest commit

 

History

History
89 lines (60 loc) · 2.83 KB

README.rst

File metadata and controls

89 lines (60 loc) · 2.83 KB

pip2amch

Documentation Status Travis-CI Build Status AppVeyor Build Status Coverage Status Code Quality Status Scrutinizer Status
PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported imlementations

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

Installation

pip install pip2amch

Usage

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.

Documentation

https://pip2amch.readthedocs.org/

Development

To run the all tests run:

tox