Metadata-Version: 2.1
Name: libcgroup-bind
Version: 1.0.5
Summary: Python binding for libcgroup
Home-page: https://github.com/isac322/python-libcgroup_bind
Author: Byeonghoon Yoo
Author-email: bh322yoo@gmail.com
License: LGPLv3+
Description: # libcgroup - low level Python binding for [libcgroup](http://libcg.sourceforge.net/)
        
        - [libcgroup](http://libcg.sourceforge.net/) is a library that abstracts the [control group file system](http://lwn.net/Articles/236038/) in Linux.
        - Matches one-to-one with libcgroup's API and provides type info via stub.
        
        ## Install shared library
        
        ### Debian (e.g. Ubuntu)
        
        ```bash
        apt install libcgroup1
        ```
        
        ### Red Hat
        
        ```bash
        yum install libcgroup
        ```
        
        ### Arch Linux (AUR)
        
        ```bash
        <AUR Helper> -S libcgroup
        ```
Keywords: Linux cgroup libcgroup control group binding
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
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 :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Operating System
Classifier: Topic :: System :: Operating System Kernels
Classifier: Topic :: System :: Operating System Kernels :: Linux
Classifier: Typing :: Typed
Provides: libcgroup_bind
Requires-Python: >=2.6
Description-Content-Type: text/markdown
Provides-Extra: stub
