Metadata-Version: 2.0
Name: cpuid
Version: 0.0.3
Summary: cpuid Pythonic API
Home-page: https://github.com/fpelliccioni/cpuid-py
Author: Fernando Pelliccioni
Author-email: fpelliccioni@gmail.com
License: MIT
Keywords: cpuid intel amd x86 cpu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: cpuid-native (>=0.0.2)

|travis| |appveyor|

cpuid-py
=======

cpuid Pythonic API

Getting started 
---------------

Stable version:

.. code-block:: bash

    $ pip install --upgrade cpuid-py

Development version:

.. code-block:: bash

    $ pip install --upgrade --index-url https://test.pypi.org/pypi/ cpuid-py

.. |travis| image:: https://travis-ci.org/fpelliccioni/cpuid-py.svg?branch=master
 		   :target: https://travis-ci.org/fpelliccioni/cpuid-py

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/fpelliccioni/cpuid-py?branch=master&svg=true
  		     :target: https://ci.appveyor.com/project/fpelliccioni/cpuid-py?branch=master




