Metadata-Version: 2.0
Name: landinggear
Version: 0.0.2
Summary: Wheels for aeroplanes: a tool to extract packages from the pip cache.
Home-page: https://github.com/jerith/landinggear
Author: Jeremy Thurgood
Author-email: firxen@gmail.com
License: MIT
Keywords: pip,wheel,aeroplane,cache
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Requires-Dist: pip
Requires-Dist: wheel

landinggear
===========

``landinggear`` was born out of the complaints of some friends who travel a lot
and like to write software while on aeroplanes.

usage
-----

Use ``landinggear path/to/wheelhouse`` to populate your wheelhouse from your
pip cache. Then use ``pip install --no-index -f path/to/wheelhouse mypackage``
to install packages.


TODO
----

Figure out how to write some more useful tests.


