This file is indexed.

/usr/lib/python2.7/dist-packages/ripe.atlas.tools-2.0.2.egg-info/PKG-INFO is in ripe-atlas-tools 2.0.2-1.

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
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
Metadata-Version: 1.1
Name: ripe.atlas.tools
Version: 2.0.2
Summary: The official command line client for RIPE Atlas
Home-page: https://github.com/RIPE-NCC/ripe-atlas-tools
Author: The RIPE Atlas team
Author-email: atlas@ripe.net
License: GPLv3
Download-URL: https://github.com/RIPE-NCC/ripe-atlas-tools
Description: RIPE Atlas Tools (Magellan)
        ===========================
        |Documentation| |Build Status| |PYPI Version| |Python Versions| |Python Implementations| |Python Format| |Requirements|
        
        The official command-line client for RIPE Atlas.
        
        
        Full Documentation
        ------------------
        
        Everything is up on `ReadTheDocs`_
        
        
        How Does it Work?
        -----------------
        
        Presently, the setup is pretty crude.  You can create a ping or traceroute
        measurement with limited options from the command line:
        
        .. code:: bash
        
            $ ripe-atlas measure ping --target example.com
            $ ripe-atlas measure ping --packets 7 --size 42 --target example.com
            $ ripe-atlas measure traceroute --target example.com
            $ ripe-atlas measure traceroute --packets 2 --target example.com
            $ ripe-atlas measure dns --query-argument example.com
            $ ripe-atlas measure dns --use-probe-resolver --query-type AAAA --query-argument example.com
        
        This will create a one-off measurement and then wait for the results to roll in,
        formatting them as they do.
        
        You can also use it to connect to a stream of formatted data.  This command will
        start streaming out all of the results from one of our oldest measurements:
        
        .. code:: bash
        
            $ ripe-atlas stream 1001
        
        Or you can generate a simple report:
        
        .. code:: bash
        
            $ ripe-atlas report 1001
        
        Configuration is done by way of a config file, and modifying it can be done from
        the command line:
        
        .. code:: bash
        
            $ ripe-atlas configure --set authorisation.create=MY_API_KEY
        
        
        Can I Contribute?
        -----------------
        
        Absolutely.  Please read our `guide`_ on how to contribute.
        
        
        Colophon
        --------
        
        This project was code-named by means of a `poll`_.  In order to conform to the
        RIPE Atlas theme, it had to be named for an explorer, and so the winning
        suggestion was for Magellan, *"in memory of those times when RTT was ~3 years"*.
        
        .. |Documentation| image:: https://readthedocs.org/projects/ripe-atlas-tools/badge/?version=latest
          :target: http://ripe-atlas-tools.readthedocs.org/en/latest/?badge=latest
          :alt: Documentation Status
        .. _ReadTheDocs: https://ripe-atlas-tools.readthedocs.org/
        .. _guide: https://github.com/RIPE-NCC/ripe-atlas-tools/blob/master/CONTRIBUTING.rst
        .. _poll: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/13
        .. |Build Status| image:: https://travis-ci.org/RIPE-NCC/ripe-atlas-tools.png?branch=master
           :target: https://travis-ci.org/RIPE-NCC/ripe-atlas-tools
        .. |PYPI Version| image:: https://img.shields.io/pypi/v/ripe.atlas.tools.svg
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/ripe.atlas.tools.svg
        .. |Python Implementations| image:: https://img.shields.io/pypi/implementation/ripe.atlas.tools.svg
        .. |Python Format| image:: https://img.shields.io/pypi/format/ripe.atlas.tools.svg
        .. |Requirements| image:: https://requires.io/github/RIPE-NCC/ripe-atlas-tools/requirements.svg?branch=master
          :target: https://requires.io/github/RIPE-NCC/ripe-atlas-tools/requirements/?branch=master
          :alt: Requirements Status
        
        
        
        Release History
        ===============
        
        2.0.2 (released 2016-10-21)
        ---------------------------
        
        New Features
        ~~~~~~~~~~~~
        - Add aliases to measurements IDs
        - Add --traceroute-show-asns to traceroute renderer
        
        Bug Fixes
        ~~~~~~~~~
        - Stream command was not passing the correct API key. After API became stricter this command started failing.
        - Handle missing geometry for probes.
        - Fix issues for AS-paths with only 1 probe
        - Various fixes for tests
        
        2.0.1 (released 2016-04-20)
        ---------------------------
        
        Changes
        ~~~~~~~
        - Corrected references in the docs to obsolete command names.
        - Fixed broken 2.0.0 egg.
        
        
        2.0.0 (released 2016-04-20)
        ---------------------------
        
        Changes
        ~~~~~~~
        - Renamed and merged some commands for clarity, preserving the old names as deprecated aliases.
        - Improved help text and usage output.
        - Support for bash auto-completion.
        
        
        1.2.3 (released 2016-03-08)
        ---------------------------
        
        Changes
        ~~~~~~~
        - Usage of newest Cousteau/Sagan library.
        - Support of API keys for fetching results on report command.
        - Default radius for probes filtering is changed to 15.
        - Several changes for supporting Windows.
        
        
        1.2.2 (released 2016-01-13)
        ---------------------------
        
        New Features
        ~~~~~~~~~~~~
        - Cleaner and more consistent implementation of the renderer plugable
          architecture.
        - Usage of newest Cousteau library.
        
        
        1.2.1 (released 2015-12-15)
        ---------------------------
        
        Bug Fixes
        ~~~~~~~~~
        - Restored some required template files.
        
        
        1.2.0 (released 2015-12-15)
        ---------------------------
        
        Output Changes
        ~~~~~~~~~~~~~~
        - `#119`_: Support HTTP results.
        - `#122`_: Allow packagers to set the user agent.
        
        
        1.1.1 (released 2015-11-25)
        ---------------------------
        
        Output Changes
        ~~~~~~~~~~~~~~
        - `#103`_: Removed header from the ``report`` command.
        
        Bug Fixes
        ~~~~~~~~~
        - `#105`_: Measurement report and stream broken on Python3.4.
        
        1.1.0 (released 2015-11-12)
        ---------------------------
        
        New features
        ~~~~~~~~~~~~
        - Support for the creation of NTP, SSLCert, and HTTP measurements.
        - Additional argument in report command to filter results by probe ASN.
        - Additional renderer that shows the different destination ASNs and some
          additional stats about them.
        
        Bug Fixes
        ~~~~~~~~~
        - Various fixes.
        
        Changes
        ~~~~~~~
        - Better testing.
        - Additional documentation.
        
        1.0.0 (released 2015-11-02)
        ---------------------------
        - Initial release.
        
        .. _#103: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/103
        .. _#105: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/105
        .. _#119: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/119
        .. _#122: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/122
        
Keywords: RIPE,RIPE NCC,RIPE Atlas,Command Line
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP