Metadata-Version: 2.1
Name: pnu-about
Version: 1.0.0
Summary: show system information
Home-page: https://github.com/HubTou/about/
Author: HubTou
Author-email: nobody@nowhere.invalid
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/HubTou/about/issues
Description: # ABOUT(1)
        
        ## NAME
        about - show system information
        
        ## SYNOPSIS
        **about**
        [-a\|--all]
        [-S\|--sys\|--system]
        [-H\|--hw\|--hardware]
        [-O\|--os\|--operating]
        [-E\|--env\|--environment]
        [-P\|--py\|--python]
        [-d\|--debug]
        [-h\|--help\|-?]
        [-v\|--version]
        [--]
        
        ## DESCRIPTION
        The **about** utility shows most of the system information available through the [Python Standard Library](https://docs.python.org/3/library/index.html).
        
        ## OPTIONS
        
        Options | Use
        ------- | ---
        -a\|--all|Same as -SHOEP.
        -S\|--sys\|--system|Show information about the system.
        -H\|--hw\|--hardware|Show information about the hardware.
        -O\|--os\|--operating|Show information about the Operating System.
        -E\|--env\|--environment|Show information about the environment.
        -P\|--py\|--python|Show information about Python.
        -d\|--debug|Enable debug level messages.
        -h\|--help\|-?|Print usage and a short help message and exit.
        -v\|--version|Print version and exit.
        --|Options processing terminator.
        
        ## EXIT STATUS
        The about utility exits 0 on success, and >0 if an error occurs.
        
        ## SEE ALSO
        [uname(1)](https://www.freebsd.org/cgi/man.cgi?query=uname), [sysctl(8)](https://www.freebsd.org/cgi/man.cgi?query=sysctl)
        
        https://docs.python.org/3/library/index.html
        
        ## STANDARDS
        The about command is not a standard [UNIX](https://en.wikipedia.org/wiki/Unix)/[POSIX](https://en.wikipedia.org/wiki/POSIX) command.
        
        It tries to follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide for [Python](https://www.python.org/) code.
        We check this with the [Pylint](https://www.pylint.org/) command.
        
        ## PORTABILITY
        Tested OK under Windows.
        
        ## HISTORY
        The about command was created as an example for the [PNU / PyNIX project](https://github.com/HubTou/PNU), testing many of the [standard Python functions](https://docs.python.org/3/library/index.html) for getting system information.
        
        ## LICENSE
        This utility is available under the [3-clause BSD license](https://opensource.org/licenses/BSD-3-Clause).
        
        ## AUTHOR
        [Hubert Tournier](https://github.com/HubTou)
        
        
Keywords: pnu-project
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Environment :: Console
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Software Development
Classifier: Topic :: System
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
