Metadata-Version: 1.1
Name: cpu-cores
Version: 0.1.0
Summary: cpu_cores-py is a small python library to get the number of'real physical' cpu cores of a linux/osx box
Home-page: https://github.com/thefab/cpu_cores
Author: Fabien MARTY
Author-email: fabien.marty@gmail.com
License: MIT
Download-URL: https://github.com/thefab/cpu_cores
Description: cpu\_cores
        ==========
        
        What is it ?
        ------------
        
        ``cpu_cores`` is small python library and utility to get the number of
        "physical" cpu cores (without hyperthreading logical cores) of a
        linux/osx box.
        
        On Linux, this is not an easy task because of hyperthreaded logical
        cores included in ``/proc/cpuinfo``. Please, read carefully `this
        excellent post <http://www.richweb.com/cpu_info>`_ to understand why.
        
        Special features
        ----------------
        
        -  support Linux (well tested) and OSX (needs some extra tests files),
           easy to extend to support other OS
        -  unit tests (> 90% coverage)
        -  python2 and python3 support
        -  no dependencies
        
        Usage
        ~~~~~
        
        See the `README <https://github.com/thefab/cpu_cores/blob/master/README.md>`_ for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
