Metadata-Version: 2.0
Name: mozparsers
Version: 1.0.0
Summary: Shared parsers for the Telemetry probe regitries.
Home-page: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/index.html
Author: Mozilla Telemetry Team
Author-email: telemetry-client-dev@mozilla.com
License: MPL 2.0
Keywords: mozilla,telemetry,parsers
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 2.7

# Telemetry Registries Parsers
This package exports the parsers for Mozilla's probes registries. These registry file contains the definitions for the different probes (i.e. [scalars](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/scalars.html), [histograms](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/histograms.html) and [events](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/collection/events.html)) that can be used to collect data.

# License
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.


