Metadata-Version: 1.1
Name: cpe
Version: 1.0.6
Summary: CPE: Common Platform Enumeration for Python
Home-page: https://github.com/nilp0inter/cpe
Author: Roberto Abdelkader Martínez Pérez
Author-email: robertomartinezp@gmail.com
License: LGPLv3
Description: .. image:: http://cpe.mitre.org/images/cpe_logo.gif
           :alt: CPE Logo
        
        Common Platform Enumeration for Python
        --------------------------------------
        
        *CPE* (this code) is a LGPL licensed Python package, implementing the
        CPE standards.
        
        
        About the CPE standard
        ----------------------
        
        Common Platform Enumeration (CPE) is a standardized method of describing
        and identifying classes of applications, operating systems, and hardware
        devices present among an enterprise's computing assets.
        
        For more information, please visit the official website of CPE,
        developed by `MITRE`_ and maintained by `NIST`_.
        
        
        Features
        --------
        
        - CPE rich comparison.
        - CPE cross-version conversion.
        - CPE Language parsing and evaluation.
        - LGPL Licensed.
        - Semantic versioning.
        - Tests.
        
        
        Installation |Version| |TravisCI_master|
        ----------------------------------------
        
        To install `CPE` execute:
        
        .. code-block:: bash
        
            $ pip install cpe
        
        The latest stable version is always in `PyPI`_.
        
        
        Documentation
        -------------
        
        Documentation is available at `ReadTheDocs`_.
        
        
        Compatibility
        -------------
        
        - Python: 2.7
        - CPE: 1.1, 2.2, 2.3
        - CPE Formats: WFN, URI, FS.
        
        
        Contribute |Coverage| |TravisCI_develop| |Waffle.IO_ready|
        ----------------------------------------------------------
        
        0. Star us on `GitHub`_ ;)
        1. Check for open issues or open a fresh issue to start a discussion
           around a feature idea or a bug.
        2. Fork the repository on GitHub to start making your changes to the
           *develop* branch (or branch off of it).
        3. Write a test which shows that the bug was fixed or that the feature
           works as expected.
        4. Send a pull request and bug the maintainer until it gets merged and
           published. :) Make sure to add yourself to AUTHORS.
        
        
        .. _PyPI: https://pypi.python.org/pypi/cpe/
        .. _MITRE: http://cpe.mitre.org/
        .. _NIST: http://nvd.nist.gov/cpe.cfm
        .. _ReadTheDocs: https://cpe.readthedocs.org/en/latest/
        .. _GitHub: https://github.com/nilp0inter/cpe
        
        
        .. |TravisCI_master| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=master
           :alt: Build Status (master)
        
        .. |TravisCI_develop| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=develop
           :target: https://travis-ci.org/nilp0inter/cpe
           :alt: Build Status (develop)
        
        .. |Waffle.IO_ready| image:: https://badge.waffle.io/nilp0inter/cpe.png?label=ready&title=Ready
           :target: https://waffle.io/nilp0inter/cpe
           :alt: Stories in Ready
        
        .. |Coverage| image:: https://coveralls.io/repos/nilp0inter/cpe/badge.png
           :target: https://coveralls.io/r/nilp0inter/cpe
           :alt: Coverage Status
        
        .. |Downloads| image:: https://pypip.in/d/cpe/badge.png
           :target: https://crate.io/packages/cpe
           :alt: Downloads
        
        .. |Version| image:: https://camo.githubusercontent.com/8369bedde5c3455e907e9ddf9b06751af7cbbc28/68747470733a2f2f62616467652e667572792e696f2f70792f6370652e706e67
           :target: http://badge.fury.io/py/cpe
           :alt: Version
        
Keywords: c,p,e, ,i,d,e,n,t,i,f,i,c,a,t,i,o,n, ,n,a,m,i,n,g, ,m,a,t,c,h,i,n,g, ,s,t,a,n,d,a,r,d, ,s,p,e,c,i,f,i,c,a,t,i,o,n, ,m,i,t,r,e, ,n,i,s,t
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
