Metadata-Version: 1.2
Name: system-intelligence
Version: 1.1.0
Summary: Query your system for all hardware and software related information.
Home-page: https://github.com/zethson/system_intelligence
Author: Lukas Heumos
Author-email: lukas.heumos@posteo.net
License: Apache2.0
Description: .. image:: https://user-images.githubusercontent.com/21954664/84388841-84b4cc80-abf5-11ea-83f3-b8ce8de36e25.png
            :target: https://mlf-core.com
            :alt: mlf-core logo
        
        |
        
        ===================
        system-intelligence
        ===================
        
        .. image:: https://github.com/mlf-core/system-intelligence/workflows/Build%20system_intelligence%20Package/badge.svg
                :target: https://github.com/mlf-core/system-intelligence/workflows/Build%20system_intelligence%20Package/badge.svg
                :alt: Github Workflow Build system_intelligence Status
        
        .. image:: https://github.com/mlf-core/system-intelligence/workflows/Run%20system_intelligence%20Tox%20Test%20Suite/badge.svg
                :target: https://github.com/mlf-core/system-intelligence/workflows/Run%20system_intelligence%20Tox%20Test%20Suite/badge.svg
                :alt: Github Workflow Tests Status
        
        .. image:: https://img.shields.io/pypi/v/system_intelligence.svg
                :target: https://pypi.python.org/pypi/system_intelligence
                :alt: PyPI Status
        
        .. image:: https://readthedocs.org/projects/system-intelligence/badge/?version=latest
                :target: https://system-intelligence.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://codecov.io/gh/mlf-core/system-intelligence/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/mlf-core/system-intelligence
                :alt: Codecov badge
        
        .. image:: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
                :target: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
                :alt: Dependabot Enabled
        
        
        Query your system for all hardware and software related information.
        
        
        * Free software: Apache2.0
        * Documentation: https://system-intelligence.readthedocs.io.
        
        .. image:: https://user-images.githubusercontent.com/21954664/85394622-1fdf6780-b54f-11ea-8aaa-25478b90ca0d.gif
          :alt: system-intelligence overview
        
        
        Features
        --------
        
        * Query your system for hardware and software related information
        * Supports queries for Hostname, OS, CPU, GPUs, RAM, HDDs, Network and Software
        * Supports Rich stdout or saving to a raw, json or yml file
        
        Credits
        -------
        
        This package was created with `COOKIETEMPLE`_ based on a modified `audreyr/cookiecutter-pypackage`_ project template using Cookiecutter_.
        
        .. _COOKIETEMPLE: https://cookietemple.com
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        ==========
        Changelog
        ==========
        
        This project adheres to `Semantic Versioning <https://semver.org/>`_.
        
        
        1.1.0 (2020-06-23)
        ------------------
        
        **Added**
        
        * Python packages to stdout
        
        **Fixed**
        
        * nvcc version is now correctly reported
        
        **Dependencies**
        
        **Deprecated**
        
        
        1.0.0 (2020-06-23)
        ------------------
        
        **Added**
        
        * Scopes all, Hostname, OS, CPU, GPUs, RAM, HDDs, Network and Software
        * saving to raw, json, yml
        * rich stdout
        
        **Fixed**
        
        **Dependencies**
        
        **Deprecated**
        
Keywords: system_intelligence
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
