1Metadata-Version: 1.1
2Name: cpe
3Version: 1.2.1
4Summary: CPE: Common Platform Enumeration for Python
5Home-page: https://github.com/nilp0inter/cpe
6Author: Roberto Abdelkader Martínez Pérez
7Author-email: robertomartinezp@gmail.com
8License: LGPLv3
9Description: .. image:: http://cpe.mitre.org/images/cpe_logo.gif
10           :alt: CPE Logo
11
12        Common Platform Enumeration for Python
13        --------------------------------------
14
15        *CPE* (this code) is a LGPL licensed Python package, implementing the
16        CPE standards.
17
18
19        About the CPE standard
20        ----------------------
21
22        Common Platform Enumeration (CPE) is a standardized method of describing
23        and identifying classes of applications, operating systems, and hardware
24        devices present among an enterprise's computing assets.
25
26        For more information, please visit the official website of CPE,
27        developed by `MITRE`_ and maintained by `NIST`_.
28
29
30        Features
31        --------
32
33        - CPE rich comparison.
34        - CPE cross-version conversion.
35        - CPE Language parsing and evaluation.
36        - LGPL Licensed.
37        - Semantic versioning.
38        - Tests.
39
40
41        Installation |Version| |TravisCI_master|
42        ----------------------------------------
43
44        To install `CPE` execute:
45
46        .. code-block:: bash
47
48            $ pip install cpe
49
50        The latest stable version is always in `PyPI`_.
51
52
53        Documentation
54        -------------
55
56        Documentation is available at `ReadTheDocs`_.
57
58
59        Compatibility
60        -------------
61
62        - Python: 2.7, 3.4
63        - CPE: 1.1, 2.2, 2.3
64        - CPE Formats: WFN, URI, FS.
65
66
67        Contribute |Coverage| |TravisCI_develop| |Waffle.IO_ready|
68        ----------------------------------------------------------
69
70        Follow the steps on the `how to contribute`_ document.
71
72        .. _PyPI: https://pypi.python.org/pypi/cpe/
73        .. _MITRE: http://cpe.mitre.org/
74        .. _NIST: http://nvd.nist.gov/cpe.cfm
75        .. _ReadTheDocs: https://cpe.readthedocs.org/en/latest/
76        .. _GitHub: https://github.com/nilp0inter/cpe
77        .. _How to contribute: https://github.com/nilp0inter/cpe/blob/develop/CONTRIBUTING.md
78
79
80        .. |TravisCI_master| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=master
81           :target: https://travis-ci.org/nilp0inter/cpe
82           :alt: Build Status (master)
83
84
85        .. |TravisCI_develop| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=develop
86           :target: https://travis-ci.org/nilp0inter/cpe
87           :alt: Build Status (develop)
88
89        .. |Waffle.IO_ready| image:: https://badge.waffle.io/nilp0inter/cpe.png?label=ready&title=Ready
90           :target: https://waffle.io/nilp0inter/cpe
91           :alt: Stories in Ready
92
93        .. |Coverage| image:: https://coveralls.io/repos/nilp0inter/cpe/badge.png?branch=develop
94           :target: https://coveralls.io/r/nilp0inter/cpe?branch=develop
95           :alt: Coverage Status
96
97        .. |Downloads| image:: https://pypip.in/d/cpe/badge.png
98           :target: https://crate.io/packages/cpe
99           :alt: Downloads
100
101        .. |Version| image:: https://camo.githubusercontent.com/8369bedde5c3455e907e9ddf9b06751af7cbbc28/68747470733a2f2f62616467652e667572792e696f2f70792f6370652e706e67
102           :target: http://badge.fury.io/py/cpe
103           :alt: Version
104
105Keywords: cpe identification naming matching standard specification mitre nist
106Platform: UNKNOWN
107Classifier: Development Status :: 5 - Production/Stable
108Classifier: Intended Audience :: Developers
109Classifier: Intended Audience :: Information Technology
110Classifier: Intended Audience :: System Administrators
111Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
112Classifier: Natural Language :: English
113Classifier: Operating System :: OS Independent
114Classifier: Programming Language :: Python :: 2.7
115