pymod2pkg/pymod2pkg/cli
Tony Breeds e72a16d6d9 Add reqs2pkg
This tool reads in one or more python requirements files and generates
a list of distribution specific package names  the intent is to use it
something like:

  sudo ${package_manager} install $(deps2pkg -r requirements.txt -b)
  sudo pip install .

To install a python project that runs against the distribution provided
pagages rather than pypi wheels/dists

Change-Id: Icd0720311e7863190b84aa916f13e7efa830a4eb
2022-09-06 12:37:13 +10:00
..
__init__.py Move CLI code into it's own module 2022-08-29 13:59:43 -07:00
pymod2pkg.py Move CLI code into it's own module 2022-08-29 13:59:43 -07:00
reqs2pkg.py Add reqs2pkg 2022-09-06 12:37:13 +10:00