Metadata-Version: 1.0
Name: numa
Version: 1.4.0
Summary: Interface to numa(3) Linux API for Python
Home-page: http://github.com/smira/py-numa
Author: Andrey Smirnov
Author-email: me@smira.ru
License: GPL
Description: 
                numa provides interface to numa(3) Linux APIs (version 1/2).
        
                It allows to query NUMA state, change memory & scheduling policies.
        
                Supports PyPy (via ctypes) and CPython (via Cython).
                
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
