/usr/lib/python2.7/dist-packages/lptools-0.2.0.egg-info is in lptools 0.2.0-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | Metadata-Version: 1.1
Name: lptools
Version: 0.2.0
Summary: A collection of tools for developers who use launchpad
Home-page: https://launchpad.net/lptools
Author: Rodney Dawes
Author-email: rodney.dawes@canonical.com
License: GPLv3
Description: These are some tools for use with projects hosted on Launchpad.
        
        * review-notifier <project1> [[project2] ...]
        
        This tool will present notifications for changes to merge proposals on a
        project. You currently must pass the list of projects on the command line.
        
        * review-list <project1> [[project2] ...]
        
        This tool will present a list of all the branches currently in the
        Needs Review state. The list includes the branch name, and the votes
        on the proposal. You can double-click on a row to open the merge proposal
        page in your browser.
        
        
        Both tools use launchpadlib, and refresh automatically every 5 minutes
        as a hardcoded value. The former is not particularly useful with the new
        review-list script, but I've included it here for completeness.
        
        
        * milestone2ical <project>
        
        This tool will convert all the milestones on a project or project group,
        into an iCalendar 2.0 format file, for importing into a calendar program.
        
        * recipe-status <person>
        
        This tool will render a status table for all of the recipe builds owned
        by the specified person.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPL3)Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
 |