cpe


Namecpe JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/nilp0inter/cpe
SummaryCPE: Common Platform Enumeration for Python
upload_time2024-10-02 07:59:39
maintainerRoberto Abdelkader Martínez Pérez
docs_urlNone
authorRoberto Abdelkader Martínez Pérez, Alejandro Galindo García, Aloïs Micard
requires_pythonNone
licenseLGPLv3
keywords cpe identification naming matching standard specification mitre nist
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. 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, 3.4
- CPE: 1.1, 2.2, 2.3
- CPE Formats: WFN, URI, FS.


Contribute |Coverage| |TravisCI_develop| |Waffle.IO_ready|
----------------------------------------------------------

Follow the steps on the `how to contribute`_ document.

.. _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
.. _How to contribute: https://github.com/nilp0inter/cpe/blob/develop/CONTRIBUTING.md


.. |TravisCI_master| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=master
   :target: https://travis-ci.org/nilp0inter/cpe
   :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?branch=develop
   :target: https://coveralls.io/r/nilp0inter/cpe?branch=develop
   :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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nilp0inter/cpe",
    "name": "cpe",
    "maintainer": "Roberto Abdelkader Mart\u00ednez P\u00e9rez",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "robertomartinezp@gmail.com",
    "keywords": "cpe identification naming matching standard specification mitre nist",
    "author": "Roberto Abdelkader Mart\u00ednez P\u00e9rez, Alejandro Galindo Garc\u00eda, Alo\u00efs Micard",
    "author_email": "robertomartinezp@gmail.com, alejandro.galindo@i4s.com, alois@micard.lu",
    "download_url": "https://files.pythonhosted.org/packages/a4/30/9b907ff7e4af8c64d5461ab7e7beeff5dc53893dd1c70347069915c82eb1/cpe-1.3.1.tar.gz",
    "platform": null,
    "description": ".. image:: http://cpe.mitre.org/images/cpe_logo.gif\n   :alt: CPE Logo\n\nCommon Platform Enumeration for Python\n--------------------------------------\n\n*CPE* (this code) is a LGPL licensed Python package, implementing the\nCPE standards.\n\n\nAbout the CPE standard\n----------------------\n\nCommon Platform Enumeration (CPE) is a standardized method of describing\nand identifying classes of applications, operating systems, and hardware\ndevices present among an enterprise's computing assets.\n\nFor more information, please visit the official website of CPE,\ndeveloped by `MITRE`_ and maintained by `NIST`_.\n\n\nFeatures\n--------\n\n- CPE rich comparison.\n- CPE cross-version conversion.\n- CPE Language parsing and evaluation.\n- LGPL Licensed.\n- Semantic versioning.\n- Tests.\n\n\nInstallation |Version| |TravisCI_master|\n----------------------------------------\n\nTo install `CPE` execute:\n\n.. code-block:: bash\n\n    $ pip install cpe\n\nThe latest stable version is always in `PyPI`_.\n\n\nDocumentation\n-------------\n\nDocumentation is available at `ReadTheDocs`_.\n\n\nCompatibility\n-------------\n\n- Python: 2.7, 3.4\n- CPE: 1.1, 2.2, 2.3\n- CPE Formats: WFN, URI, FS.\n\n\nContribute |Coverage| |TravisCI_develop| |Waffle.IO_ready|\n----------------------------------------------------------\n\nFollow the steps on the `how to contribute`_ document.\n\n.. _PyPI: https://pypi.python.org/pypi/cpe/\n.. _MITRE: http://cpe.mitre.org/\n.. _NIST: http://nvd.nist.gov/cpe.cfm\n.. _ReadTheDocs: https://cpe.readthedocs.org/en/latest/\n.. _GitHub: https://github.com/nilp0inter/cpe\n.. _How to contribute: https://github.com/nilp0inter/cpe/blob/develop/CONTRIBUTING.md\n\n\n.. |TravisCI_master| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=master\n   :target: https://travis-ci.org/nilp0inter/cpe\n   :alt: Build Status (master)\n   \n\n.. |TravisCI_develop| image:: https://travis-ci.org/nilp0inter/cpe.svg?branch=develop\n   :target: https://travis-ci.org/nilp0inter/cpe\n   :alt: Build Status (develop)\n\n.. |Waffle.IO_ready| image:: https://badge.waffle.io/nilp0inter/cpe.png?label=ready&title=Ready\n   :target: https://waffle.io/nilp0inter/cpe\n   :alt: Stories in Ready\n\n.. |Coverage| image:: https://coveralls.io/repos/nilp0inter/cpe/badge.png?branch=develop\n   :target: https://coveralls.io/r/nilp0inter/cpe?branch=develop\n   :alt: Coverage Status\n   \n.. |Downloads| image:: https://pypip.in/d/cpe/badge.png\n   :target: https://crate.io/packages/cpe\n   :alt: Downloads\n\n.. |Version| image:: https://camo.githubusercontent.com/8369bedde5c3455e907e9ddf9b06751af7cbbc28/68747470733a2f2f62616467652e667572792e696f2f70792f6370652e706e67\n   :target: http://badge.fury.io/py/cpe\n   :alt: Version\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "CPE: Common Platform Enumeration for Python",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/nilp0inter/cpe"
    },
    "split_keywords": [
        "cpe",
        "identification",
        "naming",
        "matching",
        "standard",
        "specification",
        "mitre",
        "nist"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4309b907ff7e4af8c64d5461ab7e7beeff5dc53893dd1c70347069915c82eb1",
                "md5": "482238ed1786c4dfec0d4885c214e851",
                "sha256": "f30a97881b6eb74a6d630552aebce03df22cddb7a587d632a13b4e14b66b95b0"
            },
            "downloads": -1,
            "filename": "cpe-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "482238ed1786c4dfec0d4885c214e851",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 942225,
            "upload_time": "2024-10-02T07:59:39",
            "upload_time_iso_8601": "2024-10-02T07:59:39.221251Z",
            "url": "https://files.pythonhosted.org/packages/a4/30/9b907ff7e4af8c64d5461ab7e7beeff5dc53893dd1c70347069915c82eb1/cpe-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 07:59:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nilp0inter",
    "github_project": "cpe",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "cpe"
}
        
Elapsed time: 2.21493s